SPECS: unace.spec - pass CC="%{__cc}"

sparky sparky at pld-linux.org
Sat Feb 25 18:18:30 CET 2006


Author: sparky                       Date: Sat Feb 25 17:18:30 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass CC="%{__cc}"

---- Files affected:
SPECS:
   unace.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: SPECS/unace.spec
diff -u SPECS/unace.spec:1.28 SPECS/unace.spec:1.29
--- SPECS/unace.spec:1.28	Wed Sep 21 13:42:54 2005
+++ SPECS/unace.spec	Sat Feb 25 18:18:25 2006
@@ -29,8 +29,12 @@
 %build
 cp -f unix/makefile .
 cp -f unix/gccmaked .
-%{__make} CFLAGS="%{rpmcflags} -DUNIX -DCASEINSENSE" dep
-%{__make} CFLAGS="%{rpmcflags} -DUNIX -DCASEINSENSE"
+%{__make} dep \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -DUNIX -DCASEINSENSE" 
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -DUNIX -DCASEINSENSE"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -52,6 +56,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2006/02/25 17:18:25  sparky
+- pass CC="%{__cc}"
+
 Revision 1.28  2005/09/21 11:42:54  teodor
 - removed Obsolete: linunace, mistake
 
@@ -80,22 +87,21 @@
 - massive attack s/pld.org.pl/pld-linux.org/
 
 Revision 1.19  2003/04/15 17:07:38  troll
-
- - updated to version 2.2, unfortunately not compilable
- - changed old, fake source to new one
+- updated to version 2.2, unfortunately not compilable
+- changed old, fake source to new one
 
 Revision 1.18  2003/01/01 16:03:37  juandon
 - new %%doc
 
 Revision 1.17  2002/03/27 11:18:32  roman
-s/freeware/Freeware in License
+- s/freeware/Freeware in License
 
 Revision 1.16  2002/02/22 23:29:50  kloczek
 - removed all Group fields translations (oure rpm now can handle translating
   Group field using gettext).
 
 Revision 1.15  2002/01/18 02:15:15  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.14  2001/11/20 22:14:00  kloczek
 - release 3: cleanups.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/unace.spec?r1=1.28&r2=1.29&f=u



More information about the pld-cvs-commit mailing list