Add Device ID for Samsung ML-1610

This commit is contained in:
Jiri Popelka 2011-11-28 17:04:16 +01:00
parent a9111a7ed4
commit 072f40a1b5
1 changed files with 10 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Summary: Driver for QPDL/SPL2 printers (Samsung and several Xerox printers)
Name: splix
Version: 2.0.1
Release: 0.3.%{checkout}%{?dist}
Release: 0.4.%{checkout}%{?dist}
License: GPLv2
Group: System Environment/Base
URL: http://splix.sourceforge.net/
@ -16,6 +16,10 @@ Source0: splix-%{version}.%{checkout}.tar.gz
# Don't strip symbols out of the binaries so the debuginfo can be created
Patch0: splix-nostrip.patch
# Add Device ID for
# Samsung ML-1610
Patch1: splix-deviceID.patch
Requires: cups
# _cups_serverbin macro
@ -39,7 +43,7 @@ chmod -x src/algo0x0e.cpp
chmod -x ppd/po/pt.po
%patch0 -p1 -b .nostrip
%patch1 -p1 -b .deviceID
%build
# remove DISABLE_JBIG=1 once jbigkit is shipped with Fedora (i.e. after April 2012)
@ -67,6 +71,9 @@ make install
%{_datadir}/cups/model/xerox
%changelog
* Mon Nov 28 2011 Jiri Popelka <jpopelka@redhat.com> - 2.0.1-0.4.20111121svn
- Add Device ID for Samsung ML-1610
* Tue Nov 22 2011 Jiri Popelka <jpopelka@redhat.com> - 2.0.1-0.3.20111121svn
- Include more files into documentation (#755069).
@ -74,4 +81,4 @@ make install
- Download only trunk from upstream SVN repository.
* Fri Nov 18 2011 Jiri Popelka <jpopelka@redhat.com> - 2.0.1-0.1.20111118svn
- initial spec
- initial spec