parent
98748fe3d5
commit
d320ae1b1c
@ -1,7 +1,7 @@
|
|||||||
Summary: A collection of CD/DVD utilities
|
Summary: A collection of CD/DVD utilities
|
||||||
Name: cdrkit
|
Name: cdrkit
|
||||||
Version: 1.1.11
|
Version: 1.1.11
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://cdrkit.org/
|
URL: http://cdrkit.org/
|
||||||
@ -17,6 +17,7 @@ Patch7: cdrkit-1.1.11-manpagefix.patch
|
|||||||
Patch8: cdrkit-1.1.11-rootstat.patch
|
Patch8: cdrkit-1.1.11-rootstat.patch
|
||||||
Patch9: cdrkit-1.1.11-usalinst.patch
|
Patch9: cdrkit-1.1.11-usalinst.patch
|
||||||
Patch10: cdrkit-1.1.11-readsegfault.patch
|
Patch10: cdrkit-1.1.11-readsegfault.patch
|
||||||
|
Patch11: cdrkit-1.1.11-format.patch
|
||||||
|
|
||||||
BuildRequires: cmake libcap-devel zlib-devel perl file-devel bzip2-devel
|
BuildRequires: cmake libcap-devel zlib-devel perl file-devel bzip2-devel
|
||||||
|
|
||||||
@ -108,6 +109,7 @@ for developing applications that use libusal.
|
|||||||
%patch8 -p1 -b .rootstat
|
%patch8 -p1 -b .rootstat
|
||||||
%patch9 -p1 -b .usalinst
|
%patch9 -p1 -b .usalinst
|
||||||
%patch10 -p1 -b .readsegfault
|
%patch10 -p1 -b .readsegfault
|
||||||
|
%patch11 -p1 -b .format
|
||||||
|
|
||||||
find . -type f -print0 | xargs -0 perl -pi -e 's#/usr/local/bin/perl#/usr/bin/perl#g'
|
find . -type f -print0 | xargs -0 perl -pi -e 's#/usr/local/bin/perl#/usr/bin/perl#g'
|
||||||
find doc -type f -print0 | xargs -0 chmod a-x
|
find doc -type f -print0 | xargs -0 chmod a-x
|
||||||
@ -263,6 +265,10 @@ fi
|
|||||||
%{_includedir}/usal
|
%{_includedir}/usal
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 17 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-7
|
||||||
|
- Fix automatic formatting of DVD+RW if needed
|
||||||
|
(Resolves: #519465)
|
||||||
|
|
||||||
* Thu Mar 17 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-6
|
* Thu Mar 17 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-6
|
||||||
- Added Provides: libusal-static for libusal-devel subpackage
|
- Added Provides: libusal-static for libusal-devel subpackage
|
||||||
(Resolves: #688347)
|
(Resolves: #688347)
|
||||||
|
Loading…
Reference in New Issue
Block a user