]> git.pld-linux.org Git - packages/cdrtools.git/commitdiff
- re-added support for zisofs (witch patch from zisofs-tools)
authorfilon <filon@sokrates.mimuw.edu.pl>
Thu, 25 Apr 2002 05:31:00 +0000 (05:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- conditional _without_zisofs
- release 0.1

Changed files:
    cdrtools.spec -> 1.28

cdrtools.spec

index 158146e8e3ec1f9c2bb64fa985f0155b51838baa..778442086c56e45d2ade3843b4e340649803166e 100644 (file)
@@ -1,8 +1,10 @@
+# --without    zisofs          don;t build zisofs support (compressed isofs)
+
 Summary:       A command line CD/DVD-Recorder
 Summary(pl):   Program do nagrywania p³yt CD/DVD
 Name:          cdrtools
 Version:       1.11a21
-Release:       0
+Release:       0.1
 Epoch:         2
 License:       GPL
 Group:         Applications/System
@@ -11,10 +13,13 @@ Source0:    ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/%{name}-%{version}.tar.g
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-smmap.patch
 Patch2:                %{name}-ac250.patch
+# patch from zisofs-tools distribution
+%{!?_without_zisofs:Patch3:    %{name}-zisofs.patch}
 URL:           http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
 BuildRequires: autoconf
 Obsoletes:     cdrecord
 Provides:      cdrecord
+%{!?_without_zisofs:Requires:  zisofs-tools}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -110,6 +115,7 @@ chmod +w -R *
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%{!?_without_zisofs:%patch3 -p1}
 
 %build
 cd conf
@@ -198,9 +204,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files mkisofs
 %defattr(644,root,root,755)
-#%doc README.zisofs*
 %{_mandir}/man8/mkisofs.8*
 %{_mandir}/man8/mkhybrid.8*
 %attr(755,root,root) %{_bindir}/mkisofs
 %attr(755,root,root) %{_bindir}/mkhybrid
-#%attr(755,root,root) %{_bindir}/mkzftree
This page took 0.069108 seconds and 4 git commands to generate.