SPECS: cups.spec - added -peercred.patch - configure: added --with-dbusdir=...

charles charles at pld-linux.org
Sat Jul 19 16:00:28 CEST 2008


Author: charles                      Date: Sat Jul 19 14:00:28 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added -peercred.patch
- configure: added --with-dbusdir=/etc/dbus-1 and --with-optim; reorganized

---- Files affected:
SPECS:
   cups.spec (1.238 -> 1.239) 

---- Diffs:

================================================================
Index: SPECS/cups.spec
diff -u SPECS/cups.spec:1.238 SPECS/cups.spec:1.239
--- SPECS/cups.spec:1.238	Wed May 14 16:02:03 2008
+++ SPECS/cups.spec	Sat Jul 19 16:00:22 2008
@@ -46,6 +46,7 @@
 Patch10:	%{name}-java-fix.patch
 Patch11:	%{name}-verbose-compilation.patch
 Patch12:	%{name}-CVE-2008-1722.patch
+Patch13:	%{name}-peercred.patch
 URL:		http://www.cups.org/
 BuildRequires:	acl-devel
 BuildRequires:	autoconf
@@ -347,33 +348,36 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 %build
 %{__aclocal} -I config-scripts
 %{__autoconf}
 %configure \
 	--libdir=%{_ulibdir} \
+	--disable-cdsassl \
+	--enable-dbus \
 	--enable-shared \
+	--enable-ssl \
+	%{?debug:--enable-debug} \
+	--%{!?with_dnssd:dis}%{?with_dnssd:en}able-dnssd \
+	--%{!?with_gnutls:dis}%{?with_gnutls:en}able-gnutls \
+	--%{?with_gnutls:dis}%{!?with_gnutls:en}able-openssl \
+	%{?with_static_libs:--enable-static} \
 	--with-cups-user=lp \
 	--with-cups-group=lp \
 	--with-system-groups=sys \
 	--with-printcap=/etc/printcap \
-	%{?with_static_libs:--enable-static} \
-	--enable-ssl \
-	--%{?with_gnutls:dis}%{!?with_gnutls:en}able-openssl \
-	--%{!?with_gnutls:dis}%{?with_gnutls:en}able-gnutls \
-	--%{!?with_dnssd:dis}%{?with_dnssd:en}able-dnssd \
-	--disable-cdsassl \
-	--enable-dbus \
-	%{?debug:--enable-debug} \
+	--with-dbusdir=/etc/dbus-1 \
 	--with-docdir=%{_ulibdir}/%{name}/cgi-bin \
 	--with-config-file-perm=0640 \
 	--with-log-file-perm=0640 \
+	--with-optim=-Wno-format-y2k \
 	%{?with_dnssd:--with-dnssd-libs=x} \
 	%{?with_dnssd:--with-dnssd-includes=x} \
-	%{?with_php:--with-php} \
-	%{?with_perl:--with-perl} \
 	%{?with_java:--with-java} \
+	%{?with_perl:--with-perl} \
+	%{?with_php:--with-php} \
 	%{?with_python:--with-python}
 
 %{__make}
@@ -786,6 +790,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.239  2008/07/19 14:00:22  charles
+- added -peercred.patch
+- configure: added --with-dbusdir=/etc/dbus-1 and --with-optim; reorganized
+
 Revision 1.238  2008/05/14 14:02:03  charles
 - applied patch to fix CVE-2008-1722
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cups.spec?r1=1.238&r2=1.239&f=u



More information about the pld-cvs-commit mailing list