BuildRequires python3-cups
This commit is contained in:
parent
f30ef6b8d3
commit
dda81eb0aa
@ -1,7 +1,7 @@
|
|||||||
Summary: Tools for using the foomatic database of printers and printer drivers
|
Summary: Tools for using the foomatic database of printers and printer drivers
|
||||||
Name: foomatic
|
Name: foomatic
|
||||||
Version: 4.0.12
|
Version: 4.0.12
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|
||||||
# printer-filters package has gone (bug #967316, bug #1035450).
|
# printer-filters package has gone (bug #967316, bug #1035450).
|
||||||
@ -23,24 +23,23 @@ BuildRequires: libxml2-devel
|
|||||||
BuildRequires: autoconf, automake
|
BuildRequires: autoconf, automake
|
||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel
|
||||||
|
# Make sure we get postscriptdriver tags. Safe to comment out when
|
||||||
|
# bootstrapping a new architecture.
|
||||||
|
BuildRequires: python3-cups, cups
|
||||||
|
%if 0%{!?perl_bootstrap:1}
|
||||||
|
BuildRequires: foomatic, foomatic-db
|
||||||
|
%endif
|
||||||
|
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
Requires: cups-filters >= 1.0.42
|
Requires: cups-filters >= 1.0.42
|
||||||
Requires: perl >= 3:5.8.1
|
Requires: perl >= 3:5.8.1
|
||||||
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
|
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
|
||||||
# For 'rm' and '/sbin/service' in post
|
# For 'rm' and '/sbin/service' in post
|
||||||
Requires: fileutils initscripts
|
Requires: fileutils initscripts
|
||||||
|
Requires: foomatic-db
|
||||||
# Make sure we get postscriptdriver tags. Safe to comment out when
|
Requires: cups
|
||||||
# bootstrapping a new architecture.
|
Requires: ghostscript
|
||||||
BuildRequires: python-cups, cups
|
Requires: colord
|
||||||
%if 0%{!?perl_bootstrap:1}
|
|
||||||
BuildRequires: foomatic, foomatic-db
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Requires: foomatic-db
|
|
||||||
Requires: cups
|
|
||||||
Requires: ghostscript
|
|
||||||
Requires: colord
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Foomatic is a comprehensive, spooler-independent database of printers,
|
Foomatic is a comprehensive, spooler-independent database of printers,
|
||||||
@ -139,6 +138,9 @@ exit 0
|
|||||||
%{_var}/cache/foomatic
|
%{_var}/cache/foomatic
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 26 2015 Jiri Popelka <jpopelka@redhat.com> - 4.0.12-5
|
||||||
|
- BuildRequires python3-cups
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.12-4
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.12-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user