]> git.pld-linux.org Git - packages/hplip.git/commitdiff
- foomatic-rip moved to cups-filters auto/th/hplip-3.13.11-2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 29 Dec 2013 21:44:49 +0000 (22:44 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 29 Dec 2013 21:44:49 +0000 (22:44 +0100)
- rel 2

hplip.spec

index ccfccfb08a76f738d1b6971ea28be8d43d41e06e..07bc20551adba6041dce9cc2b3a3feae77a551a4 100644 (file)
@@ -14,7 +14,7 @@ Summary:      Hewlett-Packard Linux Imaging and Printing suite - printing and scannin
 Summary(pl.UTF-8):     Narzędzia Hewlett-Packard Linux Imaging and Printing - drukowanie i skanowanie przy użyciu urządzeń HP
 Name:          hplip
 Version:       3.13.11
-Release:       1
+Release:       2
 License:       BSD (hpijs), MIT (low-level scanning and printing code), GPL v2 (the rest)
 Group:         Applications/System
 Source0:       http://downloads.sourceforge.net/hplip/%{name}-%{version}.tar.gz
@@ -122,7 +122,7 @@ Summary:    PPD database for Hewlett Packard printers
 Summary(pl.UTF-8):     Baza danych PPD dla drukarek Hewlett Packard
 Group:         Applications/System
 Requires:      cups
-Requires:      cups-filter-foomatic
+Requires:      cups-filters >= 1.0.43
 Obsoletes:     hpijs-ppd
 
 %description ppd
@@ -137,7 +137,7 @@ Summary(pl.UTF-8):  Backend HP dla CUPS-a
 Group:         Applications/Printing
 Requires:      %{name} = %{version}-%{release}
 Requires:      cups
-Requires:      cups-filter-foomatic
+Requires:      cups-filters >= 1.0.43
 
 %description -n cups-backend-hp
 This package allows CUPS printing on HP printers.
@@ -210,9 +210,9 @@ for tool in align clean colorcal fab firmware info levels makecopies makeuri pri
        ln -sf %{_datadir}/%{name}/$tool.py $RPM_BUILD_ROOT%{_bindir}/hp-$tool
 done
 
-# use filter from foomatic package, the perl script from hplip does not work correctly
-# with cups 1.7.x, and is an unnecessary functional duplicate
-ln -s %{_bindir}/foomatic-rip $RPM_BUILD_ROOT%{cups_filterdir}/foomatic-rip-hplip
+# use filter from cups-filters package, the perl script from hplip does not work
+# correctly with cups 1.7.x, and is an unnecessary functional duplicate
+ln -s %{cups_filterdir}/foomatic-rip $RPM_BUILD_ROOT%{cups_filterdir}/foomatic-rip-hplip
 
 # useless (nothing is going to link to installed libraries/modules)
 %{__rm} $RPM_BUILD_ROOT{%{_libdir}/*.{so,la},%{_libdir}/sane/*.{so,la},%{py_sitedir}/*.la}
This page took 0.158382 seconds and 4 git commands to generate.