- Move dirsplit to a subpackage to isolate the perl dependency.
This commit is contained in:
parent
9f123cb019
commit
b330c1778f
22
cdrkit.spec
22
cdrkit.spec
@ -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.9
|
Version: 1.1.9
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://cdrkit.org/
|
URL: http://cdrkit.org/
|
||||||
@ -39,7 +39,6 @@ Summary: Creates an image of an ISO9660 filesystem
|
|||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Obsoletes: mkisofs < 9:2.01-12
|
Obsoletes: mkisofs < 9:2.01-12
|
||||||
Provides: mkisofs = 9:2.01-12
|
Provides: mkisofs = 9:2.01-12
|
||||||
Requires: perl >= 4:5.8.1
|
|
||||||
Requires(preun): %{_sbindir}/alternatives chkconfig coreutils
|
Requires(preun): %{_sbindir}/alternatives chkconfig coreutils
|
||||||
Requires(post): %{_sbindir}/alternatives chkconfig coreutils
|
Requires(post): %{_sbindir}/alternatives chkconfig coreutils
|
||||||
|
|
||||||
@ -54,6 +53,15 @@ support for creating bootable El Torito CD-ROMs.
|
|||||||
Install the genisoimage package if you need a program for writing
|
Install the genisoimage package if you need a program for writing
|
||||||
CD-ROMs.
|
CD-ROMs.
|
||||||
|
|
||||||
|
%package -n dirsplit
|
||||||
|
Summary: dirsplit utility
|
||||||
|
Group: Applications/System
|
||||||
|
Requires: perl >= 4:5.8.1
|
||||||
|
Requires: genisoimage = %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n dirsplit
|
||||||
|
dirsplit
|
||||||
|
|
||||||
%package -n icedax
|
%package -n icedax
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Summary: A utility for sampling/copying .wav files from digital audio CDs
|
Summary: A utility for sampling/copying .wav files from digital audio CDs
|
||||||
@ -201,7 +209,6 @@ fi
|
|||||||
%{_bindir}/isodump
|
%{_bindir}/isodump
|
||||||
%{_bindir}/isoinfo
|
%{_bindir}/isoinfo
|
||||||
%{_bindir}/isovfy
|
%{_bindir}/isovfy
|
||||||
%{_bindir}/dirsplit
|
|
||||||
%{_bindir}/pitchplay
|
%{_bindir}/pitchplay
|
||||||
%{_bindir}/readmult
|
%{_bindir}/readmult
|
||||||
%{_mandir}/man5/genisoimagerc.*
|
%{_mandir}/man5/genisoimagerc.*
|
||||||
@ -210,11 +217,18 @@ fi
|
|||||||
%{_mandir}/man1/isodump.*
|
%{_mandir}/man1/isodump.*
|
||||||
%{_mandir}/man1/isoinfo.*
|
%{_mandir}/man1/isoinfo.*
|
||||||
%{_mandir}/man1/isovfy.*
|
%{_mandir}/man1/isovfy.*
|
||||||
%{_mandir}/man1/dirsplit.*
|
|
||||||
%{_mandir}/man1/pitchplay.*
|
%{_mandir}/man1/pitchplay.*
|
||||||
%{_mandir}/man1/readmult.*
|
%{_mandir}/man1/readmult.*
|
||||||
|
|
||||||
|
%files -n dirsplit
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/dirsplit
|
||||||
|
%{_mandir}/man1/dirsplit.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 10 2009 Adam Jackson <ajax@redhat.com> 1.1.9-7
|
||||||
|
- Move dirsplit to a subpackage to isolate the perl dependency.
|
||||||
|
|
||||||
* Tue Jun 15 2009 Roman Rakus <rrakus@redhat.com> - 1.1.9-6
|
* Tue Jun 15 2009 Roman Rakus <rrakus@redhat.com> - 1.1.9-6
|
||||||
- rename functions as they conflict with glibc
|
- rename functions as they conflict with glibc
|
||||||
- Don't push cdda2mp3 because we don't have any mp3 coder
|
- Don't push cdda2mp3 because we don't have any mp3 coder
|
||||||
|
Loading…
Reference in New Issue
Block a user