From 4a70c58aea05f18b3f65c8a08b0b594d32254879 Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Oct 15 2005 21:08:40 +0000 Subject: - link libcupsimage against libcups --- diff --git a/cups.spec b/cups.spec index 3ca3ec2..fe4ca2b 100644 --- a/cups.spec +++ b/cups.spec @@ -6,7 +6,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.1.23 -Release: 22 +Release: 23 License: GPL Group: System Environment/Daemons Source: ftp://ftp.easysw.com/pub/cups/test/cups-%{version}-source.tar.bz2 @@ -55,6 +55,7 @@ Patch37: cups-str1284.patch Patch38: cups-str1290.patch Patch39: cups-str1301.patch Patch40: cups-dbus.patch +Patch41: cups-link.patch Epoch: 1 Url: http://www.cups.org/ BuildRoot: %{_tmppath}/%{name}-root @@ -156,6 +157,7 @@ lpd emulation. %if %use_dbus %patch40 -p1 -b .dbus %endif +%patch41 -p1 perl -pi -e 's,^#(Printcap\s+/etc/printcap),$1,' conf/cupsd.conf.in aclocal -I config-scripts autoconf @@ -419,6 +421,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/cups/daemon/cups-lpd %changelog +* Sat Oct 15 2005 Florian La Roche +- link libcupsimage.so against libcups + * Tue Oct 11 2005 Tim Waugh 1:1.1.23-22 - Apply patch to fix STR #1301 (bug #169979).