Updating link to change in openSUSE:Factory/cups revision 68.0
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=4ed92dd83ea5b605f4470a230afb1c13
This commit is contained in:
parent
b7a1991d89
commit
08d2e5489a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 22:22:18 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- add baselibs.conf as a source
|
||||
- enable parallel building
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 13:58:13 CET 2009 - jsmeix@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cups (Version 1.3.11)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -30,7 +30,7 @@ License: GPLv2+
|
||||
Group: Hardware/Printing
|
||||
Summary: The Common UNIX Printing System
|
||||
Version: 1.3.11
|
||||
Release: 6
|
||||
Release: 7
|
||||
Requires: cups-libs = %{version}, cups-client = %{version}
|
||||
Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters
|
||||
Requires: util-linux /usr/bin/pdftops
|
||||
@ -47,6 +47,7 @@ Source1: poll_ppd_base.c
|
||||
Source2: lphelp.c
|
||||
Source3: dvitops
|
||||
Source4: pswrite
|
||||
Source5: baselibs.conf
|
||||
Source7: ogonki
|
||||
Source8: cups.init
|
||||
Source9: http://amaru.ti6.tu-harburg.de/portal/Members/ti6ntm/Projekte/Printanalyzer/PrintAnalyzer
|
||||
@ -301,7 +302,7 @@ KRB5CONFIG=${PWD}/krb5-config ./configure \
|
||||
# for debugging enable:
|
||||
#perl -pi -e 's:^(OPTIONS\s+\=):$1 -I/usr/X11R6/include -O2 -fno-strict-aliasing -g -DDEBUG:' Makedefs
|
||||
#perl -pi -e 's:^(OPTIM\s+\=):$1 -g -DDEBUG:' Makedefs
|
||||
make CXX=g++
|
||||
make %{?jobs:-j%jobs} CXX=g++
|
||||
# Compile additional tools
|
||||
gcc -opoll_ppd_base $CFLAGS -fPIC -fPIE -pie -I. -L./cups %{SOURCE1} -lcups
|
||||
gcc -olphelp $CFLAGS -fPIC -fPIE -pie -I. -L./cups %{SOURCE2} -lcups
|
||||
|
Loading…
Reference in New Issue
Block a user