- Make it explicit that the build requires foomatic-db. This is needed for
postscriptdriver tags.
This commit is contained in:
parent
aa624fd70c
commit
09b8469a34
@ -4,7 +4,7 @@
|
|||||||
Summary: Database of printers and printer drivers
|
Summary: Database of printers and printer drivers
|
||||||
Name: foomatic
|
Name: foomatic
|
||||||
Version: %{enginever}
|
Version: %{enginever}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ BuildRequires: mpage
|
|||||||
|
|
||||||
# Make sure we get postscriptdriver tags. Safe to comment out when
|
# Make sure we get postscriptdriver tags. Safe to comment out when
|
||||||
# bootstrapping a new architecture.
|
# bootstrapping a new architecture.
|
||||||
BuildRequires: pycups, foomatic
|
BuildRequires: pycups, cups, foomatic, foomatic-db
|
||||||
|
|
||||||
Requires: foomatic-db
|
Requires: foomatic-db
|
||||||
Requires: cups
|
Requires: cups
|
||||||
@ -164,6 +164,10 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
|
|||||||
%{_var}/cache/foomatic
|
%{_var}/cache/foomatic
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 25 2010 Tim Waugh <twaugh@redhat.com> - 4.0.4-2
|
||||||
|
- Make it explicit that the build requires foomatic-db. This is
|
||||||
|
needed for postscriptdriver tags.
|
||||||
|
|
||||||
* Tue Feb 16 2010 Jiri Popelka <jpopelka@redhat.com> - 4.0.4-1
|
* Tue Feb 16 2010 Jiri Popelka <jpopelka@redhat.com> - 4.0.4-1
|
||||||
- 4.0.4
|
- 4.0.4
|
||||||
- build no more requires ghostscript-devel
|
- build no more requires ghostscript-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user