SPECS: privoxy.spec - readded -DESTDIR.patch (see its commitlog for reason)...

twittner twittner at pld-linux.org
Tue Oct 14 20:53:20 CEST 2008


Author: twittner                     Date: Tue Oct 14 18:53:20 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- readded -DESTDIR.patch (see its commitlog for reason)
- don't override CFLAGS, use OTHER_CFLAGS variable instead
- rel. 02

---- Files affected:
SPECS:
   privoxy.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/privoxy.spec
diff -u SPECS/privoxy.spec:1.31 SPECS/privoxy.spec:1.32
--- SPECS/privoxy.spec:1.31	Sun Oct 12 19:15:34 2008
+++ SPECS/privoxy.spec	Tue Oct 14 20:53:15 2008
@@ -3,12 +3,13 @@
 Summary(pl.UTF-8):	Privoxy - proxy rozszerzające prywatność
 Name:		privoxy
 Version:	3.0.10
-Release:	0.1
+Release:	0.2
 License:	GPL v2+
 Source0:	http://dl.sourceforge.net/ijbswa/%{name}-%{version}-stable-src.tar.gz
 # Source0-md5:	01281017f28be2c7133124d1768da364
 Source1:	%{name}.init
 Source2:	%{name}.logrotate
+Patch0:		%{name}-DESTDIR.patch
 Group:		Networking/Daemons
 URL:		http://www.privoxy.org/
 BuildRequires:	autoconf
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}-stable
+%patch0 -p1
 
 %build
 %{__aclocal}
@@ -63,8 +65,7 @@
 %configure
 
 %{__make} \
-	CFLAGS="%{rpmcflags}"
-# XXX: above supresses -pthread; should it be added?
+	OTHER_CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -127,6 +128,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2008/10/14 18:53:15  twittner
+- readded -DESTDIR.patch (see its commitlog for reason)
+- don't override CFLAGS, use OTHER_CFLAGS variable instead
+- rel. 02
+
 Revision 1.31  2008/10/12 17:15:34  twittner
 - up to 3.0.10
 - -DESTDIR.patch removed (applied upstream)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/privoxy.spec?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list