Accepting request 28254 from Printing
Copy from Printing/cups based on submit request 28254 from user coolo OBS-URL: https://build.opensuse.org/request/show/28254 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=68
This commit is contained in:
commit
b146e8b103
@ -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
|
Tue Dec 15 13:58:13 CET 2009 - jsmeix@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cups (Version 1.3.11)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -30,7 +30,7 @@ License: GPLv2+
|
|||||||
Group: Hardware/Printing
|
Group: Hardware/Printing
|
||||||
Summary: The Common UNIX Printing System
|
Summary: The Common UNIX Printing System
|
||||||
Version: 1.3.11
|
Version: 1.3.11
|
||||||
Release: 6
|
Release: 7
|
||||||
Requires: cups-libs = %{version}, cups-client = %{version}
|
Requires: cups-libs = %{version}, cups-client = %{version}
|
||||||
Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters
|
Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters
|
||||||
Requires: util-linux /usr/bin/pdftops
|
Requires: util-linux /usr/bin/pdftops
|
||||||
@ -47,6 +47,7 @@ Source1: poll_ppd_base.c
|
|||||||
Source2: lphelp.c
|
Source2: lphelp.c
|
||||||
Source3: dvitops
|
Source3: dvitops
|
||||||
Source4: pswrite
|
Source4: pswrite
|
||||||
|
Source5: baselibs.conf
|
||||||
Source7: ogonki
|
Source7: ogonki
|
||||||
Source8: cups.init
|
Source8: cups.init
|
||||||
Source9: http://amaru.ti6.tu-harburg.de/portal/Members/ti6ntm/Projekte/Printanalyzer/PrintAnalyzer
|
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:
|
# 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:^(OPTIONS\s+\=):$1 -I/usr/X11R6/include -O2 -fno-strict-aliasing -g -DDEBUG:' Makedefs
|
||||||
#perl -pi -e 's:^(OPTIM\s+\=):$1 -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
|
# Compile additional tools
|
||||||
gcc -opoll_ppd_base $CFLAGS -fPIC -fPIE -pie -I. -L./cups %{SOURCE1} -lcups
|
gcc -opoll_ppd_base $CFLAGS -fPIC -fPIE -pie -I. -L./cups %{SOURCE1} -lcups
|
||||||
gcc -olphelp $CFLAGS -fPIC -fPIE -pie -I. -L./cups %{SOURCE2} -lcups
|
gcc -olphelp $CFLAGS -fPIC -fPIE -pie -I. -L./cups %{SOURCE2} -lcups
|
||||||
|
Loading…
x
Reference in New Issue
Block a user