SPECS: cdrtools.spec - up to a53; still some cdda2wav rule broken

arekm arekm at pld-linux.org
Sun Nov 23 20:23:09 CET 2008


Author: arekm                        Date: Sun Nov 23 19:23:09 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to a53; still some cdda2wav rule broken

---- Files affected:
SPECS:
   cdrtools.spec (1.139 -> 1.140) 

---- Diffs:

================================================================
Index: SPECS/cdrtools.spec
diff -u SPECS/cdrtools.spec:1.139 SPECS/cdrtools.spec:1.140
--- SPECS/cdrtools.spec:1.139	Mon Oct  6 21:19:11 2008
+++ SPECS/cdrtools.spec	Sun Nov 23 20:23:04 2008
@@ -1,5 +1,5 @@
 # $Revision$, $Date$
-%define		subver	a50
+%define		subver	a53
 Summary:	A command line CD/DVD-Recorder
 Summary(es.UTF-8):	Un programa de grabación de CD/DVD
 Summary(pl.UTF-8):	Program do nagrywania płyt CD/DVD
@@ -13,7 +13,7 @@
 License:	GPL v2 (mkisofs), LGPL v2.1 (cdda2wav), CDDL v1.0 (the rest)
 Group:		Applications/System
 Source0:	ftp://ftp.berlios.de/pub/cdrecord/alpha/%{name}-%{version}%{subver}.tar.bz2
-# Source0-md5:	352f5d2fd68f7ffa3945936dbc53821a
+# Source0-md5:	9a17ad56fa96ceabddea55b15d1a4457
 Patch0:		%{name}-config.patch
 Patch2:		%{name}-man.patch
 Patch3:		%{name}-make.patch
@@ -26,6 +26,8 @@
 Obsoletes:	cdrecord
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		specflags	-finput-charset=ISO-8859-1 -fexec-charset=UTF-8 -D__attribute_const__=const
+
 %description
 Cdrecord allows you to create CD's on a CD-Recorder (SCSI/ATAPI).
 Supports data, audio, mixed, multi-session and CD+ discs etc.
@@ -235,6 +237,9 @@
 %patch4 -p1
 %patch5 -p1
 
+# Remove profiled make files
+rm -f $(find . -name '*_p.mk')
+
 ln -sf i586-linux-gcc.rul RULES/x86_64-linux-gcc.rul
 ln -sf i586-linux-cc.rul RULES/x86_64-linux-cc.rul
 
@@ -254,8 +259,7 @@
 cd conf
 cp -f /usr/share/automake/config.* .
 cd ../autoconf
-cp xconfig.h.in xconfig.h.in.org
-sed -e 's#/\*.*\*/##g' xconfig.h.in.org > xconfig.h.in
+sed -i -e 's#/\*.*\*/##g' xconfig.h.in
 for a in acgeneral.m4 acspecific.m4 autoheader.m4 acoldnames.m4 autoconf.m4; do
 	:> $a
 done
@@ -263,7 +267,7 @@
 %{__autoconf}
 cd ..
 
-%{__make} \
+%{__make} -j1 \
 	CC="%{__cc}" \
 	LDCC="%{__cc}" \
 	COPTOPT="%{rpmcflags}" \
@@ -379,6 +383,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.140  2008/11/23 19:23:04  arekm
+- up to a53; still some cdda2wav rule broken
+
 Revision 1.139  2008/10/06 19:19:11  arekm
 - a50; cdda2wav doesn't build
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cdrtools.spec?r1=1.139&r2=1.140&f=u



More information about the pld-cvs-commit mailing list