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

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Wed Jul 4 11:15:36 UTC 2007


Author: lkundrak

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

Modified Files:
	.cvsignore sources 
Added Files:
	cjet-0.8.9-clean-build.patch cjet.spec 
Log Message:
Initial import of cjet package.


cjet-0.8.9-clean-build.patch:

--- NEW FILE cjet-0.8.9-clean-build.patch ---
--- Makefile.orig	2007-06-07 23:04:21.000000000 +0200
+++ Makefile	2007-06-07 23:04:54.000000000 +0200
@@ -4,14 +4,14 @@
 # Makefile for UNIX systems
 # 
 
-# compiler, compiler and linker options 
-CC	  = gcc
-OPT	  = -O2 -Wall
-LINKOPT   = -s
+## compiler, compiler and linker options 
+#CC	  = gcc
+#OPT	  = -O2 -Wall
+#LINKOPT   = -s
 
 # you should not need to change anything below
 
-SHELL     = /bin/sh
+#SHELL     = /bin/sh
 
 EXECNAME  = cjet
 


--- NEW FILE cjet.spec ---
Name:           cjet
Version:        0.8.9
Release:        1%{?dist}
Summary:        Converts PCL data to Canon CaPSL III printer language

Group:          System Environment/Libraries
License:        GPL
URL:            ftp://sunsite.unc.edu/pub/Linux/system/printing/cjet089.lsm
Source0:        ftp://sunsite.unc.edu/pub/Linux/system/printing/cjet089.tgz
Patch0:         cjet-0.8.9-clean-build.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This is a filter to convert PCL data such as produced by ghostscript to
the printer language of Canon CaPSL III printers.  It is meant to be used
by the PostScript Description files of the drivers from the foomatic package.

%prep
%setup -q -n cjet089
%patch

%build
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
%{__mkdir} -p $RPM_BUILD_ROOT/%{_bindir}
%{__install} cjet $RPM_BUILD_ROOT/%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_bindir}/cjet
%doc ChangeLog README COPYING TODO

%changelog
* Thu Jun 7 2007 Lubomir Kundrak <lkundrak at redhat.com> 0.8.9-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cjet/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Jul 2007 14:54:40 -0000	1.1
+++ .cvsignore	4 Jul 2007 11:15:00 -0000	1.2
@@ -0,0 +1 @@
+cjet089.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cjet/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Jul 2007 14:54:40 -0000	1.1
+++ sources	4 Jul 2007 11:15:00 -0000	1.2
@@ -0,0 +1 @@
+d80e83d47b79b03028a00b72ac27e3de  cjet089.tgz




More information about the scm-commits mailing list