diff --git a/cups.changes b/cups.changes index 5e462c2..f983898 100644 --- a/cups.changes +++ b/cups.changes @@ -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 diff --git a/cups.spec b/cups.spec index d180aab..42d1b76 100644 --- a/cups.spec +++ b/cups.spec @@ -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