SPECS: postgresql.spec - package contrib/lo

qboosh qboosh at pld-linux.org
Fri Jul 8 12:25:10 CEST 2005


Author: qboosh                       Date: Fri Jul  8 10:25:10 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- package contrib/lo

---- Files affected:
SPECS:
   postgresql.spec (1.330 -> 1.331) 

---- Diffs:

================================================================
Index: SPECS/postgresql.spec
diff -u SPECS/postgresql.spec:1.330 SPECS/postgresql.spec:1.331
--- SPECS/postgresql.spec:1.330	Fri Jul  1 23:20:49 2005
+++ SPECS/postgresql.spec	Fri Jul  8 12:25:04 2005
@@ -692,9 +692,24 @@
 Za pomocą polecenia createlang można dodać obsługę języka
 proceduralnego PL/Tcl dla swojej bazy danych.
 
+%package module-lo
+Summary:	Large Objects module for PostgreSQL
+Summary(pl):	Moduł Large Objects dla PostgreSQL-a
+Group:		Applications/Databases
+Requires:	%{name} = %{version}-%{release}
+
+%description module-lo
+Large Objects module for PostgreSQL adds a new data type 'lo', some
+support functions and a trigger which handles the orphaning problem.
+
+%description module-lo -l pl
+Moduł Large Objects dla PostgreSQL-a dodaje nowy typ danych 'lo',
+kilka funkcji pomocniczych i wyzwalacz rozwiązujący problem
+osieroconych obiektów.
+
 %package module-pgcrypto
 Summary:	Cryptographic functions for PostgreSQL
-Summary(pl):	Funkcje kryptograficzne dla PostgreSQL
+Summary(pl):	Funkcje kryptograficzne dla PostgreSQL-a
 Group:		Applications/Databases
 Requires:	%{name} = %{version}-%{release}
 
@@ -768,6 +783,7 @@
 	--without-docdir 
 
 %{__make}
+%{__make} -C contrib/lo
 %{__make} -C contrib/pg_autovacuum
 %{__make} -C contrib/pgcrypto
 %{__sed} -i 's:contrib/::g' contrib/tsearch2/tsearch.sql.in
@@ -805,6 +821,9 @@
 	DESTDIR=$RPM_BUILD_ROOT
 %endif
 
+%{__make} -C contrib/lo install \
+	DESTDIR=$RPM_BUILD_ROOT
+
 %{__make} -C contrib/pg_autovacuum install \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -1067,6 +1086,12 @@
 %attr(755,root,root) %{_pgmoduledir}/pltcl.so
 %endif
 
+%files module-lo
+%defattr(644,root,root,755)
+%doc contrib/lo/README.lo
+%attr(755,root,root) %{_pgmoduledir}/lo.so
+%{_pgsqldir}/lo*.sql
+
 %files module-pgcrypto
 %defattr(644,root,root,755)
 %doc contrib/pgcrypto/README*
@@ -1087,6 +1112,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.331  2005/07/08 10:25:04  qboosh
+- package contrib/lo
+
 Revision 1.330  2005/07/01 21:20:49  qboosh
 - simplified versioning again after slony1 removal
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/postgresql.spec?r1=1.330&r2=1.331&f=u




More information about the pld-cvs-commit mailing list