SPECS: min12xxw.spec (NEW) - initial revision
pascalek
pascalek at pld-linux.org
Tue Jun 21 16:38:32 CEST 2005
Author: pascalek Date: Tue Jun 21 14:38:32 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial revision
---- Files affected:
SPECS:
min12xxw.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/min12xxw.spec
diff -u /dev/null SPECS/min12xxw.spec:1.1
--- /dev/null Tue Jun 21 16:38:32 2005
+++ SPECS/min12xxw.spec Tue Jun 21 16:38:26 2005
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary: Minolta PagePro 1[23]xxW printers driver
+Summary(pl): Sterownik drukarek Minolta PagePro 1[23]xxW
+Name: min12xxw
+Version: 0.0.7
+Release: 1
+License: GPL
+Group: Applications/Graphics
+Source0: http://www.hinterbergen.de/mala/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: b1dd30f2737396a40aeaf912c365686a
+URL: http://www.hinterbergen.de/mala/min12xxw/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is the driver for Minolta PagePro 1[23]xxW printers.
+Currently, it is in beta state of development.
+The driver operates by reading a stream in pbmraw format produced by
+ghostscript and converting it to the language the printer can actually
+understand.
+
+%description -l pl
+To jest sterownik dla drukarek Minolta PagePro 1[23]xxW.
+Aktualnie jest w fazie beta rozwoju.
+Sterownik czyta strumień w formacie pbmraw wyprodukowanego przez program
+ghostscript i konwertuje go do języka zrozumiałego przez drukarkę.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/06/21 14:38:26 pascalek
+- initial revision
+
================================================================
More information about the pld-cvs-commit
mailing list