rpms/cjet/devel cjet.spec,1.3,1.4

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Fri Aug 3 16:28:23 UTC 2007


Author: lkundrak

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

Modified Files:
	cjet.spec 
Log Message:
Ville pointed out that his fix for #249974 was right and mine was wrong :)



Index: cjet.spec
===================================================================
RCS file: /cvs/extras/rpms/cjet/devel/cjet.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cjet.spec	3 Aug 2007 12:06:05 -0000	1.3
+++ cjet.spec	3 Aug 2007 16:27:51 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           cjet
 Version:        0.8.9
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Converts PCL data to Canon CaPSL III printer language
 
 Group:          System Environment/Libraries
@@ -20,7 +20,7 @@
 %patch -p1
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -36,6 +36,9 @@
 %doc ChangeLog README COPYING TODO
 
 %changelog
+* Fri Aug 3 2007 Lubomir Kundrak <lkundrak at redhat.com> 0.8.9-4
+- Fix the compiler flags use for real (#249974)
+
 * Fri Aug 3 2007 Lubomir Kundrak <lkundrak at redhat.com> 0.8.9-3
 - Modify the License tag in accordance with the new guidelines
 




More information about the fedora-extras-commits mailing list