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