Compare commits
42 Commits
1.13.2-1ma
...
1.25.12-1m
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 | |||
| 16ca4b431c |
13
cups-browsed-1.25.5-service-org-cups.patch
Normal file
13
cups-browsed-1.25.5-service-org-cups.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff -Nru cups-filters-1.25.5.orig/utils/cups-browsed.service cups-filters-1.25.5/utils/cups-browsed.service
|
||||
--- cups-filters-1.25.5.orig/utils/cups-browsed.service 2019-10-01 14:18:36.039000000 +0200
|
||||
+++ cups-filters-1.25.5/utils/cups-browsed.service 2019-10-01 14:19:34.699000000 +0200
|
||||
@@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Make remote CUPS printers available locally
|
||||
-Requires=cups.service
|
||||
-After=cups.service avahi-daemon.service
|
||||
+Requires=org.cups.cupsd.service
|
||||
+After=org.cups.cupsd.service avahi-daemon.service
|
||||
Wants=avahi-daemon.service
|
||||
|
||||
[Service]
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: cups-filters
|
||||
Version: 1.13.2
|
||||
Version: 1.25.12
|
||||
Release: 1mamba
|
||||
Summary: Backends, filters, and other software for the CUPS printing system
|
||||
Group: System/Spooling
|
||||
@@ -9,6 +9,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.openprinting.org
|
||||
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.25.5-service-org-cups.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: ghostscript-devel
|
||||
@@ -34,17 +35,19 @@ BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libqpdf-devel >= 8.0.0-1mamba
|
||||
#Requires: ghostscript
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: php-devel
|
||||
%endif
|
||||
BuildRequires: libqpdf-devel >= 6.0.0
|
||||
BuildRequires: libpoppler-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
|
||||
Requires: cups >= 2.3.0-2mamba
|
||||
%systemd_requires
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@@ -66,11 +69,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,8 +115,8 @@ 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
|
||||
@@ -124,39 +129,7 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse
|
||||
%dir %{_prefix}/lib/cups/driver
|
||||
%{_prefix}/lib/cups/driver/driverless
|
||||
%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 +154,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 +175,139 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse
|
||||
%{_datadir}/doc/cups-filters/README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Thu Dec 29 2016 Automatic Build System <autodist@mambasoft.it> 1.13.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user