SPECS: postgis.spec - include all *.so* files (there are symlinks PostgreSQ...
emes
emes at pld-linux.org
Wed Sep 17 17:04:07 CEST 2008
Author: emes Date: Wed Sep 17 15:04:07 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- include all *.so* files (there are symlinks PostgreSQL looks for)
---- Files affected:
SPECS:
postgis.spec (1.40 -> 1.41)
---- Diffs:
================================================================
Index: SPECS/postgis.spec
diff -u SPECS/postgis.spec:1.40 SPECS/postgis.spec:1.41
--- SPECS/postgis.spec:1.40 Thu May 15 17:05:58 2008
+++ SPECS/postgis.spec Wed Sep 17 17:04:02 2008
@@ -4,7 +4,7 @@
Summary(pl.UTF-8): Rozszerzenie do PostgreSQL wspomagające Geograficzne Systemy Informacyjne
Name: postgis
Version: 1.3.3
-Release: 1
+Release: 2
License: GPL v2
Group: Applications/Databases
Source0: http://postgis.refractions.net/download/%{name}-%{version}.tar.gz
@@ -56,7 +56,7 @@
bindir="$RPM_BUILD_ROOT%{_bindir}" \
INSTALL_PROGRAM=install
-install lwgeom/%{name}.so $RPM_BUILD_ROOT%{_libdir}/postgresql
+install lwgeom/*.so* $RPM_BUILD_ROOT%{_libdir}/postgresql
install *.sql $RPM_BUILD_ROOT%{_datadir}/postgresql/contrib
%clean
@@ -66,7 +66,7 @@
%defattr(644,root,root,755)
%doc CREDITS NEWS README.postgis TODO doc/html
%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/postgresql/%{name}.so
+%attr(755,root,root) %{_libdir}/postgresql/*.so*
%{_datadir}/postgresql/contrib/*.sql
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -75,6 +75,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.41 2008/09/17 15:04:02 emes
+- include all *.so* files (there are symlinks PostgreSQL looks for)
+
Revision 1.40 2008/05/15 15:05:58 radek
- install *sql in contrib dir
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postgis.spec?r1=1.40&r2=1.41&f=u
More information about the pld-cvs-commit
mailing list