/[packages]/cauldron/dmapi/current/SPECS/dmapi.spec
ViewVC logotype

Diff of /cauldron/dmapi/current/SPECS/dmapi.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 273157 by ennael, Thu Feb 24 14:16:32 2011 UTC revision 273158 by colin, Sat Jul 21 17:42:31 2012 UTC
# Line 6  Line 6 
6  Summary:        Data Management API runtime environment  Summary:        Data Management API runtime environment
7  Name:           dmapi  Name:           dmapi
8  Version:        2.2.10  Version:        2.2.10
9  Release:        %mkrel 3  Release:        %mkrel 4
10  Source0:        ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz  Source0:        ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
11  License:        LGPLv2 and GPLv2  License:        LGPLv2 and GPLv2
12  Group:          System/Kernel and hardware  Group:          System/Kernel and hardware
# Line 26  by the libdm library. Line 26  by the libdm library.
26  %package -n     %{lib_name}  %package -n     %{lib_name}
27  Summary:        Main library for %{lib_name_orig}  Summary:        Main library for %{lib_name_orig}
28  Group:          System/Libraries  Group:          System/Libraries
29    Requires(pre):  filesystem >= 2.1.9-18
30  Provides:       %{lib_name_orig} = %{version}-%{release}  Provides:       %{lib_name_orig} = %{version}-%{release}
31    
32  %description -n %{lib_name}  %description -n %{lib_name}
# Line 35  linked with %{lib_name_orig}. Line 36  linked with %{lib_name_orig}.
36  %package -n     %{devel_name}  %package -n     %{devel_name}
37  Summary:        Data Management API static libraries and headers  Summary:        Data Management API static libraries and headers
38  Group:          Development/C  Group:          Development/C
39    Requires(pre):  filesystem >= 2.1.9-18
40  Requires:       %{lib_name} = %{version}  Requires:       %{lib_name} = %{version}
41  Provides:       %{lib_name_orig}-devel = %{version}-%{release}  Provides:       %{lib_name_orig}-devel = %{version}-%{release}
42  Provides:       dm-devel = %{version}-%{release}  Provides:       dm-devel = %{version}-%{release}
# Line 52  the dmapi (runtime) package and the xfsp Line 54  the dmapi (runtime) package and the xfsp
54  %setup -q  %setup -q
55    
56  %build  %build
57  %configure2_5x --libdir=/%{_lib}  %configure2_5x
58  %make  %make
59    
60  %install  %install
# Line 68  rm -rf %{buildroot} Line 70  rm -rf %{buildroot}
70    
71  %files -n %{lib_name}  %files -n %{lib_name}
72  %defattr(-,root,root)  %defattr(-,root,root)
73  /%{_lib}/*.so.*  %{_libdir}/*.so.*
74    
75  %files -n %{devel_name}  %files -n %{devel_name}
76  %defattr(-,root,root)  %defattr(-,root,root)
77  %doc doc/PORTING doc/CHANGES.gz doc/COPYING README  %doc doc/PORTING doc/CHANGES.gz doc/COPYING README
 /%{_lib}/*.so  
 /%{_lib}/*a  
78  %{_libdir}/*.so  %{_libdir}/*.so
79  %{_libdir}/*a  %{_libdir}/*a
80  %{_mandir}/man3/*  %{_mandir}/man3/*

Legend:
Removed from v.273157  
changed lines
  Added in v.273158

  ViewVC Help
Powered by ViewVC 1.1.30