rpms/cdparanoia/devel cdparanoia.spec,1.41,1.42

Adam Jackson ajax at fedoraproject.org
Tue Feb 2 16:30:36 UTC 2010


Author: ajax

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

Modified Files:
	cdparanoia.spec 
Log Message:
* Tue Feb 02 2010 Adam Jackson <ajax at redhat.com> 10.2-7
- Move static libs to -static subpackage, make it require -devel



Index: cdparanoia.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cdparanoia/devel/cdparanoia.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- cdparanoia.spec	8 Dec 2009 17:25:41 -0000	1.41
+++ cdparanoia.spec	2 Feb 2010 16:30:35 -0000	1.42
@@ -1,7 +1,7 @@
 Summary: Compact Disc Digital Audio (CDDA) extraction tool (or ripper)
 Name: cdparanoia
 Version: 10.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 # the app is GPLv2, everything else is LGPLv2
 License: GPLv2 and LGPLv2
 Group: Applications/Multimedia
@@ -31,12 +31,21 @@ damaged CDs.
 Summary: Development tools for libcdda_paranoia (Paranoia III)
 Group: Development/Libraries
 Requires: cdparanoia-libs = %{version}-%{release}
-Provides: cdparanoia-static = %{version}-%{release}
 License: LGPLv2
 
 %description devel
-The cdparanoia-devel package contains the static libraries and header
-files needed for developing applications to read CD Digital Audio disks.
+The cdparanoia-devel package contains the libraries and header files needed
+for developing applications to read CD Digital Audio disks.
+
+%package static
+Summary: Development tools for libcdda_paranoia (Paranoia III)
+Group: Development/Libraries
+Requires: cdparanoia-devel = %{version}-%{release}
+License: LGPLv2
+
+%description static
+The cdparanoia-devel package contains the static libraries needed for
+developing applications to read CD Digital Audio disks.
 
 %package libs
 Summary: Libraries for libcdda_paranoia (Paranoia III)
@@ -104,7 +113,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.a
 %{_libdir}/*.so
 
+%files static
+%defattr(-,root,root)
+%{_libdir}/*.a
+
 %changelog
+* Tue Feb 02 2010 Adam Jackson <ajax at redhat.com> 10.2-7
+- Move static libs to -static subpackage, make it require -devel
+
 * Tue Dec  8 2009 Matthias Saou <http://freshrpms.net/> 10.2-6
 - Fix all of the problems detected during the review which aren't acceptable
   according to the current policies and guidelines (part of #225638).



More information about the scm-commits mailing list