Compare commits
64 Commits
1.13.3-1ma
...
1.28.13-1m
| Author | SHA1 | Date | |
|---|---|---|---|
| dfb33b86ec | |||
| 735861884a | |||
| 3f85eb2489 | |||
| f688346f05 | |||
| 42f086e81c | |||
| a26f1295bf | |||
| f4c7e602e1 | |||
| c8ba1ff862 | |||
| b1739e3b59 | |||
| 22d3e9752e | |||
| b8132140a8 | |||
| 1754760553 | |||
| 8c5d38e356 | |||
| 935fe04b89 | |||
| 64d626bfaa | |||
| 811b897158 | |||
| d050144c8d | |||
| 5e0c6b27e8 | |||
| 28311d9a32 | |||
| 4fd83c588c | |||
| 8274632105 | |||
| 7236f6cde1 | |||
| a5a9e1eade | |||
| bb54f9146a | |||
| fb27eedafa | |||
| 5ed6865ea3 | |||
| e14bb79c05 | |||
| 0e15d5fea7 | |||
| 3d35848a9b | |||
| 0cfac96935 | |||
| 169fda42a0 | |||
| 0d368e21e1 | |||
| b63ba6db1b | |||
| b6f6c90226 | |||
| dcab4e486d | |||
| 605ea091c9 | |||
| 770f537101 | |||
| a0f9183826 | |||
| 186ac02a2d | |||
| 7bdfe80361 | |||
| 2ac0c13d9d | |||
| acf77b990f | |||
| 82bb3ef52f | |||
| 88926d96f6 | |||
| c8559a218e | |||
| 1c8fbcc82e | |||
| b2a0c03064 | |||
| 148431e99e | |||
| 0f8bbcd3a5 | |||
| 6d3448f736 | |||
| 575479db96 | |||
| 51052870e5 | |||
| 0292ccdc95 | |||
| 1819892a06 | |||
| a166a0558e | |||
| 65b946d412 | |||
| c92cc1a2f1 | |||
| 91598693e7 | |||
| 28145aed45 | |||
| a4f45c183f | |||
| 5fd31c3b65 | |||
| a5ac502ef0 | |||
| 9274c18f69 | |||
| adb44a9d89 |
12
cups-browsed-1.28.9-service-org-cups.patch
Normal file
12
cups-browsed-1.28.9-service-org-cups.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- cups-filters-1.28.9/utils/cups-browsed.service.orig 2021-06-20 11:02:12.405639278 +0200
|
||||
+++ cups-filters-1.28.9/utils/cups-browsed.service 2021-06-20 11:02:58.358512700 +0200
|
||||
@@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Make remote CUPS printers available locally
|
||||
-Requires=cups.service
|
||||
-After=cups.service avahi-daemon.service network-online.target
|
||||
+Requires=org.cups.cupsd.service
|
||||
+After=org.cups.cupsd.service avahi-daemon.service network-online.target
|
||||
Wants=avahi-daemon.service network-online.target
|
||||
|
||||
[Service]
|
||||
@@ -1,52 +1,53 @@
|
||||
Name: cups-filters
|
||||
Version: 1.13.3
|
||||
Version: 1.28.13
|
||||
Release: 1mamba
|
||||
Summary: Backends, filters, and other software for the CUPS printing system
|
||||
Group: System/Spooling
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.openprinting.org
|
||||
URL: https://openprinting.github.io/
|
||||
Source: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
|
||||
Patch0: cups-filters-1.10.0-cups-browsed-timeout-stop.patch
|
||||
Patch1: cups-browsed-1.28.9-service-org-cups.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: ghostscript-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libavahi-devel
|
||||
BuildRequires: libavahi-glib-devel
|
||||
BuildRequires: libcups-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libopenldap-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpoppler-devel
|
||||
BuildRequires: libpoppler-cpp-devel
|
||||
BuildRequires: libqpdf-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libqpdf-devel >= 8.0.0-1mamba
|
||||
BuildRequires: dejavu-fonts-ttf
|
||||
#Requires: ghostscript
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: php-devel
|
||||
%endif
|
||||
BuildRequires: libqpdf-devel >= 6.0.0
|
||||
BuildRequires: libqpdf-devel >= 10.0.1
|
||||
BuildRequires: libpoppler-devel >= 0.40
|
||||
BuildRequires: libpoppler-cpp-devel >= 0.40
|
||||
BuildRequires: libqpdf-devel >= 9.0.1
|
||||
BuildRequires: mupdf
|
||||
Requires: dejavu-fonts-ttf
|
||||
Requires: libpoppler-tools >= 0.40
|
||||
Provides: foomatic-filters
|
||||
Obsoletes: foomatic-filters
|
||||
Obsoletes: foomatic-filters < 1.28.10
|
||||
Requires: cups >= 2.3.0-2mamba
|
||||
%systemd_requires
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
cups-filters contains backends, filters, and other software that was once part of the core CUPS distribution but is no longer maintained by Apple Inc. In addition it contains additional filters developed independently of Apple, especially filters for the PDF-centric printing workflow introduced by OpenPrinting.
|
||||
@@ -58,7 +59,6 @@ Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
cups-filters contains backends, filters, and other software that was once part of the core CUPS distribution but is no longer maintained by Apple Inc. In addition it contains additional filters developed independently of Apple, especially filters for the PDF-centric printing workflow introduced by OpenPrinting.
|
||||
|
||||
This is the development package.
|
||||
|
||||
%debug_package
|
||||
@@ -66,11 +66,13 @@ This is the development package.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
PHP_INCLUDES=`php-config --includes` || PHP_INCLUDES=
|
||||
CFLAGS="%{optflags} $PHP_INCLUDES"
|
||||
%configure \
|
||||
--with-cups-rundir=/run/cups \
|
||||
--with-pdftops=gs \
|
||||
--without-rcdir \
|
||||
--with-gs-path=%{_bindir}/gs \
|
||||
@@ -110,53 +112,23 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config %{_sysconfdir}/cups/cups-browsed.conf
|
||||
%{_sysconfdir}/fonts/conf.d/99pdftoopvp.conf
|
||||
%config(noreplace) %{_sysconfdir}/cups/cups-browsed.conf
|
||||
#%{_sysconfdir}/fonts/conf.d/99pdftoopvp.conf
|
||||
%{_unitdir}/cups-browsed.service
|
||||
#%{_presetdir}/50-cups-browsed.preset
|
||||
%{_bindir}/driverless
|
||||
%{_bindir}/driverless-fax
|
||||
%{_bindir}/foomatic-rip
|
||||
%{_bindir}/ttfread
|
||||
#%{_bindir}/ttfread
|
||||
%{_sbindir}/cups-browsed
|
||||
%dir %{_prefix}/lib/cups
|
||||
%dir %{_prefix}/lib/cups/backend
|
||||
%{_prefix}/lib/cups/backend/*
|
||||
%dir %{_prefix}/lib/cups/driver
|
||||
%{_prefix}/lib/cups/driver/driverless
|
||||
%{_prefix}/lib/cups/driver/driverless-fax
|
||||
%dir %{_prefix}/lib/cups/filter
|
||||
%{_prefix}/lib/cups/filter/bannertopdf
|
||||
%{_prefix}/lib/cups/filter/brftoembosser
|
||||
%{_prefix}/lib/cups/filter/commandtoescpx
|
||||
%{_prefix}/lib/cups/filter/commandtopclx
|
||||
%{_prefix}/lib/cups/filter/foomatic-rip
|
||||
%{_prefix}/lib/cups/filter/gstopdf
|
||||
%{_prefix}/lib/cups/filter/gstopxl
|
||||
%{_prefix}/lib/cups/filter/gstoraster
|
||||
%{_prefix}/lib/cups/filter/imagetobrf
|
||||
%{_prefix}/lib/cups/filter/imagetopdf
|
||||
%{_prefix}/lib/cups/filter/imagetops
|
||||
%{_prefix}/lib/cups/filter/imagetoraster
|
||||
%{_prefix}/lib/cups/filter/imagetoubrl
|
||||
%{_prefix}/lib/cups/filter/imageubrltoindexv3
|
||||
%{_prefix}/lib/cups/filter/imageubrltoindexv4
|
||||
%{_prefix}/lib/cups/filter/mupdftoraster
|
||||
%{_prefix}/lib/cups/filter/pdftoijs
|
||||
%{_prefix}/lib/cups/filter/pdftoopvp
|
||||
%{_prefix}/lib/cups/filter/pdftopdf
|
||||
%{_prefix}/lib/cups/filter/pdftops
|
||||
%{_prefix}/lib/cups/filter/pdftoraster
|
||||
%{_prefix}/lib/cups/filter/rastertoescpx
|
||||
%{_prefix}/lib/cups/filter/rastertopclx
|
||||
%{_prefix}/lib/cups/filter/rastertopdf
|
||||
%{_prefix}/lib/cups/filter/rastertops
|
||||
%{_prefix}/lib/cups/filter/sys5ippprinter
|
||||
%{_prefix}/lib/cups/filter/textbrftoindexv3
|
||||
%{_prefix}/lib/cups/filter/textbrftoindexv4
|
||||
%{_prefix}/lib/cups/filter/texttobrf
|
||||
%{_prefix}/lib/cups/filter/texttopdf
|
||||
%{_prefix}/lib/cups/filter/texttops
|
||||
%{_prefix}/lib/cups/filter/texttotext
|
||||
#%{_prefix}/lib/cups/filter/urftopdf
|
||||
%{_prefix}/lib/cups/filter/*
|
||||
%{_libdir}/libcupsfilters.so.*
|
||||
%{_libdir}/libfontembed.so.*
|
||||
%dir %{_datadir}/cups/banners
|
||||
@@ -181,6 +153,7 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse
|
||||
%{_mandir}/man8/cups-browsed.8*
|
||||
%{_datadir}/doc/cups-filters/AUTHORS
|
||||
%{_datadir}/doc/cups-filters/COPYING
|
||||
%{_datadir}/doc/cups-filters/ABOUT-NLS
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@@ -201,6 +174,205 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse
|
||||
%{_datadir}/doc/cups-filters/README
|
||||
|
||||
%changelog
|
||||
* Mon Mar 28 2022 Automatic Build System <autodist@mambasoft.it> 1.28.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 18 2022 Automatic Build System <autodist@mambasoft.it> 1.28.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 16 2022 Automatic Build System <autodist@mambasoft.it> 1.28.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 19 2021 Automatic Build System <autodist@mambasoft.it> 1.28.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 20 2021 Automatic Build System <autodist@mambasoft.it> 1.28.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 1.28.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 08 2021 Automatic Build System <autodist@mambasoft.it> 1.28.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 03 2020 Automatic Build System <autodist@mambasoft.it> 1.28.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 13 2020 Automatic Build System <autodist@mambasoft.it> 1.28.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 08 2020 Automatic Build System <autodist@mambasoft.it> 1.28.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 24 2020 Automatic Build System <autodist@mambasoft.it> 1.28.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 12 2020 Automatic Build System <autodist@mambasoft.it> 1.28.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 01 2020 Automatic Build System <autodist@mambasoft.it> 1.28.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 05 2020 Automatic Build System <autodist@mambasoft.it> 1.27.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.27.4-1mamba
|
||||
- update to 1.27.4
|
||||
|
||||
* Sat Mar 21 2020 Automatic Build System <autodist@mambasoft.it> 1.27.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 29 2020 Automatic Build System <autodist@mambasoft.it> 1.27.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 19 2020 Automatic Build System <autodist@mambasoft.it> 1.27.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 29 2020 Automatic Build System <autodist@mambasoft.it> 1.27.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 14 2020 Automatic Build System <autodist@mambasoft.it> 1.26.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 04 2020 Automatic Build System <autodist@mambasoft.it> 1.26.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 17 2019 Automatic Build System <autodist@mambasoft.it> 1.26.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 04 2019 Automatic Build System <autodist@mambasoft.it> 1.25.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 14 2019 Automatic Build System <autodist@mambasoft.it> 1.25.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 10 2019 Automatic Build System <autodist@mambasoft.it> 1.25.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 09 2019 Automatic Build System <autodist@mambasoft.it> 1.25.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 08 2019 Automatic Build System <autodist@mambasoft.it> 1.25.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 03 2019 Automatic Build System <autodist@mambasoft.it> 1.25.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.25.5-2mamba
|
||||
- patch service script to match the new name of cups service (org.cups.cupsd)
|
||||
|
||||
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 1.25.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 30 2019 Automatic Build System <autodist@mambasoft.it> 1.25.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 22 2019 Automatic Build System <autodist@mambasoft.it> 1.25.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 17 2019 Automatic Build System <autodist@mambasoft.it> 1.25.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 12 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.25.1-1mamba
|
||||
- update to 1.25.1
|
||||
|
||||
* Tue Jun 04 2019 Automatic Build System <autodist@mambasoft.it> 1.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 23 2019 Automatic Build System <autodist@mambasoft.it> 1.23.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 07 2019 Automatic Build System <autodist@mambasoft.it> 1.22.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 06 2019 Automatic Build System <autodist@mambasoft.it> 1.22.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 26 2019 Automatic Build System <autodist@mambasoft.it> 1.22.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 16 2019 Automatic Build System <autodist@mambasoft.it> 1.22.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 16 2019 Automatic Build System <autodist@mambasoft.it> 1.22.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 02 2019 Automatic Build System <autodist@mambasoft.it> 1.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 19 2018 Automatic Build System <autodist@mambasoft.it> 1.21.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 06 2018 Automatic Build System <autodist@mambasoft.it> 1.21.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 27 2018 Automatic Build System <autodist@mambasoft.it> 1.21.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 07 2018 Automatic Build System <autodist@mambasoft.it> 1.21.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 03 2018 Automatic Build System <autodist@mambasoft.it> 1.21.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 26 2018 Automatic Build System <autodist@mambasoft.it> 1.21.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 18 2018 Automatic Build System <autodist@mambasoft.it> 1.20.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 14 2018 Automatic Build System <autodist@mambasoft.it> 1.20.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 06 2018 Automatic Build System <autodist@mambasoft.it> 1.20.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 26 2018 Automatic Build System <autodist@mambasoft.it> 1.20.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 07 2018 Automatic Build System <autodist@mambasoft.it> 1.20.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 08 2017 Automatic Build System <autodist@mambasoft.it> 1.17.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 06 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.17.8-2mamba
|
||||
- rebuilt by autoport with build requirements: libqpdf-devel>=7.0.0-1mamba
|
||||
|
||||
* Sat Sep 30 2017 Automatic Build System <autodist@mambasoft.it> 1.17.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 23 2017 Automatic Build System <autodist@mambasoft.it> 1.17.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 24 2017 Automatic Build System <autodist@mambasoft.it> 1.16.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 22 2017 Automatic Build System <autodist@mambasoft.it> 1.16.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 12 2017 Automatic Build System <autodist@mambasoft.it> 1.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 30 2017 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 19 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.1-2mamba
|
||||
- rebuilt with --with-cups-rundir=/run/cups to fix communicating with cupsd
|
||||
- don't overwrite configuration cups-browsed.conf
|
||||
|
||||
* Sun Jul 02 2017 Automatic Build System <autodist@mambasoft.it> 1.14.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 20 2017 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 29 2017 Automatic Build System <autodist@mambasoft.it> 1.13.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 1.13.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 24 2017 Automatic Build System <autodist@mambasoft.it> 1.13.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user