- Move static libs to -static subpackage, make it require -devel

This commit is contained in:
Adam Jackson 2010-02-02 16:30:35 +00:00
parent b742f1a2f4
commit 3b035bb8a5

View File

@ -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@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).