]> git.pld-linux.org Git - packages/foomatic-filters.git/commitdiff
0813e31a64a1ddeec2112c358ca09247
authormichuz <michuz@pld-linux.org>
Sun, 22 Dec 2002 13:00:44 +0000 (13:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    foomatic-filters.spec -> 1.1

foomatic-filters.spec [new file with mode: 0644]

diff --git a/foomatic-filters.spec b/foomatic-filters.spec
new file mode 100644 (file)
index 0000000..a76f20f
--- /dev/null
@@ -0,0 +1,130 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       System for using free software printer drivers
+Summary(pl):   System umo¿liwiaj±cy u¿ywanie darmowych sterowników drukarek
+Name:          foomatic-filters
+Version:       2.9.0
+Release:       1
+License:       GPL
+Group:         Applications/System
+URL:           http://www.linuxprinting.org/foomatic.html
+Source0:       http://www.linuxprinting.org/download/%{name}/%{name}-%{version}.tar.gz
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: perl-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Foomatic is a system for using free software printer drivers with
+common spoolers on Unix. It supports LPD, PDQ, CUPS, the VA Linux
+LPD, LPRng, PPR, and direct spooler-less printing and any free
+software driver for which execution data has been entered in the
+database.
+
+%description -l pl
+Foomatic to system pozwalaj±cy na u¿ywanie wolnodostêpnych
+sterowników drukarek z popularnymi uniksowymi serwerami wydruków.
+Obs³uguje LPD, PDQ, CUPS, VA Linux LPD, LPRng, PPR i bezpo¶rednie
+drukowanie bez kolejkowania oraz dowolny wolnodostêpny sterownik,
+dla którego parametry zosta³y wprowadzone do bazy danych.
+
+%package gswrapper
+Summary:       foomatic wrapper for ghostscript
+Summary(pl):   wrapper dla ghostscripta do u¿ycia z foomatic
+Group:         Applications/System
+Requires:      ghostscript
+Requires:      a2ps
+
+%description gswrapper
+A little Ghostscript regularization script. It massages arguments to
+make Ghostscript execute properly as a filter, with output on stdout
+and errors etc on stderr.
+
+NOTE: This script is needed in a few situations only and may not work
+with some Ghostscript versions. Moreover in some situations his
+presence in the system may have effect that Your printer will
+not print. So - Do not install this package if You don't know
+what You're doing. 
+
+%description gswrapper -l pl
+Ma³y skrypt uzdatniaj±cy Ghostscripta. Obrabia parametry tak, ¿eby
+Ghostscript dzia³a³ w³a¶ciwie jako filtr, generuj±c dane wyj¶ciowe na
+stdout, a b³êdy na stderr.
+
+UWAGA: Ten skrypt jest potrzebny tylko w kilku przypadkach i mo¿e
+nie dzia³ac z niektórymi wersjami Ghostscripta. Ponadto w niektórych
+sytuacjach jego obecno¶æ w systemie mo¿e spowodowaæ, ¿e drukarka nie
+bêdzie drukowa³a. Tak wiêc - nie instaluj tego pakietu, je¶li nie
+wiesz, co robisz. 
+
+%package -n cups-foomatic
+Summary:       cupsomatic - CUPS filter
+Summary(pl):   cupsomatic - filtr do CUPS
+Group:         Applications/System
+Requires:      cups
+Obsoletes:     foomatic-cups
+
+%description -n cups-foomatic
+Cupsomatic is intended to be used as a CUPS filter for printers
+defined in a PPD file (CUPS-O-Matic or PPD-O-Matic) obtained from the
+Linux Printing Database.
+
+%description -n cups-foomatic -l pl
+Cupsomatic jest filtrem do CUPS dla drukarek zdefiniowanych w pliku
+PPD (CUPS-O-Matic lub PPD-O-Matic), uzyskanym z Linux Printing
+Database.
+
+%package ppr
+Summary:       ppromatic - PPR interface
+Summary(pl):   ppromatic - interfejs do PPR
+Group:         Applications/System
+Requires:      ppr
+
+%description ppr
+ppromatic is intended to be used as a PPR interface for printers
+defined in a PPD-O-Matic PPD file obtained from the Linux Printing
+Database.
+
+%description ppr -l pl
+ppromatic jest interfejsem do PPR dla drukarek zdefiniowanych w pliku
+PPD (PPD-O-Matic) uzyskanym z Linux Printing Database.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+
+%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 ChangeLog TODO README USAGE
+
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/foomatic/direct
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/foomatic/filter.conf
+%attr(755,root,root) %{_bindir}/foomatic-rip
+%{_mandir}/man1/foomatic-rip*
+
+%files gswrapper
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/foomatic-gswrapper
+%{_mandir}/man1/foomatic-gswrapper*
+
+%files -n cups-foomatic
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/cups/filter/foomatic-rip
+
+%files ppr
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/ppr/interfaces/foomatic-rip
+%attr(755,root,root) %{_libdir}/ppr/lib/foomatic-rip
This page took 0.124448 seconds and 4 git commands to generate.