Compare commits
29 Commits
1.14.0-1ma
...
1.25.1-1ma
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 |
@@ -1,5 +1,5 @@
|
||||
Name: cups-filters
|
||||
Version: 1.14.0
|
||||
Version: 1.25.1
|
||||
Release: 1mamba
|
||||
Summary: Backends, filters, and other software for the CUPS printing system
|
||||
Group: System/Spooling
|
||||
@@ -34,11 +34,11 @@ 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: mupdf
|
||||
Requires: dejavu-fonts-ttf
|
||||
@@ -71,6 +71,7 @@ This is the development package.
|
||||
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 +111,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 +125,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
|
||||
@@ -201,6 +170,97 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse
|
||||
%{_datadir}/doc/cups-filters/README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user