Updated to foomatic-db-4.0-20161003
This commit is contained in:
parent
0b0ad9f901
commit
47e4142b5c
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ foomatic-db-4.0-20100204.tar.gz
|
|||||||
/foomatic-db-4.0-20140707.tar.gz
|
/foomatic-db-4.0-20140707.tar.gz
|
||||||
/foomatic-db-4.0-20150415.tar.gz
|
/foomatic-db-4.0-20150415.tar.gz
|
||||||
/foomatic-db-4.0-20150819.tar.gz
|
/foomatic-db-4.0-20150819.tar.gz
|
||||||
|
/foomatic-db-4.0-20161003.tar.gz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
%global dbver_rel 4.0
|
%global dbver_rel 4.0
|
||||||
# When you change dbver_snap, rebuild also foomatic against this build to pick up new IEEE 1284 Device IDs.
|
# When you change dbver_snap, rebuild also foomatic against this build to pick up new IEEE 1284 Device IDs.
|
||||||
# The postscriptdriver tags get put onto foomatic, because that's there the actual CUPS driver lives.
|
# The postscriptdriver tags get put onto foomatic, because that's there the actual CUPS driver lives.
|
||||||
%global dbver_snap 20150819
|
%global dbver_snap 20161003
|
||||||
|
|
||||||
Summary: Database of printers and printer drivers
|
Summary: Database of printers and printer drivers
|
||||||
Name: foomatic-db
|
Name: foomatic-db
|
||||||
Version: %{dbver_rel}
|
Version: %{dbver_rel}
|
||||||
Release: 50.%{dbver_snap}%{?dist}
|
Release: 51.%{dbver_snap}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires: %{name}-filesystem = %{version}-%{release}
|
Requires: %{name}-filesystem = %{version}-%{release}
|
||||||
@ -26,6 +26,9 @@ BuildRequires: python3-cups
|
|||||||
# Build requires cups so that configure knows where to put PPDs.
|
# Build requires cups so that configure knows where to put PPDs.
|
||||||
BuildRequires: cups
|
BuildRequires: cups
|
||||||
|
|
||||||
|
# Build requires for perl
|
||||||
|
BuildRequires: perl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is the database of printers, printer drivers, and driver options
|
This is the database of printers, printer drivers, and driver options
|
||||||
for Foomatic.
|
for Foomatic.
|
||||||
@ -171,6 +174,9 @@ ln -sf ../../foomatic/db/source/PPD %{buildroot}%{_datadir}/cups/model/foomatic-
|
|||||||
%{_datadir}/cups/model/foomatic-db-ppds
|
%{_datadir}/cups/model/foomatic-db-ppds
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 04 2016 Zdenek Dohnal <zdohnal@redhat.com> - 4.0-51.20161003
|
||||||
|
- Updated to foomatic-db-4.0-20161003
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-50.20150819
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-50.20150819
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user