SPECS: postgresql-module-pljava.spec - JAVA_HOME; cleanups
zbyniu
zbyniu at pld-linux.org
Sun Aug 14 13:32:41 CEST 2005
Author: zbyniu Date: Sun Aug 14 11:32:41 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- JAVA_HOME; cleanups
---- Files affected:
SPECS:
postgresql-module-pljava.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/postgresql-module-pljava.spec
diff -u SPECS/postgresql-module-pljava.spec:1.1 SPECS/postgresql-module-pljava.spec:1.2
--- SPECS/postgresql-module-pljava.spec:1.1 Mon May 30 16:56:22 2005
+++ SPECS/postgresql-module-pljava.spec Sun Aug 14 13:32:35 2005
@@ -1,10 +1,10 @@
# $Revision$, $Date$
#
%define postgresql_version 8.0.3
-%define postgresql_release 2
-%define _pgmoduledir %{_libdir}/postgresql
+%define postgresql_release 3
+%define _pgmoduledir %{_libdir}/postgresql
-Summary: PL/Java- PostgreSQL procedural language
+Summary: PL/Java - PostgreSQL procedural language
Summary(pl): PL/Java - język proceduralny bazy danych PostgreSQL
Name: postgresql-module-pljava
Version: 1.1.0
@@ -48,19 +48,18 @@
%setup -q -n pljava-%{version}
%build
-%{__make}
+%{__make} \
+ JAVA_HOME=/usr/lib/java
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_pgmoduledir}
-install -d $RPM_BUILD_ROOT/docs
install build/objs/*.so $RPM_BUILD_ROOT%{_pgmoduledir}
-install docs/* $RPM_BUILD_ROOT/docs
%files
%defattr(644,root,root,755)
-%doc $RPM_BUILD_ROOT/docs/*
+%doc docs/*
%attr(755,root,root) %{_pgmoduledir}/*.so
%changelog
@@ -68,6 +67,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2005/08/14 11:32:35 zbyniu
+- JAVA_HOME; cleanups
+
Revision 1.1 2005/05/30 14:56:22 martii
- new spec
- initial version not test
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/postgresql-module-pljava.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list