This commit is contained in:
parent
0c50d9a550
commit
46c8b0043d
10
cups.changes
10
cups.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 11:50:47 CEST 2008 - kssingvo@suse.de
|
||||
|
||||
- removed hplip in init script: hplip is no more (bnc#390663)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 13:56:14 CEST 2008 - kssingvo@suse.de
|
||||
|
||||
- beautified $BUILD_DISTRIBUTION_NAME setting
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 23 15:57:04 CEST 2008 - aj@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
# Provides: cupsd
|
||||
# Required-Start: $local_fs $remote_fs $syslog
|
||||
# Required-Stop: $remote_fs $syslog
|
||||
# Should-Start: dbus $named $portmap ptal slpd printbill hplip
|
||||
# Should-Start: dbus $named $portmap ptal slpd printbill
|
||||
# Should-Stop: $portmap
|
||||
# Default-Start: 2 3 5
|
||||
# Default-Stop: 0 1 6
|
||||
|
10
cups.spec
10
cups.spec
@ -30,7 +30,7 @@ License: GPL v2 or later
|
||||
Group: Hardware/Printing
|
||||
Summary: The Common UNIX Printing System
|
||||
Version: 1.3.8
|
||||
Release: 20
|
||||
Release: 30
|
||||
Requires: cups-libs = %{version}, cups-client = %{version}
|
||||
Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters
|
||||
Requires: util-linux /usr/bin/pdftops
|
||||
@ -183,9 +183,9 @@ mv pdftops pdftos.use_filter_pdftops_c
|
||||
%patch22 -p1
|
||||
if [ -f /.buildenv ]; then
|
||||
. /.buildenv
|
||||
else
|
||||
BUILD_DISTRIBUTION_NAME="personal build CUPS version"
|
||||
test -z "$BUILD_DISTRIBUTION_NAME" && BUILD_DISTRIBUTION_NAME="%{?distribution}"
|
||||
fi
|
||||
test -z "$BUILD_DISTRIBUTION_NAME" && BUILD_DISTRIBUTION_NAME="personal build CUPS version"
|
||||
perl -pi -e "s|SUSEVERSION|$BUILD_DISTRIBUTION_NAME|; \
|
||||
s/CUPSVERSION/%{version}/" %{PATCH100}
|
||||
#tbd: %patch100 -p1
|
||||
@ -434,6 +434,10 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
|
||||
%{_datadir}/locale/*/cups_*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 11 2008 kssingvo@suse.de
|
||||
- removed hplip in init script: hplip is no more (bnc#390663)
|
||||
* Tue Sep 09 2008 kssingvo@suse.de
|
||||
- beautified $BUILD_DISTRIBUTION_NAME setting
|
||||
* Sat Aug 23 2008 aj@suse.de
|
||||
- Remove -p from fillups call.
|
||||
* Wed Jul 23 2008 kssingvo@suse.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user