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
|
||||
Name: foomatic
|
||||
Version: 4.0.12
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPLv2+
|
||||
|
||||
# printer-filters package has gone (bug #967316, bug #1035450).
|
||||
@ -23,24 +23,23 @@ BuildRequires: libxml2-devel
|
||||
BuildRequires: autoconf, automake
|
||||
BuildRequires: cups-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: cups-filters >= 1.0.42
|
||||
Requires: perl >= 3:5.8.1
|
||||
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
|
||||
# For 'rm' and '/sbin/service' in post
|
||||
Requires: fileutils initscripts
|
||||
|
||||
# Make sure we get postscriptdriver tags. Safe to comment out when
|
||||
# bootstrapping a new architecture.
|
||||
BuildRequires: python-cups, cups
|
||||
%if 0%{!?perl_bootstrap:1}
|
||||
BuildRequires: foomatic, foomatic-db
|
||||
%endif
|
||||
|
||||
Requires: foomatic-db
|
||||
Requires: cups
|
||||
Requires: ghostscript
|
||||
Requires: colord
|
||||
Requires: fileutils initscripts
|
||||
Requires: foomatic-db
|
||||
Requires: cups
|
||||
Requires: ghostscript
|
||||
Requires: colord
|
||||
|
||||
%description
|
||||
Foomatic is a comprehensive, spooler-independent database of printers,
|
||||
@ -139,6 +138,9 @@ exit 0
|
||||
%{_var}/cache/foomatic
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user