|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
Summary: OpenPrinting CUPS filters and backends
|
|
Summary: OpenPrinting CUPS filters and backends
|
|
Name: cups-filters
|
|
Name: cups-filters
|
|
-Version: 1.9.0
|
|
+Version: 1.18.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
# For a breakdown of the licensing, see COPYING file
|
|
# For a breakdown of the licensing, see COPYING file
|
|
@@ -120,6 +120,7 @@ export IJS_CFLAGS="-I/usr/include/ijs"
|
|
export IJS_LIBS="-lijs"
|
|
export IJS_LIBS="-lijs"
|
|
%configure --disable-static \
|
|
%configure --disable-static \
|
|
--disable-silent-rules \
|
|
--disable-silent-rules \
|
|
|
|
+ --disable-mutool \
|
|
--with-pdftops=hybrid \
|
|
--with-pdftops=hybrid \
|
|
--enable-dbus \
|
|
--enable-dbus \
|
|
--with-rcdir=%{_sysconfdir} \
|
|
--with-rcdir=%{_sysconfdir} \
|
|
@@ -205,16 +206,18 @@ fi
|
|
%files
|
|
%files
|
|
%doc __doc/README __doc/AUTHORS __doc/NEWS
|
|
%doc __doc/README __doc/AUTHORS __doc/NEWS
|
|
%config(noreplace) %{_sysconfdir}/cups/cups-browsed.conf
|
|
%config(noreplace) %{_sysconfdir}/cups/cups-browsed.conf
|
|
-%config(noreplace) %{_sysconfdir}/fonts/conf.d/99pdftoopvp.conf
|
|
+%{_bindir}/driverless
|
|
%{_bindir}/foomatic-rip
|
|
%{_bindir}/foomatic-rip
|
|
%attr(-,root,root) %{_cups_serverbin}/filter/*
|
|
%attr(-,root,root) %{_cups_serverbin}/filter/*
|
|
%exclude %{_cups_serverbin}/filter/pdftoraster
|
|
%exclude %{_cups_serverbin}/filter/pdftoraster
|
|
-%exclude %{_cups_serverbin}/filter/textonly
|
|
|
|
%attr(0755,root,root) %{_cups_serverbin}/backend/beh
|
|
%attr(0755,root,root) %{_cups_serverbin}/backend/beh
|
|
|
|
+%attr(0755,root,root) %{_cups_serverbin}/backend/cups-brf
|
|
|
|
+%attr(0755,root,root) %{_cups_serverbin}/backend/driverless
|
|
%attr(0755,root,root) %{_cups_serverbin}/backend/implicitclass
|
|
%attr(0755,root,root) %{_cups_serverbin}/backend/implicitclass
|
|
%attr(0755,root,root) %{_cups_serverbin}/backend/parallel
|
|
%attr(0755,root,root) %{_cups_serverbin}/backend/parallel
|
|
# Serial backend needs to run as root (bug #212577#c4).
|
|
# Serial backend needs to run as root (bug #212577#c4).
|
|
%attr(0700,root,root) %{_cups_serverbin}/backend/serial
|
|
%attr(0700,root,root) %{_cups_serverbin}/backend/serial
|
|
|
|
+%attr(0755,root,root) %{_cups_serverbin}/driver/driverless
|
|
%{_datadir}/cups/banners
|
|
%{_datadir}/cups/banners
|
|
%{_datadir}/cups/braille
|
|
%{_datadir}/cups/braille
|
|
%{_datadir}/cups/charsets
|
|
%{_datadir}/cups/charsets
|
|
@@ -227,6 +230,7 @@ fi
|
|
%{_sbindir}/cups-browsed
|
|
%{_sbindir}/cups-browsed
|
|
#%{_unitdir}/cups-browsed.service
|
|
#%{_unitdir}/cups-browsed.service
|
|
%{_initdir}/cups-browsed
|
|
%{_initdir}/cups-browsed
|
|
|
|
+%{_mandir}/man1/driverless.1.gz
|
|
%{_mandir}/man1/foomatic-rip.1.gz
|
|
%{_mandir}/man1/foomatic-rip.1.gz
|
|
%{_mandir}/man8/cups-browsed.8.gz
|
|
%{_mandir}/man8/cups-browsed.8.gz
|
|
%{_mandir}/man5/cups-browsed.conf.5.gz
|
|
%{_mandir}/man5/cups-browsed.conf.5.gz
|
|
@@ -246,6 +250,9 @@ fi
|
|
%{_libdir}/libfontembed.so
|
|
%{_libdir}/libfontembed.so
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Jan 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.18.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.0-1
|
|
* Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|