|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libcdio-paranoia
|
|
|
|
|
Version: 10.2+0.90
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Summary: CD paranoia on top of libcdio
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
@ -16,6 +16,7 @@ Patch0: most-of-4c30a84f7899ff63c9bbc39563099f98752c83d6.patch
|
|
|
|
|
# Patch1 and Patch2 fixes the license headers in the source files
|
|
|
|
|
Patch1: most-of-a500a7037729aaeaba9bfda9c007d598e8fa8adc.patch
|
|
|
|
|
Patch2: https://github.com/rocky/libcdio-paranoia/commit/5f8c33d04fcf7b4cede360e79cc3806e9139127f.patch
|
|
|
|
|
Patch3: libcdio-paranoia-manpage.patch
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
|
BuildRequires: chrpath
|
|
|
|
@ -44,6 +45,7 @@ This package contains header files and libraries for %{name}.
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
%patch3 -p1
|
|
|
|
|
|
|
|
|
|
# fix pkgconfig files
|
|
|
|
|
sed -i -e 's,-I${includedir},-I${includedir}/cdio,g' libcdio_paranoia.pc.in
|
|
|
|
@ -102,6 +104,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 31 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 10.2+0.90-8
|
|
|
|
|
- long name in manual page caused 'whatis' to misbehave
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2+0.90-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|