SPECS: postgresql.spec - added xml2 module
mis
mis at pld-linux.org
Tue Dec 12 13:44:35 CET 2006
Author: mis Date: Tue Dec 12 12:44:35 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added xml2 module
---- Files affected:
SPECS:
postgresql.spec (1.375 -> 1.376)
---- Diffs:
================================================================
Index: SPECS/postgresql.spec
diff -u SPECS/postgresql.spec:1.375 SPECS/postgresql.spec:1.376
--- SPECS/postgresql.spec:1.375 Sun Dec 10 22:26:21 2006
+++ SPECS/postgresql.spec Tue Dec 12 13:44:30 2006
@@ -25,7 +25,7 @@
Summary(zh_CN): PostgreSQL żÍť§śËłĚĐňşÍżâÎÄźţ
Name: postgresql
Version: 8.2.0
-Release: 0.3
+Release: 0.4
License: BSD
Group: Applications/Databases
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
@@ -50,6 +50,8 @@
BuildRequires: gettext-devel
%{?with_kerberos5:BuildRequires: heimdal-devel >= 0.7}
BuildRequires: libtool
+BuildRequires: libxml2-devel
+BuildRequires: libxslt-devel
BuildRequires: ncurses-devel >= 5.0
BuildRequires: openssl-devel >= 0.9.7d
BuildRequires: pam-devel
@@ -775,6 +777,18 @@
Ten moduł dostarcza funkcje i klasy do rozpoznawania podobnych tekstów
w oparciu o dopasowywanie trigramowe (trigram matching).
+
+%package module-xml2
+Summary: XML-handling functions for PostgreSQL
+Summary(pl): Moduł XML PostgreSQL-a
+Group: Applications/Databases
+Requires: %{name} = %{version}-%{release}
+
+%description module-xml2
+Module with XML functions provides both XPath querying and XSLT
+functionality. There is also a new table function which allows the
+straightforward return of multiple XML results.
+
%prep
%setup -q -a8
%patch0 -p1
@@ -822,6 +836,7 @@
%{__make} -C contrib/tablefunc
%{__make} -C contrib/tsearch2
%{__make} -C contrib/pg_trgm
+%{__make} -C contrib/xml2
%{__make} -C src/tutorial \
NO_PGXS=1
@@ -871,6 +886,9 @@
%{__make} -C contrib/pg_trgm install \
DESTDIR=$RPM_BUILD_ROOT
+%{__make} -C contrib/xml2 install \
+ DESTDIR=$RPM_BUILD_ROOT
+
%if %{with php}
cd src/pl/plphp
%{__make} install \
@@ -1164,12 +1182,21 @@
%attr(755,root,root) %{_pgmoduledir}/pg_trgm.so
%{_pgsqldir}/*pg_trgm.sql
+%files module-xml2
+%defattr(644,root,root,755)
+%doc contrib/xml2/README*
+%attr(755,root,root) %{_pgmoduledir}/pgxml.so
+%{_pgsqldir}/*pgxml.sql
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.376 2006/12/12 12:44:30 mis
+- added xml2 module
+
Revision 1.375 2006/12/10 21:26:21 arekm
- _ulibdir for tcl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/postgresql.spec?r1=1.375&r2=1.376&f=u
More information about the pld-cvs-commit
mailing list