rpms/cjet/devel cjet-0.8.9-clean-build.patch, 1.1, 1.2 cjet.spec, 1.1, 1.2

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Fri Aug 3 08:08:21 UTC 2007


Author: lkundrak

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

Modified Files:
	cjet-0.8.9-clean-build.patch cjet.spec 
Log Message:
Use compiler flags from the build system, pointed out by Ville Skyttä.
Resolves: #249974


cjet-0.8.9-clean-build.patch:

Index: cjet-0.8.9-clean-build.patch
===================================================================
RCS file: /cvs/extras/rpms/cjet/devel/cjet-0.8.9-clean-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cjet-0.8.9-clean-build.patch	4 Jul 2007 11:15:00 -0000	1.1
+++ cjet-0.8.9-clean-build.patch	3 Aug 2007 08:08:19 -0000	1.2
@@ -1,6 +1,13 @@
---- Makefile.orig	2007-06-07 23:04:21.000000000 +0200
-+++ Makefile	2007-06-07 23:04:54.000000000 +0200
-@@ -4,14 +4,14 @@
+This is to ensure that the package builds with flags and compiler
+specified by the build system.
+
+* Fri Aug 3 2007 Lubomir Kundrak <lkundrak at redhat.com>
+Corrected this #249974, thanks to Ville SkyttÃ
+
+diff -urp cjet089.orig/Makefile cjet089/Makefile
+--- cjet089.orig/Makefile	1996-02-19 22:51:33.000000000 +0100
++++ cjet089/Makefile	2007-08-03 09:47:01.000000000 +0200
+@@ -4,19 +4,19 @@
  # Makefile for UNIX systems
  # 
  
@@ -20,3 +27,10 @@
  
  EXECNAME  = cjet
  
+-CFLAGS	  = $(OPT)
+-LDFLAGS   = $(LINKOPT)
++#CFLAGS	  = $(OPT)
++#LDFLAGS   = $(LINKOPT)
+ 
+ OBJ = main.o parse.o function.o raster.o fonts.o misc.o symbol.o\
+       page.o pjl.o macro.o io.o


Index: cjet.spec
===================================================================
RCS file: /cvs/extras/rpms/cjet/devel/cjet.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cjet.spec	4 Jul 2007 11:15:00 -0000	1.1
+++ cjet.spec	3 Aug 2007 08:08:19 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           cjet
 Version:        0.8.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Converts PCL data to Canon CaPSL III printer language
 
 Group:          System Environment/Libraries
@@ -17,7 +17,7 @@
 
 %prep
 %setup -q -n cjet089
-%patch
+%patch -p1
 
 %build
 make %{?_smp_mflags}
@@ -36,5 +36,8 @@
 %doc ChangeLog README COPYING TODO
 
 %changelog
+* Thu Jun 7 2007 Lubomir Kundrak <lkundrak at redhat.com> 0.8.9-2
+- Use compiler flags, thanks to Ville Skyttà (#249974)
+
 * Thu Jun 7 2007 Lubomir Kundrak <lkundrak at redhat.com> 0.8.9-1
 - Initial package




More information about the fedora-extras-commits mailing list