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

sparky sparky at pld-linux.org
Sun Feb 26 19:54:22 CET 2006


Author: sparky                       Date: Sun Feb 26 18:54:22 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass CC="%{__cc}"

---- Files affected:
SPECS:
   scsiutils.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/scsiutils.spec
diff -u SPECS/scsiutils.spec:1.23 SPECS/scsiutils.spec:1.24
--- SPECS/scsiutils.spec:1.23	Tue Jan  4 00:23:21 2005
+++ SPECS/scsiutils.spec	Sun Feb 26 19:54:16 2006
@@ -105,17 +105,20 @@
 cd scsiinfo-%{scsiinfo_ver}
 %{__make} clean
 %{__make} \
+	CC="%{__cc}" \
 	OPT="%{rpmcflags}"
 
 cd ../scsidev-%{scsidev_ver}
 %{__aclocal}
 %{__autoconf}
 %configure
-%{__make}
+%{__make} \
+	CC="%{__cc}"
 
 cd ../sg_utils-%{sg_utils_ver}
 mv -f README README.sg
 %{__make} \
+	CC="%{__cc}" \
 	OPT="%{rpmcflags}" \
 	PREFIX=%{_prefix}
 
@@ -212,6 +215,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2006/02/26 18:54:16  sparky
+- pass CC="%{__cc}"
+
 Revision 1.23  2005/01/03 23:23:21  paszczus
 - release 1
 
@@ -244,16 +250,16 @@
 - massive attack s/pld.org.pl/pld-linux.org/
 
 Revision 1.14  2003/02/17 21:11:01  ankry
-- remove unnecessary "-n" option to %%changelog
+- remove unnecessary "-n" option to %changelog
 
 Revision 1.13  2002/11/30 23:00:27  juandon
-- new %%doc
+- new %doc
 
 Revision 1.12  2002/10/09 13:14:46  kloczek
 - use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
 
 Revision 1.11  2002/05/21 23:14:42  kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
              s/^automake -a -c -f/\%\{__automake\}/; \
 	     s/^autoconf/\%\{__autoconf\}/"
 
@@ -265,14 +271,14 @@
   Group field using gettext).
 
 Revision 1.8  2002/01/18 02:14:53  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.7  2002/01/12 23:51:14  blues
 - some macros used
 - sg-utils 0.97 (not some crazy snap)
 - patches: one obsolete removed, one updated
 - install updated
-STB
+  STBR
 
 Revision 1.6  2001/10/03 07:49:26  qboosh
 - added Source0 URL
@@ -285,7 +291,7 @@
 - ac2.5 ready
 
 Revision 1.3  2001/05/02 21:51:28  qboosh
-- adapterized and made spec %%debug ready or added using %%rpm*flags macros
+- adapterized and made spec %debug ready or added using %rpm*flags macros
 
 Revision 1.2  2000/12/28 15:20:33  baggins
 - buildrequires tk-devel
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/scsiutils.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list