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

Patrice Dumas pertusus at fedoraproject.org
Wed Oct 1 07:19:06 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/w3lib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22294

Modified Files:
	w3lib.spec 
Log Message:
* Wed Oct  1 2008 Patrice Dumas <pertusus at free.fr> 1.6-4
- quote %{__cc} since now the macro also holds compiler options



Index: w3lib.spec
===================================================================
RCS file: /cvs/extras/rpms/w3lib/devel/w3lib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- w3lib.spec	18 Jun 2008 07:39:48 -0000	1.1
+++ w3lib.spec	1 Oct 2008 07:18:36 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           w3lib
 Version:        1.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        GRIB1 (GRIdded Binary) encoder/decoder and search/indexing routines
 
 Group:          System Environment/Libraries
@@ -48,7 +48,7 @@
 %build
 export FLAGS="$RPM_OPT_FLAGS -DLINUX"
 make %{?_smp_mflags} CFLAGS="$FLAGS" FFLAGS="$FLAGS" \
-  CC=%{__cc} F77=gfortran
+  CC="%{__cc}" F77=gfortran
 
 
 %install
@@ -75,6 +75,9 @@
 
 
 %changelog
+* Wed Oct  1 2008 Patrice Dumas <pertusus at free.fr> 1.6-4
+- quote %%{__cc} since now the macro also holds compiler options
+
 * Wed Jun  4 2008 Patrice Dumas <pertusus at free.fr> 1.6-3
 - don't generate empty debuginfo package
 




More information about the fedora-extras-commits mailing list