Author: sparky                       Date: Fri Nov  3 18:00:37 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- quote %{__cc} / %{__cxx}

---- Files affected:
SPECS:
   FinalSolution.spec (1.2 -> 1.3) , althea.spec (1.17 -> 1.18) , 
apachetop.spec (1.23 -> 1.24) , ncc.spec (1.2 -> 1.3) , pftp.spec (1.22 -> 
1.23) , qmailanalog.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/FinalSolution.spec
diff -u SPECS/FinalSolution.spec:1.2 SPECS/FinalSolution.spec:1.3
--- SPECS/FinalSolution.spec:1.2        Thu Apr 15 19:59:22 2004
+++ SPECS/FinalSolution.spec    Fri Nov  3 19:00:29 2006
@@ -38,7 +38,7 @@
 
 %build
 %{__make} \
-       CC=%{__cxx} \
+       CC="%{__cxx}" \
        CFLAGS="%{rpmcflags} -Wall -Wno-deprecated -c -Isrc/Include" \
        DEBUG=""
 
@@ -62,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/11/03 18:00:29  sparky
+- quote %{__cc} / %{__cxx}
+
 Revision 1.2  2004/04/15 17:59:22  qboosh
 - pl
 

================================================================
Index: SPECS/althea.spec
diff -u SPECS/althea.spec:1.17 SPECS/althea.spec:1.18
--- SPECS/althea.spec:1.17      Sat Sep  2 22:51:33 2006
+++ SPECS/althea.spec   Fri Nov  3 19:00:29 2006
@@ -31,7 +31,9 @@
 %patch2 -p1
 
 %build
-%{__make} CXX=%{__cxx} DEBUGFLAGS="%{rpmcflags}" \
+%{__make} \
+       CXX="%{__cxx}" \
+       DEBUGFLAGS="%{rpmcflags}" \
        PIXDIR=%{_datadir}/althea \
        DOCDIR=%{_docdir}/%{name}-%{version}
 
@@ -60,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2006/11/03 18:00:29  sparky
+- quote %{__cc} / %{__cxx}
+
 Revision 1.17  2006/09/02 20:51:33  glen
 - _defaultdocdir -> _docdir
 

================================================================
Index: SPECS/apachetop.spec
diff -u SPECS/apachetop.spec:1.23 SPECS/apachetop.spec:1.24
--- SPECS/apachetop.spec:1.23   Fri Jan 20 20:07:58 2006
+++ SPECS/apachetop.spec        Fri Nov  3 19:00:29 2006
@@ -39,7 +39,7 @@
 %configure
 
 %{__make} \
-       CXX=%{__cxx} \
+       CXX="%{__cxx}" \
        CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses -pthread"
 
 %install
@@ -62,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2006/11/03 18:00:29  sparky
+- quote %{__cc} / %{__cxx}
+
 Revision 1.23  2006/01/20 19:07:58  arekm
 - up to 0.12.6; fixes CVE-2005-2660
 

================================================================
Index: SPECS/ncc.spec
diff -u SPECS/ncc.spec:1.2 SPECS/ncc.spec:1.3
--- SPECS/ncc.spec:1.2  Sun Jun  4 00:02:06 2006
+++ SPECS/ncc.spec      Fri Nov  3 19:00:29 2006
@@ -34,7 +34,7 @@
 
 %build
 %{__make} objdir/ncc \
-       CC=%{__cxx} \
+       CC="%{__cxx}" \
        LCFLAGS="%{rpmcflags} -fpermissive"
 
 %{__make} -C nccnav \
@@ -66,6 +66,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/11/03 18:00:29  sparky
+- quote %{__cc} / %{__cxx}
+
 Revision 1.2  2006/06/03 22:02:06  qboosh
 - pl, cosmetics
 

================================================================
Index: SPECS/pftp.spec
diff -u SPECS/pftp.spec:1.22 SPECS/pftp.spec:1.23
--- SPECS/pftp.spec:1.22        Fri Mar 24 13:28:06 2006
+++ SPECS/pftp.spec     Fri Nov  3 19:00:29 2006
@@ -44,7 +44,7 @@
 
 %build
 %{__make} \
-       CC=%{__cc} \
+       CC="%{__cc}" \
        CFLAGS="%{rpmcflags}" \
        LIBCRYPT="-lcrypt" \
        HAVE_SHADOW=1 \
@@ -79,6 +79,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2006/11/03 18:00:29  sparky
+- quote %{__cc} / %{__cxx}
+
 Revision 1.22  2006/03/24 12:28:06  blues
 - old forgotten commit
 

================================================================
Index: SPECS/qmailanalog.spec
diff -u SPECS/qmailanalog.spec:1.2 SPECS/qmailanalog.spec:1.3
--- SPECS/qmailanalog.spec:1.2  Sat Dec 11 21:49:47 2004
+++ SPECS/qmailanalog.spec      Fri Nov  3 19:00:29 2006
@@ -53,7 +53,7 @@
 %{__make}
 
 %{__make} -C tai64nfrac-1.3 \
-       CC=%{__cc} \
+       CC="%{__cc}" \
        CFLAGS="%{rpmcflags}" \
        LDFLAGS="%{rpmldflags}" \
 
@@ -86,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/11/03 18:00:29  sparky
+- quote %{__cc} / %{__cxx}
+
 Revision 1.2  2004/12/11 20:49:47  qboosh
 - pl, cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/FinalSolution.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/althea.spec?r1=1.17&r2=1.18&f=u
    http://cvs.pld-linux.org/SPECS/apachetop.spec?r1=1.23&r2=1.24&f=u
    http://cvs.pld-linux.org/SPECS/ncc.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/pftp.spec?r1=1.22&r2=1.23&f=u
    http://cvs.pld-linux.org/SPECS/qmailanalog.spec?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to