]> git.pld-linux.org Git - packages/cdrtools.git/commitdiff
- some cosmetics cdrtools-2_01a16-1
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 23 Jun 2003 21:35:32 +0000 (21:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdrtools.spec -> 1.78

cdrtools.spec

index 2c919bc593640d84880a71fc0de7e78d4cd22138..53e5f98e6c0fc691b108643b41da5e753749e295 100644 (file)
@@ -21,9 +21,9 @@ Patch4:               %{name}-u8-type.aptch
 URL:           http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
 BuildRequires: autoconf
 BuildRequires: automake
-Obsoletes:     cdrecord
 Provides:      cdrecord
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes:     cdrecord
 
 %description
 Cdrecord allows you to create CD's on a CD-Recorder (SCSI/ATAPI).
@@ -226,11 +226,11 @@ chmod +w -R *
 
 %build
 cd conf
-cp xconfig.h.in xconfig.h.in.org
-sed -e 's#/\*.*\*/##g' xconfig.h.in.org > xconfig.h.in
-rm -f acgeneral.m4 acspecific.m4 autoheader.m4 acoldnames.m4 autoconf.m4
-%{__aclocal}
-%{__autoconf}
+       cp xconfig.h.in xconfig.h.in.org
+       sed -e 's#/\*.*\*/##g' xconfig.h.in.org > xconfig.h.in
+       rm -f acgeneral.m4 acspecific.m4 autoheader.m4 acoldnames.m4 autoconf.m4
+       %{__aclocal}
+       %{__autoconf}
 cd ..
 CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" ./Gmake.linux
 
@@ -299,29 +299,29 @@ rm -rf $RPM_BUILD_ROOT
 
 %files readcd
 %defattr(644,root,root,755)
-%{_mandir}/man1/readcd.1*
 %attr(755,root,root) %{_bindir}/readcd
+%{_mandir}/man1/readcd.1*
 
 %files utils
 %defattr(644,root,root,755)
-%{_mandir}/man8/isoinfo.8*
-%{_mandir}/man8/devdump.8*
-%{_mandir}/man8/isovfy.8*
-%{_mandir}/man8/isodump.8*
 %attr(755,root,root) %{_bindir}/devdump
 %attr(755,root,root) %{_bindir}/isodebug
 %attr(755,root,root) %{_bindir}/isoinfo
 %attr(755,root,root) %{_bindir}/isovfy
 %attr(755,root,root) %{_bindir}/isodump
+%{_mandir}/man8/isoinfo.8*
+%{_mandir}/man8/devdump.8*
+%{_mandir}/man8/isovfy.8*
+%{_mandir}/man8/isodump.8*
 
 %files mkisofs
 %defattr(644,root,root,755)
-%{_mandir}/man8/mkisofs.8*
-%{_mandir}/man8/mkhybrid.8*
-%attr(755,root,root) %{_bindir}/mkisofs
-%attr(755,root,root) %{_bindir}/mkhybrid
 %doc mkisofs/README.compression mkisofs/README.eltorito mkisofs/README
 %doc mkisofs/README.graft_dirs mkisofs/README.hfs_boot mkisofs/README.hfs_magic
 %doc mkisofs/README.hide mkisofs/README.joliet mkisofs/README.mkhybrid
 %doc mkisofs/README.prep_boot mkisofs/README.rootinfo mkisofs/README.session
 %doc mkisofs/README.sort mkisofs/README.sparcboot
+%attr(755,root,root) %{_bindir}/mkisofs
+%attr(755,root,root) %{_bindir}/mkhybrid
+%{_mandir}/man8/mkisofs.8*
+%{_mandir}/man8/mkhybrid.8*
This page took 0.098614 seconds and 4 git commands to generate.