SPECS: gsudoku.spec - use %%__cc

havner havner at pld-linux.org
Sun Jul 23 23:58:00 CEST 2006


Author: havner                       Date: Sun Jul 23 21:58:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use %%__cc

---- Files affected:
SPECS:
   gsudoku.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/gsudoku.spec
diff -u SPECS/gsudoku.spec:1.2 SPECS/gsudoku.spec:1.3
--- SPECS/gsudoku.spec:1.2	Sun Jul 23 23:21:55 2006
+++ SPECS/gsudoku.spec	Sun Jul 23 23:57:55 2006
@@ -57,7 +57,7 @@
 
 %build
 # not my fault, there is no Makefile
-gcc -DLINUX gsudoku.c generator_solver.c menu.c settings.c gsignal.c \
+%{__cc} -DLINUX gsudoku.c generator_solver.c menu.c settings.c gsignal.c \
 	da_interactive.c da_drawing.c other.c help_about.c -o gsudoku \
 	`pkg-config --cflags --libs gtk+-2.0 gthread-2.0` %{rpmcflags}
 
@@ -90,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/07/23 21:57:55  havner
+- use %%__cc
+
 Revision 1.2  2006/07/23 21:21:55  havner
 - -devel in BR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gsudoku.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list