rpms/sloccount/devel sloccount.spec,1.1,1.2

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Jun 19 17:38:45 UTC 2006


Author: hadess

Update of /cvs/extras/rpms/sloccount/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27750

Modified Files:
	sloccount.spec 
Log Message:
* Wed Apr 05 2006 - Bastien Nocera <hadess at hadess.net> - 2.26-4
- Use the RPM_OPT_FLAGS, spotted by Michael Schwendt <bugs.michael at gmx.net>



Index: sloccount.spec
===================================================================
RCS file: /cvs/extras/rpms/sloccount/devel/sloccount.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sloccount.spec	4 Apr 2006 09:21:23 -0000	1.1
+++ sloccount.spec	5 Apr 2006 08:52:34 -0000	1.2
@@ -1,7 +1,7 @@
 Name: sloccount
 Summary: Measures source lines of code (SLOC) in programs
 Version: 2.26
-Release: 3
+Release: 4
 License: GPL
 Group: Development/Tools
 Source: http://www.dwheeler.com/sloccount/sloccount-%{version}.tar.gz
@@ -19,7 +19,7 @@
 %setup -q
 
 %build
-make
+make CC="gcc ${RPM_OPT_FLAGS}"
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -38,6 +38,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Wed Apr 05 2006 - Bastien Nocera <hadess at hadess.net> - 2.26-4
+- Use the RPM_OPT_FLAGS, spotted by Michael Schwendt <bugs.michael at gmx.net>
+
 * Tue Apr 04 2006 - Bastien Nocera <hadess at hadess.net> - 2.26-3
 - shorten description, and quieten setup
 




More information about the fedora-extras-commits mailing list