updated to foomatic-db-4.0-20201104
make is no longer in buildroot by default
This commit is contained in:
parent
05d43a5d46
commit
d23adf2089
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ foomatic-db-4.0-20100204.tar.gz
|
||||
/foomatic-db-4.0-20180228.tar.gz
|
||||
/foomatic-db-4.0-20190128.tar.gz
|
||||
/foomatic-db-4.0-20200526.tar.gz
|
||||
/foomatic-db-4.0-20201104.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
%global dbver_rel 4.0
|
||||
# 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.
|
||||
%global dbver_snap 20200526
|
||||
%global dbver_snap 20201104
|
||||
|
||||
Summary: Database of printers and printer drivers
|
||||
Name: foomatic-db
|
||||
Version: %{dbver_rel}
|
||||
Release: 67.%{dbver_snap}%{?dist}
|
||||
Release: 68.%{dbver_snap}%{?dist}
|
||||
License: GPLv2+
|
||||
Requires: %{name}-filesystem = %{version}-%{release}
|
||||
Requires: %{name}-ppds = %{version}-%{release}
|
||||
@ -24,6 +24,8 @@ BuildRequires: python3-cups
|
||||
|
||||
# Build requires cups so that configure knows where to put PPDs.
|
||||
BuildRequires: cups
|
||||
# uses make
|
||||
BuildRequires: make
|
||||
|
||||
# Build requires for perl
|
||||
BuildRequires: perl-interpreter
|
||||
@ -178,6 +180,10 @@ ln -sf ../../foomatic/db/source/PPD %{buildroot}%{_datadir}/cups/model/foomatic-
|
||||
%{_datadir}/cups/model/foomatic-db-ppds
|
||||
|
||||
%changelog
|
||||
* Thu Nov 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 4.0-68.20201104
|
||||
- updated to foomatic-db-4.0-20201104
|
||||
- make is no longer in buildroot by default
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-67.20200526
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (foomatic-db-4.0-20200526.tar.gz) = 5924ee1789c8d8a44ff6663cd986b19a03b3fdfc5ec53b576507f2684e4eb3280b9d32e8441c3e3d83850640e2ab2e90f17288f6ce28ac894e183ee4c81725c4
|
||||
SHA512 (foomatic-db-4.0-20201104.tar.gz) = ad087bcb69479370c32ed3a34600377b21468bff02ce47432ba0bc065bd6aee5b508088402abea908e444cba4344318242c62a1dd2e5de0061bec0100a0aac06
|
||||
|
Loading…
Reference in New Issue
Block a user