|
|
@ -1,8 +1,8 @@
|
|
|
|
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.13
|
|
|
|
Version: 4.0.13
|
|
|
|
Release: 19%{?dist}
|
|
|
|
Release: 32%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
|
|
|
|
|
|
|
# The database engine.
|
|
|
|
# The database engine.
|
|
|
|
Source0: http://www.openprinting.org/download/foomatic/foomatic-db-engine-%{version}.tar.gz
|
|
|
|
Source0: http://www.openprinting.org/download/foomatic/foomatic-db-engine-%{version}.tar.gz
|
|
|
@ -14,10 +14,12 @@ Patch102: 0001-Recognize-fractional-numbers-in-PageSize.patch
|
|
|
|
|
|
|
|
|
|
|
|
## PATCHES FOR FOOMATIC-DB-HPIJS (PATCHES 201 TO 300)
|
|
|
|
## PATCHES FOR FOOMATIC-DB-HPIJS (PATCHES 201 TO 300)
|
|
|
|
|
|
|
|
|
|
|
|
Url: http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic
|
|
|
|
Url: https://github.com/OpenPrinting/foomatic-db-engine
|
|
|
|
|
|
|
|
|
|
|
|
# gcc is no longer in buildroot by default
|
|
|
|
# gcc is no longer in buildroot by default
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
# for autosetup
|
|
|
|
|
|
|
|
BuildRequires: git-core
|
|
|
|
# uses make
|
|
|
|
# uses make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl-interpreter >= 3:5.8.1
|
|
|
|
BuildRequires: perl-interpreter >= 3:5.8.1
|
|
|
@ -37,7 +39,6 @@ BuildRequires: foomatic, foomatic-db
|
|
|
|
Requires: dbus
|
|
|
|
Requires: dbus
|
|
|
|
Requires: cups-filters >= 1.0.42
|
|
|
|
Requires: cups-filters >= 1.0.42
|
|
|
|
Requires: perl-interpreter >= 3:5.8.1
|
|
|
|
Requires: perl-interpreter >= 3:5.8.1
|
|
|
|
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
|
|
|
|
|
|
|
|
Requires(post): coreutils
|
|
|
|
Requires(post): coreutils
|
|
|
|
Requires: foomatic-db
|
|
|
|
Requires: foomatic-db
|
|
|
|
Requires: cups
|
|
|
|
Requires: cups
|
|
|
@ -60,12 +61,7 @@ queues (foomatic-configure) and to print files/manipulate jobs
|
|
|
|
The site http://www.linuxprinting.org/ is based on this database.
|
|
|
|
The site http://www.linuxprinting.org/ is based on this database.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n foomatic-db-engine-%{version}
|
|
|
|
%autosetup -n foomatic-db-engine-%{version} -S git
|
|
|
|
|
|
|
|
|
|
|
|
# Ship more manpages.
|
|
|
|
|
|
|
|
%patch101 -p1 -b .manpages
|
|
|
|
|
|
|
|
# backported from upstream https://github.com/OpenPrinting/foomatic-db-engine/commit/75de02d
|
|
|
|
|
|
|
|
%patch102 -p1 -b .pagesize-fract
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chmod a+x mkinstalldirs
|
|
|
|
chmod a+x mkinstalldirs
|
|
|
|
|
|
|
|
|
|
|
@ -143,12 +139,54 @@ exit 0
|
|
|
|
%{_var}/cache/foomatic
|
|
|
|
%{_var}/cache/foomatic
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.0.13-19
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4.0.13-32
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.0.13-32
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-31
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-30
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 11 2023 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.13-29
|
|
|
|
|
|
|
|
- Rebuild with new foomatic-db
|
|
|
|
|
|
|
|
- SPDX migration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-28
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-27
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 12 2023 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.13-26
|
|
|
|
|
|
|
|
- URL changed to github
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-25
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.13-24
|
|
|
|
|
|
|
|
- Perl 5.36 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.13-23
|
|
|
|
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-22
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.13-21
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 11 2021 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.13-20
|
|
|
|
|
|
|
|
- rebuild with new foomatic-db
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.13-19
|
|
|
|
|
|
|
|
- Perl 5.34 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 4.0.13-18
|
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.13-18
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 10 2021 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.13-17
|
|
|
|
* Wed Feb 10 2021 Zdenek Dohnal <zdohnal@redhat.com> - 4.0.13-17
|
|
|
|
- rebuilt with new foomatic-db
|
|
|
|
- rebuilt with new foomatic-db
|
|
|
|