Compare commits
33 Commits
1.3.0-1mam
...
1.20.1-1ma
| Author | SHA1 | Date | |
|---|---|---|---|
| 575479db96 | |||
| 51052870e5 | |||
| 0292ccdc95 | |||
| 1819892a06 | |||
| a166a0558e | |||
| 65b946d412 | |||
| c92cc1a2f1 | |||
| 91598693e7 | |||
| 28145aed45 | |||
| a4f45c183f | |||
| 5fd31c3b65 | |||
| a5ac502ef0 | |||
| 9274c18f69 | |||
| adb44a9d89 | |||
| 16ca4b431c | |||
| cbcb4be6d5 | |||
| d1d60a0f7d | |||
| a68fa3d1fd | |||
| 2afa4c08d7 | |||
| ea03584e5f | |||
| 04553a64e9 | |||
| 3482b4b29e | |||
| 9f2f9016e9 | |||
| ba9e80302b | |||
| 30b88ca1ae | |||
| 43011a606f | |||
| 67ee1174bf | |||
| 5f8b64a4cd | |||
| da5386f6e7 | |||
| a8158d3063 | |||
| 384ad66eed | |||
| 12cf5c662e | |||
| 025b27c5fa |
10
cups-filters-1.10.0-cups-browsed-timeout-stop.patch
Normal file
10
cups-filters-1.10.0-cups-browsed-timeout-stop.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- cups-filters-1.10.0/utils/cups-browsed.service.orig 2016-07-27 16:52:47.033337629 +0200
|
||||
+++ cups-filters-1.10.0/utils/cups-browsed.service 2016-07-27 16:53:13.621349229 +0200
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/cups-browsed
|
||||
+TimeoutStopSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: cups-filters
|
||||
Version: 1.3.0
|
||||
Version: 1.20.1
|
||||
Release: 1mamba
|
||||
Summary: Backends, filters, and other software for the CUPS printing system
|
||||
Group: System/Spooling
|
||||
@@ -8,38 +8,44 @@ Distribution: openmamba
|
||||
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
|
||||
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: libgcrypt-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libopenldap-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpoppler-devel
|
||||
BuildRequires: libpoppler-tools
|
||||
BuildRequires: libqpdf-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pkg-config
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libqpdf-devel >= 7.0.0-1mamba
|
||||
#Requires: ghostscript
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: php-devel
|
||||
%endif
|
||||
BuildRequires: libpoppler-devel >= 0.20.4
|
||||
Requires: libpoppler-tools >= 0.20.4
|
||||
BuildRequires: libpoppler-devel >= 0.40
|
||||
BuildRequires: mupdf
|
||||
Requires: dejavu-fonts-ttf
|
||||
Requires: libpoppler-tools >= 0.40
|
||||
Provides: foomatic-filters
|
||||
Obsoletes: foomatic-filters
|
||||
%systemd_requires
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@@ -59,12 +65,20 @@ This is the development package.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
PHP_INCLUDES=`php-config --includes` || PHP_INCLUDES=
|
||||
CFLAGS="%{optflags} $PHP_INCLUDES"
|
||||
%configure \
|
||||
--with-pdftops=pdftops
|
||||
--with-cups-rundir=/run/cups \
|
||||
--with-pdftops=gs \
|
||||
--without-rcdir \
|
||||
--with-gs-path=%{_bindir}/gs \
|
||||
--with-pdftops-path=%{_bindir}/gs \
|
||||
--enable-avahi \
|
||||
--with-browseremoteprotocols=DNSSD,CUPS \
|
||||
--with-test-font-path=%{_datadir}/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
|
||||
|
||||
# --with-php
|
||||
|
||||
@@ -74,73 +88,64 @@ CFLAGS="%{optflags} $PHP_INCLUDES"
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browsed.service
|
||||
#install -d %{buildroot}%{_presetdir}
|
||||
#cat > %{buildroot}%{_presetdir}/50-cups-browsed.preset << _EOF
|
||||
#enable cups-browsed
|
||||
#_EOF
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
%systemd_post cups-browsed
|
||||
:
|
||||
|
||||
%preun
|
||||
%systemd_preun cups-browsed
|
||||
:
|
||||
|
||||
%postun
|
||||
%systemd_postun_with_restart cups-browsed
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config %{_sysconfdir}/cups/cups-browsed.conf
|
||||
%{_sysconfdir}/init.d/cups-browsed
|
||||
%{_sysconfdir}/rc0.d/K35cups-browsed
|
||||
%{_sysconfdir}/rc2.d/K35cups-browsed
|
||||
%{_sysconfdir}/rc2.d/S82cups-browsed
|
||||
%{_sysconfdir}/rc3.d/K35cups-browsed
|
||||
%{_sysconfdir}/rc3.d/S82cups-browsed
|
||||
%{_sysconfdir}/rc5.d/K35cups-browsed
|
||||
%{_sysconfdir}/rc5.d/S82cups-browsed
|
||||
%{_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}/foomatic-rip
|
||||
%{_bindir}/ttfread
|
||||
%{_sbindir}/cups-browsed
|
||||
%dir %{_prefix}/lib/cups
|
||||
%dir %{_prefix}/lib/cups/backend
|
||||
%{_prefix}/lib/cups/backend/implicitclass
|
||||
%{_prefix}/lib/cups/backend/parallel
|
||||
%{_prefix}/lib/cups/backend/serial
|
||||
%{_prefix}/lib/cups/backend/*
|
||||
%dir %{_prefix}/lib/cups/driver
|
||||
%{_prefix}/lib/cups/driver/driverless
|
||||
%dir %{_prefix}/lib/cups/filter
|
||||
%{_prefix}/lib/cups/filter/bannertopdf
|
||||
%{_prefix}/lib/cups/filter/commandtoescpx
|
||||
%{_prefix}/lib/cups/filter/commandtopclx
|
||||
%{_prefix}/lib/cups/filter/foomatic-rip
|
||||
%{_prefix}/lib/cups/filter/gstopxl
|
||||
%{_prefix}/lib/cups/filter/gstoraster
|
||||
%{_prefix}/lib/cups/filter/imagetopdf
|
||||
%{_prefix}/lib/cups/filter/imagetops
|
||||
%{_prefix}/lib/cups/filter/imagetoraster
|
||||
%{_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/pstopdf
|
||||
%{_prefix}/lib/cups/filter/rastertoescpx
|
||||
%{_prefix}/lib/cups/filter/rastertopclx
|
||||
%{_prefix}/lib/cups/filter/rastertopdf
|
||||
%{_prefix}/lib/cups/filter/sys5ippprinter
|
||||
%{_prefix}/lib/cups/filter/textonly
|
||||
%{_prefix}/lib/cups/filter/texttopdf
|
||||
%{_prefix}/lib/cups/filter/texttops
|
||||
%{_prefix}/lib/cups/filter/urftopdf
|
||||
%{_prefix}/lib/cups/filter/*
|
||||
%{_libdir}/libcupsfilters.so.*
|
||||
%{_libdir}/libfontembed.so.*
|
||||
%dir %{_datadir}/cups/banners
|
||||
%{_datadir}/cups/banners/*
|
||||
%dir %{_datadir}/cups/braille
|
||||
%{_datadir}/cups/braille/*
|
||||
%dir %{_datadir}/cups/charsets
|
||||
%{_datadir}/cups/charsets/pdf.utf-8
|
||||
%{_datadir}/cups/charsets/pdf.utf-8.heavy
|
||||
%{_datadir}/cups/charsets/pdf.utf-8.simple
|
||||
%{_datadir}/cups/charsets/*
|
||||
%dir %{_datadir}/cups/data
|
||||
%{_datadir}/cups/data/*.odt
|
||||
%{_datadir}/cups/data/*.pdf
|
||||
%{_datadir}/cups/data/*
|
||||
%{_datadir}/cups/data/testprint
|
||||
%dir %{_datadir}/cups/drv
|
||||
%{_datadir}/cups/drv/cupsfilters.drv
|
||||
%{_datadir}/cups/drv/*
|
||||
%dir %{_datadir}/cups/mime
|
||||
%{_datadir}/cups/mime/cupsfilters.convs
|
||||
%{_datadir}/cups/mime/cupsfilters.types
|
||||
%{_datadir}/cups/mime/*
|
||||
%dir %{_datadir}/cups/ppdc
|
||||
%{_datadir}/cups/ppdc/*.h
|
||||
%{_datadir}/cups/ppdc/*
|
||||
%{_datadir}/ppd/cupsfilters/*.ppd
|
||||
%{_mandir}/man1/foomatic-rip.1*
|
||||
%{_mandir}/man1/driverless.1*
|
||||
%{_mandir}/man5/cups-browsed.conf.5*
|
||||
%{_mandir}/man8/cups-browsed.8*
|
||||
%{_datadir}/doc/cups-filters/AUTHORS
|
||||
@@ -165,6 +170,115 @@ CFLAGS="%{optflags} $PHP_INCLUDES"
|
||||
%{_datadir}/doc/cups-filters/README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Tue Dec 20 2016 Automatic Build System <autodist@mambasoft.it> 1.13.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 19 2016 Automatic Build System <autodist@mambasoft.it> 1.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 23 2016 Automatic Build System <autodist@mambasoft.it> 1.11.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 20 2016 Automatic Build System <autodist@mambasoft.it> 1.11.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 30 2016 Automatic Build System <autodist@mambasoft.it> 1.11.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 23 2016 Automatic Build System <autodist@mambasoft.it> 1.11.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-4mamba
|
||||
- cups-browsed.service: add TimeoutStopSec=5 to workaround shutdown delay problem
|
||||
|
||||
* Sat Jul 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-3mamba
|
||||
- added some configure options and requirements
|
||||
|
||||
* Thu Jul 21 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-2mamba
|
||||
- fix permissions of cups-browsed.service
|
||||
|
||||
* Sun Jul 17 2016 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 10 2016 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 25 2016 Automatic Build System <autodist@mambasoft.it> 1.8.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 14 2016 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 06 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-2mamba
|
||||
- rebuild with libqpdf 6.0.0 and libpoppler 0.40
|
||||
|
||||
* Sat Jan 23 2016 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 19 2016 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 19 2016 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 18 2015 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 15 2015 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 11 2015 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user