rpms/c2070/devel c2070.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:16:13 UTC 2007


Author: lkundrak

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

Modified Files:
	.cvsignore sources 
Added Files:
	c2070.spec 
Log Message:
Initial import of c2070 package.



--- NEW FILE c2070.spec ---
Name:           c2070
Version:        0.99
Release:        1%{?dist}
Summary:        Converts bitcmyk data to Lexmark 2070 printer language

Group:          System Environment/Libraries
License:        GPL
# This is the original one, but has gone away...
#URL:            http://www.kornblum.i-p.com/2070/Lexmark2070.html
# ...and as the original upstream author did not respond to e-mails,
# here is at least some reference:
URL:            http://www.linuxprinting.org/show_driver.cgi?driver=%{name}
# Again, the source URL is not original
Source0:        ftp://mirror.linuxsoft.cz/pool/5865/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%prep
%setup -q

%build
# The included Makefile is badly written
%{__cc} %{optflags} -o c2070 c2070.c

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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_bindir}/c2070
%doc README

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/c2070/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Jul 2007 14:55:35 -0000	1.1
+++ .cvsignore	4 Jul 2007 11:15:38 -0000	1.2
@@ -0,0 +1 @@
+c2070-0.99.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/c2070/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Jul 2007 14:55:35 -0000	1.1
+++ sources	4 Jul 2007 11:15:38 -0000	1.2
@@ -0,0 +1 @@
+6cf8b9f358766de3ab55dbdaae439897  c2070-0.99.tar.gz




More information about the scm-commits mailing list