SPECS: hexdiff.spec - pass __cc

darekr darekr at pld-linux.org
Mon Mar 26 22:47:36 CEST 2007


Author: darekr                       Date: Mon Mar 26 20:47:36 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass __cc

---- Files affected:
SPECS:
   hexdiff.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/hexdiff.spec
diff -u SPECS/hexdiff.spec:1.1 SPECS/hexdiff.spec:1.2
--- SPECS/hexdiff.spec:1.1	Sun Feb 18 15:26:56 2007
+++ SPECS/hexdiff.spec	Mon Mar 26 22:47:30 2007
@@ -24,6 +24,7 @@
 
 %build
 %{__make} \
+	COMP="%{__cc}" \
 	COPT="%{rpmcflags} -I/usr/include/ncurses -DVERSION=\\\"%{version}\\\" -DTRACE=0 -ansi"
 
 %install
@@ -38,8 +39,8 @@
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
 %doc BUGS CHANGES README TODO
+%attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -48,5 +49,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/03/26 20:47:30  darekr
+- pass __cc
+
 Revision 1.1  2007/02/18 14:26:56  gotar
 - initial PLD release
================================================================

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



More information about the pld-cvs-commit mailing list