SPECS: postgresql.spec - version 8.3.3 - ugly hack for -I/usr/include/libxm...

radek radek at pld-linux.org
Fri Jun 13 17:18:24 CEST 2008


Author: radek                        Date: Fri Jun 13 15:18:24 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- version 8.3.3
- ugly hack for -I/usr/include/libxml2 in contrib/xml2

---- Files affected:
SPECS:
   postgresql.spec (1.406 -> 1.407) 

---- Diffs:

================================================================
Index: SPECS/postgresql.spec
diff -u SPECS/postgresql.spec:1.406 SPECS/postgresql.spec:1.407
--- SPECS/postgresql.spec:1.406	Sun May  4 19:03:05 2008
+++ SPECS/postgresql.spec	Fri Jun 13 17:18:18 2008
@@ -20,12 +20,12 @@
 Summary(uk.UTF-8):	PostgreSQL - система керування базами даних
 Summary(zh_CN.UTF-8):	PostgreSQL 客户端程序和库文件
 Name:		postgresql
-Version:	8.3.1
+Version:	8.3.3
 Release:	1
 License:	BSD
 Group:		Applications/Databases
 Source0:	ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5:	a5e0ed6a85b450dc217ec71da93243a7
+# Source0-md5:	0ae4bd9620e84d3e08dcf923808d14d0
 Source1:	%{name}.init
 Source2:	pgsql-Database-HOWTO-html.tar.gz
 # Source2-md5:	5b656ddf1db41965761f85204a14398e
@@ -793,7 +793,9 @@
 %{__make}
 
 for mod in %{contrib_modules}; do \
-	%{__make} -C contrib/$mod
+	flags="%{rpmcflags} -DNEED_REENTRANT_FUNCS"
+	if [ $mod = xml2 ]; then flags="$flags -I/usr/include/libxml2"; fi
+	%{__make} -C contrib/$mod CFLAGS="$flags"
 done
 
 %{__make} -C src/tutorial \
@@ -1165,6 +1167,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.407  2008-06-13 15:18:18  radek
+- version 8.3.3
+- ugly hack for -I/usr/include/libxml2 in contrib/xml2
+
 Revision 1.406  2008-05-04 17:03:05  gotar
 - fixed python and tcl bconds
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postgresql.spec?r1=1.406&r2=1.407&f=u



More information about the pld-cvs-commit mailing list