SPECS: cdrtools.spec - updated to 2.0.1a10 lots of new stuff inclu...

djurban djurban at pld-linux.org
Sun Jun 25 15:24:20 CEST 2006


Author: djurban                      Date: Sun Jun 25 13:24:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.0.1a10 lots of new stuff included dvd burning support
- disabled min_gracetime patch, seems there is a good reason not to make it less then 3

---- Files affected:
SPECS:
   cdrtools.spec (1.123 -> 1.124) 

---- Diffs:

================================================================
Index: SPECS/cdrtools.spec
diff -u SPECS/cdrtools.spec:1.123 SPECS/cdrtools.spec:1.124
--- SPECS/cdrtools.spec:1.123	Sun Mar 26 20:36:49 2006
+++ SPECS/cdrtools.spec	Sun Jun 25 15:24:15 2006
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+%define		_alpha	a10
 Summary:	A command line CD/DVD-Recorder
 Summary(es):	Un programa de grabación de CD/DVD
 Summary(pl):	Program do nagrywania płyt CD/DVD
@@ -6,13 +7,13 @@
 Summary(ru):	đŇĎÇŇÁÍÍÁ ÄĚŃ ÚÁĐÉÓÉ CD/DVD, ÚÁĐŐÓËÁĹÍÁŃ ÉÚ ËĎÍÁÎÄÎĎĘ ÓÔŇĎËÉ
 Summary(uk):	đŇĎÇŇÁÍÁ ÄĚŃ ÚÁĐÉÓŐ CD/DVD, ŃËÁ ÚÁĐŐÓËÁ¤ÔŘÓŃ Ú ËĎÍÁÎÄÎϧ ÓÔŇŚŢËÉ
 Name:		cdrtools
-Version:	2.01
-Release:	3
+Version:	2.01.01
+Release:	0.%{_alpha}.1
 Epoch:		5
 License:	GPL v2
 Group:		Applications/System
-Source0:	ftp://ftp.berlios.de/pub/cdrecord/%{name}-%{version}.tar.bz2
-# Source0-md5:	d44a81460e97ae02931c31188fe8d3fd
+Source0:	ftp://ftp.berlios.de/pub/cdrecord/alpha/%{name}-%{version}%{_alpha}.tar.bz2
+# Source0-md5:	dc189f1e34d484cb73639fe3b1067845
 Patch0:		%{name}-config.patch
 Patch1:		%{name}-smmap.patch
 Patch2:		%{name}-man.patch
@@ -220,7 +221,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
+#%patch4 -p1
 
 ln -sf i586-linux-gcc.rul RULES/x86_64-linux-gcc.rul
 ln -sf i586-linux-cc.rul RULES/x86_64-linux-cc.rul
@@ -231,6 +232,8 @@
 # kill annoying beep and sleep
 %{__perl} -pi -e 's/^__gmake_warn.*//' RULES/mk-gmake.id
 
+sed -i -e "s/-o \$(INSUSR) -g \$(INSGRP)//g" RULES/rules.prg
+
 %build
 cd conf
 cp -f /usr/share/automake/config.* .
@@ -240,6 +243,7 @@
 # don't run aclocal, aclocal.m4 contains only local defs
 %{__autoconf}
 cd ..
+
 %{__make} \
 	CC="%{__cc}" \
 	COPTOPT="%{rpmcflags}" \
@@ -267,18 +271,22 @@
 install cdrecord/cdrecord.dfl	$RPM_BUILD_ROOT%{_sysconfdir}/cdrecord.conf
 
 # fix manual pages
+chmod u+rw $RPM_BUILD_ROOT -R
+
 echo '.so isoinfo.8' > $RPM_BUILD_ROOT%{_mandir}/man8/devdump.8
 echo '.so isoinfo.8' > $RPM_BUILD_ROOT%{_mandir}/man8/isovfy.8
 echo '.so isoinfo.8' > $RPM_BUILD_ROOT%{_mandir}/man8/isodump.8
 echo '.so cdda2ogg.1' > $RPM_BUILD_ROOT%{_mandir}/man1/cdda2mp3.1
 
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc AN-* doc/cdrecord.ps Changelog README README.ATAPI README.DiskT at 2
-%doc README.{WORM,audio,cdplus,cdtext,cdrw,clone,copy,linux,mkisofs,multi}
+%doc README.{WORM,audio,cdplus,cdtext,cdrw,clone,copy,mkisofs,multi}
 %doc README.{parallel,raw,rscsi,sony,verify} make_diskt at 2.sh
 %doc cdrecord/cdrecord.dfl cdrecord/LICENSE
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cdrecord.conf
@@ -315,15 +323,18 @@
 
 %files utils
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/btcflash
 %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}/man1/btcflash.1*
 %{_mandir}/man8/isoinfo.8*
 %{_mandir}/man8/devdump.8*
 %{_mandir}/man8/isovfy.8*
 %{_mandir}/man8/isodump.8*
+%{_mandir}/man8/isodebug.8*
 
 %files mkisofs
 %defattr(644,root,root,755)
@@ -343,6 +354,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.124  2006/06/25 13:24:15  djurban
+- updated to 2.0.1a10 lots of new stuff included dvd burning support
+- disabled min_gracetime patch, seems there is a good reason not to make it less then 3
+
 Revision 1.123  2006/03/26 18:36:49  areq
 - Provides: mkisofs = %{epoch}:%{version}-%{release}
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cdrtools.spec?r1=1.123&r2=1.124&f=u



More information about the pld-cvs-commit mailing list