From f73cb4ba83a0cd1365066d516c4d85da9b8f62a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Devrim=20G=C3=9CND=C3=9CZ?= Date: Sat, 27 Jun 2009 07:16:27 +0000 Subject: [PATCH] - Update to 3.1.1 - Update URL and download URL. - Apply cosmetic changes to spec file. --- .cvsignore | 2 ++ geos.spec | 58 +++++++++++++++++++++++++++++++----------------------- sources | 2 +- 3 files changed, 36 insertions(+), 26 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2002966..74c8b34 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,3 @@ geos-3.0.3.tar.bz2 +geos-3.1.0.tar.bz2 +geos-3.1.1.tar.bz2 diff --git a/geos.spec b/geos.spec index 44e6148..ecd08c3 100644 --- a/geos.spec +++ b/geos.spec @@ -1,18 +1,18 @@ -Name: geos -Version: 3.0.3 -Release: 2%{?dist} -Summary: GEOS is a C++ port of the Java Topology Suite +Name: geos +Version: 3.1.1 +Release: 1%{?dist} +Summary: GEOS is a C++ port of the Java Topology Suite -Group: Applications/Engineering -License: LGPLv2 -URL: http://geos.refractions.net -Source0: http://geos.refractions.net/downloads/%{name}-%{version}.tar.bz2 -Patch0: geos-gcc43.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: doxygen libtool +Group: Applications/Engineering +License: LGPLv2 +URL: http://trac.osgeo.org/geos/ +Source0: http://download.osgeo.org/%{name}/%{name}-%{version}.tar.bz2 +Patch0: geos-gcc43.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: doxygen libtool %if "%{?dist}" != ".el4" -BuildRequires: swig ruby -BuildRequires: python-devel ruby-devel +BuildRequires: swig ruby +BuildRequires: python-devel ruby-devel %endif %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} @@ -26,9 +26,9 @@ predicate functions and spatial operators, as well as specific JTS topology functions such as IsValid() %package devel -Summary: Development files for GEOS -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Summary: Development files for GEOS +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} %description devel GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology @@ -42,17 +42,17 @@ use GEOS %if "%{?dist}" != ".el4" %package python -Summary: Python modules for GEOS -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Summary: Python modules for GEOS +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} %description python Python module to build applications using GEOS and python %package ruby -Summary: Ruby modules for GEOS -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Summary: Ruby modules for GEOS +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} %description ruby Ruby module to build applications using GEOS and ruby @@ -86,8 +86,8 @@ cd doc make doxygen-html %install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install %check @@ -95,7 +95,7 @@ make DESTDIR=$RPM_BUILD_ROOT install make %{?_smp_mflags} check || exit 0 %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %post -p /sbin/ldconfig @@ -138,6 +138,14 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Jun 18 2009 Devrim GUNDUZ - 3.1.1-1 +- Update to 3.1.1 +- Update URL and download URL. +- Apply cosmetic changes to spec file. + +* Sun Apr 26 2009 Devrim GUNDUZ - 3.1.0-1 +- Update to 3.1.0 + * Tue Feb 24 2009 Fedora Release Engineering - 3.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 9e03114..47a4db5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c6a1f4d82fa9219e7ee799c784347681 geos-3.0.3.tar.bz2 +196f4424aa4ef94476e6886d3a964fb6 geos-3.1.1.tar.bz2