rpms/pbm2l2030/devel pbm2l2030.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:10:41 UTC 2007


Author: lkundrak

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

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



--- NEW FILE pbm2l2030.spec ---
Name:           pbm2l2030
Version:        1.4
Release:        1%{?dist}
Summary:        Converts PBM stream to Lexmark 2030 printer language

Group:          System Environment/Libraries
License:        GPL
# This is the original one, but has gone away...
#URL:            http://home.t-online.de/home/paetzold-net/page_004.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}
Source0:        %{name}-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This is a filter to convert pbmraw data such as produced by ghostscript to
the printer language of Lexmark 2030 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 pbm2l2030 pbm2l2030.c pbm.c

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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_bindir}/pbm2l2030
%doc LICENSE README.TXT

%changelog
* Fri Jun 8 2007 Lubomir Kundrak <lkundrak at redhat.com> 1.4-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pbm2l2030/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Jul 2007 14:53:45 -0000	1.1
+++ .cvsignore	4 Jul 2007 11:10:06 -0000	1.2
@@ -0,0 +1 @@
+pbm2l2030-1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pbm2l2030/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Jul 2007 14:53:45 -0000	1.1
+++ sources	4 Jul 2007 11:10:06 -0000	1.2
@@ -0,0 +1 @@
+2a1e36314c2028c29352f66b4bda046e  pbm2l2030-1.4.tar.gz




More information about the scm-commits mailing list