SPECS: fix-info-dir.spec - use CC="%{__cc}"

sparky sparky at pld-linux.org
Sun Feb 26 16:03:21 CET 2006


Author: sparky                       Date: Sun Feb 26 15:03:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use CC="%{__cc}"

---- Files affected:
SPECS:
   fix-info-dir.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SPECS/fix-info-dir.spec
diff -u SPECS/fix-info-dir.spec:1.32 SPECS/fix-info-dir.spec:1.33
--- SPECS/fix-info-dir.spec:1.32	Mon Mar 21 23:04:44 2005
+++ SPECS/fix-info-dir.spec	Sun Feb 26 16:03:16 2006
@@ -24,8 +24,9 @@
 %setup -q
 
 %build
-%{__make} CFLAGS="%{rpmcflags} \
-	-fomit-frame-pointer -DNDEBUG"
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -fomit-frame-pointer -DNDEBUG"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -53,6 +54,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2006/02/26 15:03:16  sparky
+- use CC="%{__cc}"
+
 Revision 1.32  2005/03/21 22:04:44  mmazur
 - rel 8 for th
 
@@ -84,7 +88,7 @@
 - release 4.
 
 Revision 1.22  2002/04/25 16:18:23  arturs
-fixed a small typo
+- fixed a small typo
 
 Revision 1.21  2002/02/23 02:06:14  kloczek
 - adapterized.
@@ -94,24 +98,23 @@
   Group field using gettext).
 
 Revision 1.19  2002/01/18 02:12:57  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.18  2001/08/13 00:47:41  kloczek
 - release 3: spec adapterized.
 
 Revision 1.17  2001/04/30 16:05:17  kloczek
-- added using %%{rpmcflags} macro.
+- added using %{rpmcflags} macro.
 
 Revision 1.16  2001/01/25 20:03:23  misiek
-
-Massive attack. We use -O0 instead -O flags while debug enabled.
+- Massive attack. We use -O0 instead -O flags while debug enabled.
 
 Revision 1.15  2000/12/23 00:48:44  michuz
-- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
+- changed %{!?debug:...}%{?debug...} to %{?debug:...}%{!?debug...}
   (now it's more C like)
 
 Revision 1.14  2000/12/16 04:28:47  kloczek
-- release 2: make %%{debug} ready.
+- release 2: make %{debug} ready.
 
 Revision 1.13  2000/12/14 16:40:56  baggins
 - defined no_install_post_compress_docs 1
@@ -138,7 +141,7 @@
 - Uses $RPM_OPT_FLAGS.
 
 Revision 1.7  2000/06/09 07:22:50  kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
 
 Revision 1.6  2000/05/23 12:35:23  mis
 - added dir.old file
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/fix-info-dir.spec?r1=1.32&r2=1.33&f=u



More information about the pld-cvs-commit mailing list