rebuilt with --with-cups-rundir=/run/cups to fix communicating with cupsd
don't overwrite configuration cups-browsed.conf [release 1.14.1-2mamba;Wed Jul 19 2017]
This commit is contained in:
parent
5fd31c3b65
commit
a4f45c183f
@ -1,6 +1,6 @@
|
||||
Name: cups-filters
|
||||
Version: 1.14.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Backends, filters, and other software for the CUPS printing system
|
||||
Group: System/Spooling
|
||||
Vendor: openmamba
|
||||
@ -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
|
||||
@ -201,6 +202,10 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse
|
||||
%{_datadir}/doc/cups-filters/README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user