BuildRequires: python3-cups
This commit is contained in:
parent
15886fb2f0
commit
78cdaf29e0
11
splix.spec
11
splix.spec
@ -3,9 +3,8 @@
|
|||||||
Summary: Driver for QPDL/SPL2 printers (Samsung and several Xerox printers)
|
Summary: Driver for QPDL/SPL2 printers (Samsung and several Xerox printers)
|
||||||
Name: splix
|
Name: splix
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 0.26.%{checkout}%{?dist}
|
Release: 0.27.%{checkout}%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
|
||||||
URL: http://splix.sourceforge.net/
|
URL: http://splix.sourceforge.net/
|
||||||
|
|
||||||
# This is a SVN snapshot downloaded via 'Download Snapshot' from
|
# This is a SVN snapshot downloaded via 'Download Snapshot' from
|
||||||
@ -22,7 +21,7 @@ Requires: cups
|
|||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
|
|
||||||
# postscriptdriver tags
|
# postscriptdriver tags
|
||||||
BuildRequires: python-cups, cups
|
BuildRequires: python3-cups, cups
|
||||||
|
|
||||||
# JBIG1 lossless image compression
|
# JBIG1 lossless image compression
|
||||||
BuildRequires: jbigkit-devel
|
BuildRequires: jbigkit-devel
|
||||||
@ -57,12 +56,16 @@ make all V=1 DRV_ONLY=1 %{?_smp_mflags}
|
|||||||
make install DRV_ONLY=1 CUPSDRV=%{_datadir}/cups/drv/splix DESTDIR=%{buildroot}
|
make install DRV_ONLY=1 CUPSDRV=%{_datadir}/cups/drv/splix DESTDIR=%{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING AUTHORS ChangeLog THANKS
|
%license COPYING
|
||||||
|
%doc AUTHORS ChangeLog THANKS
|
||||||
%{_cups_serverbin}/filter/pstoqpdl
|
%{_cups_serverbin}/filter/pstoqpdl
|
||||||
%{_cups_serverbin}/filter/rastertoqpdl
|
%{_cups_serverbin}/filter/rastertoqpdl
|
||||||
%{_datadir}/cups/drv/splix
|
%{_datadir}/cups/drv/splix
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 26 2015 Jiri Popelka <jpopelka@redhat.com> - 2.0.1-0.27.20130902svn
|
||||||
|
- BuildRequires: python3-cups
|
||||||
|
|
||||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-0.26.20130902svn
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-0.26.20130902svn
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user