SPECS: geos.spec - updated to 2.2.3
qboosh
qboosh at pld-linux.org
Mon Dec 11 20:11:40 CET 2006
Author: qboosh Date: Mon Dec 11 19:11:40 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.2.3
---- Files affected:
SPECS:
geos.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/geos.spec
diff -u SPECS/geos.spec:1.11 SPECS/geos.spec:1.12
--- SPECS/geos.spec:1.11 Mon May 29 00:46:15 2006
+++ SPECS/geos.spec Mon Dec 11 20:11:34 2006
@@ -2,12 +2,12 @@
Summary: Geometry Engine - Open Source
Summary(pl): GEOS - silnik geometryczny z otwartymi źródłami
Name: geos
-Version: 2.2.2
+Version: 2.2.3
Release: 1
License: LGPL
Group: Libraries
Source0: http://geos.refractions.net/%{name}-%{version}.tar.bz2
-# Source0-md5: daf1f2d863103cc08b17747590af2cef
+# Source0-md5: 440be2b11fd3d711e950a47ea6f1b424
Patch0: %{name}-swig.patch
URL: http://geos.refractions.net/
BuildRequires: automake
@@ -110,11 +110,15 @@
DESTDIR=$RPM_BUILD_ROOT \
pkglibdir=%{_libdir}
-cd swig/python
-python setup.py install --root=$RPM_BUILD_ROOT
+cd swig
+install -D ruby/geos.so $RPM_BUILD_ROOT%{ruby_archdir}/geos.so
-cd ../ruby
-install -D geos.so $RPM_BUILD_ROOT%{ruby_archdir}/geos.so
+cd python
+python setup.py install \
+ --optimize=2 \
+ --root=$RPM_BUILD_ROOT
+
+%py_postclean
%clean
rm -rf $RPM_BUILD_ROOT
@@ -124,7 +128,7 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS TODO
+%doc AUTHORS ChangeLog NEWS README TODO
%attr(755,root,root) %{_libdir}/libgeos.so.*.*.*
%attr(755,root,root) %{_libdir}/libgeos_c.so.*.*.*
@@ -146,8 +150,9 @@
%files -n python-geos
%defattr(644,root,root,755)
-%{py_sitedir}/geos.pyc
%attr(755,root,root) %{py_sitedir}/_geos.so
+%{py_sitedir}/geos.py[co]
+%{py_sitedir}/PyGEOS-*.egg-info
%files -n ruby-geos
%defattr(644,root,root,755)
@@ -159,6 +164,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2006/12/11 19:11:34 qboosh
+- updated to 2.2.3
+
Revision 1.11 2006/05/28 22:46:15 qboosh
- updated to 2.2.2, removed config,gcc4 patches
- updated swig patch, added ruby binding
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/geos.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list