]> git.pld-linux.org Git - packages/foomatic-filters.git/blobdiff - foomatic-filters.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/foomatic-filters.git] / foomatic-filters.spec
index 3c801570a4a49bc9a4de2189eab3a56b232f1128..ce4bc579d74e3ddbb72d48fb3e2828cf4e8c6ca9 100644 (file)
@@ -1,21 +1,21 @@
 #
+# Conditional build:
 %bcond_with    ppr     # ppr support disabled until we have ppr.spec in working shape
 #
-%include       /usr/lib/rpm/macros.perl
 Summary:       System for using free software printer drivers
 Summary(pl.UTF-8):     System umożliwiający używanie darmowych sterowników drukarek
 Name:          foomatic-filters
-Version:       3.0.2
-Release:       2
+Version:       4.0.17
+Release:       1
 Epoch:         1
-License:       GPL
+License:       GPL v2+
 Group:         Applications/System
-Source0:       http://www.linuxprinting.org/download/foomatic/%{name}-%{version}.tar.gz
-# Source0-md5: f0f4c90fa0ae346f53bf19a165e071a6
-URL:           http://www.linuxprinting.org/foomatic.html
-BuildRequires: a2ps
-BuildRequires: autoconf
+Source0:       http://www.openprinting.org/download/foomatic/%{name}-%{version}.tar.gz
+# Source0-md5: b05f5dcbfe359f198eef3df5b283d896
+URL:           http://www.linuxfoundation.org/en/OpenPrinting/Database/Foomatic
+BuildRequires: autoconf >= 2.61
 BuildRequires: automake
+BuildRequires: dbus-devel
 BuildRequires: rpm-perlprov
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,44 +34,14 @@ 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.UTF-8):     wrapper dla ghostscripta do użycia z foomatic
-Group:         Applications/System
-Requires:      a2ps
-Requires:      ghostscript
-Obsoletes:     foomatic-gswrapper
-
-%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.UTF-8
-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-filter-foomatic
 Summary:       cupsomatic - CUPS filter
 Summary(pl.UTF-8):     cupsomatic - filtr do CUPS
 Group:         Applications/System
 Requires:      %{name} = %{epoch}:%{version}
 Requires:      cups
-Obsoletes:     foomatic-cups
 Obsoletes:     cups-foomatic
+Obsoletes:     foomatic-cups
 
 %description -n cups-filter-foomatic
 Cupsomatic is intended to be used as a CUPS filter for printers
@@ -106,7 +76,10 @@ PPD (PPD-O-Matic) uzyskanym z Linux Printing Database.
 %build
 %{__aclocal}
 %{__autoconf}
-%configure
+%{__autoheader}
+%{__automake}
+%configure \
+       --disable-file-converter-check
 %{__make}
 
 %install
@@ -116,6 +89,10 @@ rm -rf $RPM_BUILD_ROOT
 
 ln -sf %{_bindir}/foomatic-rip $RPM_BUILD_ROOT%{_ulibdir}/cups/filter/cupsomatic
 
+%if %{without ppr}
+%{__rm} -r $RPM_BUILD_ROOT%{_ulibdir}/ppr
+%endif
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -126,16 +103,13 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/foomatic/direct
 %config(noreplace) %verify(not md5 mtime size) %{_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*
+%{_mandir}/man1/foomatic-rip.1*
 
 %files -n cups-filter-foomatic
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_ulibdir}/cups/filter/*
+%attr(755,root,root) %{_ulibdir}/cups/backend/beh
+%attr(755,root,root) %{_ulibdir}/cups/filter/cupsomatic
+%attr(755,root,root) %{_ulibdir}/cups/filter/foomatic-rip
 
 %if %{with ppr}
 %files ppr
This page took 0.064768 seconds and 4 git commands to generate.