]> git.pld-linux.org Git - packages/foomatic-filters.git/blob - foomatic-filters.spec
- updated to 2.9.1
[packages/foomatic-filters.git] / foomatic-filters.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        System for using free software printer drivers
3 Summary(pl):    System umo¿liwiaj±cy u¿ywanie darmowych sterowników drukarek
4 Name:           foomatic-filters
5 Version:        2.9.1
6 Release:        1
7 License:        GPL
8 Group:          Applications/System
9 URL:            http://www.linuxprinting.org/foomatic.html
10 Source0:        http://www.linuxprinting.org/download/%{name}/%{name}-%{version}.tar.gz
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 Requires:       perl
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Foomatic is a system for using free software printer drivers with
18 common spoolers on Unix. It supports LPD, PDQ, CUPS, the VA Linux
19 LPD, LPRng, PPR, and direct spooler-less printing and any free
20 software driver for which execution data has been entered in the
21 database.
22
23 %description -l pl
24 Foomatic to system pozwalaj±cy na u¿ywanie wolnodostêpnych
25 sterowników drukarek z popularnymi uniksowymi serwerami wydruków.
26 Obs³uguje LPD, PDQ, CUPS, VA Linux LPD, LPRng, PPR i bezpo¶rednie
27 drukowanie bez kolejkowania oraz dowolny wolnodostêpny sterownik,
28 dla którego parametry zosta³y wprowadzone do bazy danych.
29
30 %package gswrapper
31 Summary:        foomatic wrapper for ghostscript
32 Summary(pl):    wrapper dla ghostscripta do u¿ycia z foomatic
33 Group:          Applications/System
34 Requires:       ghostscript
35 Requires:       a2ps
36
37 %description gswrapper
38 A little Ghostscript regularization script. It massages arguments to
39 make Ghostscript execute properly as a filter, with output on stdout
40 and errors etc on stderr.
41
42 NOTE: This script is needed in a few situations only and may not work
43 with some Ghostscript versions. Moreover in some situations his
44 presence in the system may have effect that Your printer will
45 not print. So - Do not install this package if You don't know
46 what You're doing. 
47
48 %description gswrapper -l pl
49 Ma³y skrypt uzdatniaj±cy Ghostscripta. Obrabia parametry tak, ¿eby
50 Ghostscript dzia³a³ w³a¶ciwie jako filtr, generuj±c dane wyj¶ciowe na
51 stdout, a b³êdy na stderr.
52
53 UWAGA: Ten skrypt jest potrzebny tylko w kilku przypadkach i mo¿e
54 nie dzia³ac z niektórymi wersjami Ghostscripta. Ponadto w niektórych
55 sytuacjach jego obecno¶æ w systemie mo¿e spowodowaæ, ¿e drukarka nie
56 bêdzie drukowa³a. Tak wiêc - nie instaluj tego pakietu, je¶li nie
57 wiesz, co robisz. 
58
59 %package -n cups-foomatic
60 Summary:        cupsomatic - CUPS filter
61 Summary(pl):    cupsomatic - filtr do CUPS
62 Group:          Applications/System
63 Requires:       cups
64 Requires:       foomatic-filters = %{version}
65 Obsoletes:      foomatic-cups
66
67 %description -n cups-foomatic
68 Cupsomatic is intended to be used as a CUPS filter for printers
69 defined in a PPD file (CUPS-O-Matic or PPD-O-Matic) obtained from the
70 Linux Printing Database.
71
72 %description -n cups-foomatic -l pl
73 Cupsomatic jest filtrem do CUPS dla drukarek zdefiniowanych w pliku
74 PPD (CUPS-O-Matic lub PPD-O-Matic), uzyskanym z Linux Printing
75 Database.
76
77 %package ppr
78 Summary:        ppromatic - PPR interface
79 Summary(pl):    ppromatic - interfejs do PPR
80 Group:          Applications/System
81 Requires:       foomatic-filters = %{version}
82 Requires:       ppr
83
84 %description ppr
85 ppromatic is intended to be used as a PPR interface for printers
86 defined in a PPD-O-Matic PPD file obtained from the Linux Printing
87 Database.
88
89 %description ppr -l pl
90 ppromatic jest interfejsem do PPR dla drukarek zdefiniowanych w pliku
91 PPD (PPD-O-Matic) uzyskanym z Linux Printing Database.
92
93 %prep
94 %setup -q
95
96 %build
97 %{__aclocal}
98 %{__autoconf}
99
100 %configure
101
102 %{__make}
103
104 %install
105 rm -rf $RPM_BUILD_ROOT
106 %{__make} install DESTDIR="$RPM_BUILD_ROOT"
107
108 %clean
109 rm -rf $RPM_BUILD_ROOT
110
111 %files
112 %defattr(644,root,root,755)
113 %doc ChangeLog TODO README USAGE
114
115 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/foomatic/direct
116 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/foomatic/filter.conf
117 %attr(755,root,root) %{_bindir}/foomatic-rip
118 %{_mandir}/man1/foomatic-rip*
119
120 %files gswrapper
121 %defattr(644,root,root,755)
122 %attr(755,root,root) %{_bindir}/foomatic-gswrapper
123 %{_mandir}/man1/foomatic-gswrapper*
124
125 %files -n cups-foomatic
126 %defattr(644,root,root,755)
127 %attr(755,root,root) %{_libdir}/cups/filter/foomatic-rip
128
129 %files ppr
130 %defattr(644,root,root,755)
131 %attr(755,root,root) %{_libdir}/ppr/interfaces/foomatic-rip
132 %attr(755,root,root) %{_libdir}/ppr/lib/foomatic-rip
This page took 0.044539 seconds and 4 git commands to generate.