From 072f40a1b5a3487a1a6f0f75c8b2d25720b13dd2 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Mon, 28 Nov 2011 17:04:16 +0100 Subject: [PATCH] Add Device ID for Samsung ML-1610 --- splix.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/splix.spec b/splix.spec index 688c830..2d87511 100644 --- a/splix.spec +++ b/splix.spec @@ -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 - 2.0.1-0.4.20111121svn +- Add Device ID for Samsung ML-1610 + * Tue Nov 22 2011 Jiri Popelka - 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 - 2.0.1-0.1.20111118svn -- initial spec \ No newline at end of file +- initial spec