- fix bz#473975

This commit is contained in:
Balint Cristian 2010-03-18 05:56:21 +00:00
parent 25e8e69286
commit 491e50f494
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: geos
Version: 3.2.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: GEOS is a C++ port of the Java Topology Suite
Group: Applications/Engineering
@ -67,6 +67,7 @@ Ruby module to build applications using GEOS and ruby
# fix python path on 64bit
sed -i -e 's|\/lib\/python|$libdir\/python|g' configure
sed -i -e 's|.get_python_lib(0|.get_python_lib(1|g' configure
sed -i -e 's|find \$i -name libpython|find \$i\/lib*\/ -name libpython|g' configure
# disable internal libtool to avoid hardcoded r-path
for makefile in `find . -type f -name 'Makefile.in'`; do
@ -137,6 +138,9 @@ rm -rf %{buildroot}
%endif
%changelog
* Thu Mar 18 2010 Balint Cristian <cristian.balint@gmail.com> - 3.2.0-2
- fix bz#473975
* Sun Dec 20 2009 Devrim GUNDUZ <devrim@gunduz.org> - 3.2.0-1
- Update to 3.2.0

View File

@ -1,2 +1,3 @@
geos-3_0_1-1_fc10:HEAD:geos-3.0.1-1.fc10.src.rpm:1224230733
geos-3_0_3-1_fc11:HEAD:geos-3.0.3-1.fc11.src.rpm:1228578104
geos-3_2_0-2_fc13:HEAD:geos-3.2.0-2.fc13.src.rpm:1268891753