Compare commits
8 Commits
1.13.2-1ma
...
1.16.1-1ma
| Author | SHA1 | Date | |
|---|---|---|---|
| 91598693e7 | |||
| 28145aed45 | |||
| a4f45c183f | |||
| 5fd31c3b65 | |||
| a5ac502ef0 | |||
| 9274c18f69 | |||
| adb44a9d89 | |||
| 16ca4b431c |
@@ -1,5 +1,5 @@
|
||||
Name: cups-filters
|
||||
Version: 1.13.2
|
||||
Version: 1.16.1
|
||||
Release: 1mamba
|
||||
Summary: Backends, filters, and other software for the CUPS printing system
|
||||
Group: System/Spooling
|
||||
@@ -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,7 +111,7 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config %{_sysconfdir}/cups/cups-browsed.conf
|
||||
%config(noreplace) %{_sysconfdir}/cups/cups-browsed.conf
|
||||
%{_sysconfdir}/fonts/conf.d/99pdftoopvp.conf
|
||||
%{_unitdir}/cups-browsed.service
|
||||
#%{_presetdir}/50-cups-browsed.preset
|
||||
@@ -156,7 +157,7 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse
|
||||
%{_prefix}/lib/cups/filter/texttopdf
|
||||
%{_prefix}/lib/cups/filter/texttops
|
||||
%{_prefix}/lib/cups/filter/texttotext
|
||||
%{_prefix}/lib/cups/filter/urftopdf
|
||||
#%{_prefix}/lib/cups/filter/urftopdf
|
||||
%{_libdir}/libcupsfilters.so.*
|
||||
%{_libdir}/libfontembed.so.*
|
||||
%dir %{_datadir}/cups/banners
|
||||
@@ -201,6 +202,31 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse
|
||||
%{_datadir}/doc/cups-filters/README
|
||||
|
||||
%changelog
|
||||
* 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