Hello community, here is the log from the commit of package cups-drivers checked in at Thu Apr 26 01:02:15 CEST 2007. -------- --- cups-drivers/cups-drivers.changes 2007-04-11 18:02:58.000000000 +0200 +++ /mounts/work_src_done/STABLE/cups-drivers/cups-drivers.changes 2007-04-25 18:25:19.931857000 +0200 @@ -1,0 +2,10 @@ +Wed Apr 25 18:24:55 CEST 2007 - kssingvo@suse.de + +- fixed LSB required directories to latest information + +------------------------------------------------------------------- +Wed Apr 25 17:30:52 CEST 2007 - kssingvo@suse.de + +- added LSB 3.2 required directories + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cups-drivers.spec ++++++ --- /var/tmp/diff_new_pack.dP7019/_old 2007-04-26 01:01:46.000000000 +0200 +++ /var/tmp/diff_new_pack.dP7019/_new 2007-04-26 01:01:46.000000000 +0200 @@ -18,7 +18,7 @@ Group: Hardware/Printing Summary: Drivers for the Common UNIX Printing System Version: 1.2.7 -Release: 31 +Release: 34 Provides: cups_drv Requires: ghostscript-library >= 7.05, foomatic-filters PreReq: sysvinit, sh-utils @@ -421,6 +421,14 @@ gzip -9 $RPM_BUILD_ROOT/usr/share/cups/model/Minolta/*-m2?00w.ppd cd .. # +# LSB requirements +# +# Create LSB directories +install -d -m 755 $RPM_BUILD_ROOT/usr/share/ppd +install -d -m 755 $RPM_BUILD_ROOT/usr/lib/printdriver +# set LSB symlink to let CUPS find the PPDs +ln -s /usr/share/ppd $RPM_BUILD_ROOT/usr/share/cups/model/0-driverppds +# %clean test -n "$RPM_BUILD_ROOT" && @@ -456,6 +464,11 @@ %dir /usr/share/cups %dir /usr/share/cups/model %dir /usr/share/cups/model/[A-Z]* +# LSB 3.2 follows... +%dir /usr/share/ppd +%dir /usr/lib/printdriver +%dir /usr/share/cups/model/0-driverppds +# enf of LSB 3.2 stuff /usr/share/cups/model/[A-Z]*/*.ppd* %{_libdir}/cups/filter/rastertospl2 %dir /usr/share/m2300w @@ -500,6 +513,10 @@ %{_libdir}/pkgconfig/gutenprint* %changelog +* Wed Apr 25 2007 - kssingvo@suse.de +- fixed LSB required directories to latest information +* Wed Apr 25 2007 - kssingvo@suse.de +- added LSB 3.2 required directories * Wed Apr 11 2007 - kssingvo@suse.de - updated gutenprint to 5.0.99.1 - added m2300w driver for Minolta Colorlaser with Windows interface ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de