From b330c1778f5b7a86b8fac6000b1ce2d6873ec121 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 10 Jul 2009 20:40:49 +0000 Subject: [PATCH] - Move dirsplit to a subpackage to isolate the perl dependency. --- cdrkit.spec | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/cdrkit.spec b/cdrkit.spec index 6d454c5..bfded5f 100644 --- a/cdrkit.spec +++ b/cdrkit.spec @@ -1,7 +1,7 @@ Summary: A collection of CD/DVD utilities Name: cdrkit Version: 1.1.9 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2 Group: Applications/System URL: http://cdrkit.org/ @@ -39,7 +39,6 @@ Summary: Creates an image of an ISO9660 filesystem Group: Applications/System Obsoletes: mkisofs < 9:2.01-12 Provides: mkisofs = 9:2.01-12 -Requires: perl >= 4:5.8.1 Requires(preun): %{_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 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 Group: Applications/Multimedia Summary: A utility for sampling/copying .wav files from digital audio CDs @@ -201,7 +209,6 @@ fi %{_bindir}/isodump %{_bindir}/isoinfo %{_bindir}/isovfy -%{_bindir}/dirsplit %{_bindir}/pitchplay %{_bindir}/readmult %{_mandir}/man5/genisoimagerc.* @@ -210,11 +217,18 @@ fi %{_mandir}/man1/isodump.* %{_mandir}/man1/isoinfo.* %{_mandir}/man1/isovfy.* -%{_mandir}/man1/dirsplit.* %{_mandir}/man1/pitchplay.* %{_mandir}/man1/readmult.* +%files -n dirsplit +%defattr(-,root,root) +%{_bindir}/dirsplit +%{_mandir}/man1/dirsplit.* + %changelog +* Fri Jul 10 2009 Adam Jackson 1.1.9-7 +- Move dirsplit to a subpackage to isolate the perl dependency. + * Tue Jun 15 2009 Roman Rakus - 1.1.9-6 - rename functions as they conflict with glibc - Don't push cdda2mp3 because we don't have any mp3 coder -- 2.11.4.GIT