|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libcdio-paranoia
|
|
|
|
|
Version: 10.2+0.90
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: CD paranoia on top of libcdio
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
@ -33,7 +33,7 @@ with cdparanoia-III-10.2's license. And also, libcdio is just too large.
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Header files and libraries for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
This package contains header files and libraries for %{name}.
|
|
|
|
@ -63,9 +63,6 @@ cp %{SOURCE2} .
|
|
|
|
|
--disable-rpath
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
# another multilib fix; remove the architecture information from version.h
|
|
|
|
|
sed -i -e "s,%{version}.*$,%{version}\\\",g" include/cdio/paranoia/version.h
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
@ -105,6 +102,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 11 2013 Adrian Reber <adrian@lisas.de> - 10.2+0.90-6
|
|
|
|
|
- remove sed changes on non-installed file
|
|
|
|
|
- fix -devel subpackage Require
|
|
|
|
|
|
|
|
|
|
* Sat Dec 22 2012 Adrian Reber <adrian@lisas.de> - 10.2+0.90-5
|
|
|
|
|
- provide include files also in the paranoia directory (like in upstream's git)
|
|
|
|
|
|
|
|
|
|