rpms/geos/devel .cvsignore, 1.6, 1.7 geos.spec, 1.18, 1.19 sources, 1.6, 1.7

Devrim GÜNDÜZ devrim at fedoraproject.org
Sat Jun 27 07:16:30 UTC 2009


Author: devrim

Update of /cvs/extras/rpms/geos/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4080

Modified Files:
	.cvsignore geos.spec sources 
Log Message:
- Update to 3.1.1
- Update URL and download URL.
- Apply cosmetic changes to spec file.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/geos/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	6 Dec 2008 15:42:17 -0000	1.6
+++ .cvsignore	27 Jun 2009 07:16:27 -0000	1.7
@@ -1 +1,3 @@
 geos-3.0.3.tar.bz2
+geos-3.1.0.tar.bz2
+geos-3.1.1.tar.bz2


Index: geos.spec
===================================================================
RCS file: /cvs/extras/rpms/geos/devel/geos.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- geos.spec	24 Feb 2009 20:40:08 -0000	1.18
+++ geos.spec	27 Jun 2009 07:16:27 -0000	1.19
@@ -1,18 +1,18 @@
-Name: geos
-Version: 3.0.3
-Release: 2%{?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
+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://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 operator
 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 <devrim at gunduz.org> - 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 <devrim at gunduz.org> - 3.1.0-1
+- Update to 3.1.0
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/geos/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	6 Dec 2008 15:42:18 -0000	1.6
+++ sources	27 Jun 2009 07:16:27 -0000	1.7
@@ -1 +1 @@
-c6a1f4d82fa9219e7ee799c784347681  geos-3.0.3.tar.bz2
+196f4424aa4ef94476e6886d3a964fb6  geos-3.1.1.tar.bz2




More information about the fedora-extras-commits mailing list