SPECS: autorespond.spec - now %{__cc} is quoted :)

darekr darekr at pld-linux.org
Sun Aug 6 00:09:44 CEST 2006


Author: darekr                       Date: Sat Aug  5 22:09:44 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- now %{__cc} is quoted :)

---- Files affected:
SPECS:
   autorespond.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/autorespond.spec
diff -u SPECS/autorespond.spec:1.11 SPECS/autorespond.spec:1.12
--- SPECS/autorespond.spec:1.11	Thu Mar  9 15:35:10 2006
+++ SPECS/autorespond.spec	Sun Aug  6 00:09:39 2006
@@ -43,7 +43,7 @@
 %build
 %{__make} \
 	CFLAGS="%{rpmcflags} -D_REENTRANT" \
-	CC=%"{__cc}"
+	CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -59,13 +59,15 @@
 %doc README help_message qmail-auto
 %attr(755,root,root) %{_bindir}/*
 
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2006/08/05 22:09:39  darekr
+- now %{__cc} is quoted :)
+
 Revision 1.11  2006/03/09 14:35:10  glen
 - quote %{__cc}
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/autorespond.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list