rpms/libindi/devel libindi.spec,1.7,1.8

Sergio Pascual sergiopr at fedoraproject.org
Tue Dec 22 23:10:34 UTC 2009


Author: sergiopr

Update of /cvs/pkgs/rpms/libindi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12549

Modified Files:
	libindi.spec 
Log Message:
* Tue Dec 22 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6-9
- Static library moved to its own subpackage



Index: libindi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libindi/devel/libindi.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- libindi.spec	25 Jul 2009 05:58:08 -0000	1.7
+++ libindi.spec	22 Dec 2009 23:10:34 -0000	1.8
@@ -1,6 +1,6 @@
 Name: libindi
 Version: 0.6
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: Instrument Neutral Distributed Interface
 
 Group: Development/Libraries
@@ -36,10 +36,16 @@ data acquisition, monitoring, and a lot 
 Summary: Libraries, includes, etc. used to develop an application with %{name}
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Provides: libindi-static = %{version}-%{release}
 %description devel
 These are the header files needed to develop a %{name} application
 
+%package static
+Summary: Static libraries, includes, etc. used to develop an application with %{name}
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+%description static
+Static library needed to develop a %{name} application
+
 %prep
 %setup -q -n %{name}%{majorver}-%{version}
 %patch0 -p1
@@ -50,11 +56,11 @@ These are the header files needed to dev
 make VERBOSE=1 %{?_smp_mflags}
 
 %install
-rm -fr %{buildroot}
+rm -rf %{buildroot}
 make install  DESTDIR=%{buildroot}
 
 %clean
-rm -fr %{buildroot}
+rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 
@@ -69,12 +75,17 @@ rm -fr %{buildroot}
 
 %files devel
 %defattr(-,root,root,-)
-%doc README COPYING.LIB LICENSE
 %{_includedir}/*
 %{_libdir}/*.so
+
+%files static
+%defattr(-,root,root,-)
 %{_libdir}/*.a
 
 %changelog
+* Tue Dec 22 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6-9
+- Static library moved to its own subpackage
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list