SPECS: postgresql.spec - rel.2 - added module-tablefunc from contr...
blues
blues at pld-linux.org
Sun Oct 29 21:07:53 CET 2006
Author: blues Date: Sun Oct 29 20:07:53 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel.2 - added module-tablefunc from contrib. It is present in default
windows instalations.
---- Files affected:
SPECS:
postgresql.spec (1.362 -> 1.363)
---- Diffs:
================================================================
Index: SPECS/postgresql.spec
diff -u SPECS/postgresql.spec:1.362 SPECS/postgresql.spec:1.363
--- SPECS/postgresql.spec:1.362 Wed Oct 18 22:32:54 2006
+++ SPECS/postgresql.spec Sun Oct 29 21:07:48 2006
@@ -27,7 +27,7 @@
Summary(zh_CN): PostgreSQL żÍť§śËłĚĐňşÍżâÎÄźţ
Name: postgresql
Version: 8.1.5
-Release: 1
+Release: 2
License: BSD
Group: Applications/Databases
Source0: ftp://ftp6.pl.postgresql.org/pub/postgresql/source/v%{version}/%{name}-%{version}.tar.bz2
@@ -720,6 +720,14 @@
%description module-pgcrypto -l pl
Funkcje kryptograficzne dla PostgreSQL.
+%package module-tablefunc
+Summary: tablefunc extension for PostgreSQL
+Group: Applications/Databases
+Requires: %{name} = %{version}-%{release}
+
+%description module-tablefunc
+tablefunc extension for PostgreSQL.
+
%package module-tsearch2
Summary: Full text extension for PostgreSQL
Summary(pl): Rozszerzenie pełnotekstowe dla PostgreSQL-a
@@ -800,6 +808,7 @@
%{__make}
%{__make} -C contrib/lo
%{__make} -C contrib/pgcrypto
+%{__make} -C contrib/tablefunc
%{__make} -C contrib/tsearch2
%{__make} -C contrib/pg_trgm
%{__make} -C src/tutorial \
@@ -841,6 +850,9 @@
%{__make} -C contrib/pgcrypto install \
DESTDIR=$RPM_BUILD_ROOT
+%{__make} -C contrib/tablefunc install \
+ DESTDIR=$RPM_BUILD_ROOT
+
%{__make} -C contrib/tsearch2 install \
DESTDIR=$RPM_BUILD_ROOT
@@ -1105,6 +1117,12 @@
%attr(755,root,root) %{_pgmoduledir}/pgcrypto.so
%{_pgsqldir}/pgcrypto.sql
+%files module-tablefunc
+%defattr(644,root,root,755)
+%doc contrib/tablefunc/README*
+%attr(755,root,root) %{_pgmoduledir}/tablefunc.so
+%{_pgsqldir}/tablefunc.sql
+
%files module-tsearch2
%defattr(644,root,root,755)
%doc contrib/tsearch2/README*
@@ -1125,6 +1143,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.363 2006/10/29 20:07:48 blues
+- rel.2 - added module-tablefunc from contrib. It is present in default
+ windows instalations.
+
Revision 1.362 2006/10/18 20:32:54 wrobell
- ver. 8.1.5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/postgresql.spec?r1=1.362&r2=1.363&f=u
More information about the pld-cvs-commit
mailing list