rpms/pbm2l2030/FC-6 pbm2l2030.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

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


Author: lkundrak

Update of /cvs/extras/rpms/pbm2l2030/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14957/FC-6

Modified Files:
	.cvsignore sources 
Added Files:
	pbm2l2030.spec 
Log Message:
Import from devel.



--- 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/FC-6/.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	3 Aug 2007 09:08:03 -0000	1.2
@@ -0,0 +1 @@
+pbm2l2030-1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pbm2l2030/FC-6/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	3 Aug 2007 09:08:03 -0000	1.2
@@ -0,0 +1 @@
+2a1e36314c2028c29352f66b4bda046e  pbm2l2030-1.4.tar.gz




More information about the fedora-extras-commits mailing list