rpms/geos/devel geos-config.in.patch, NONE, 1.1 geos.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Shawn McCann (smccann) fedora-extras-commits at redhat.com
Sat Jan 7 18:00:46 UTC 2006


Author: smccann

Update of /cvs/extras/rpms/geos/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2445/devel

Modified Files:
	.cvsignore sources 
Added Files:
	geos-config.in.patch geos.spec 
Log Message:
auto-import geos-2.2.1-1 on branch devel from geos-2.2.1-1.src.rpm

geos-config.in.patch:

--- NEW FILE geos-config.in.patch ---
--- tools/geos-config.in~	2006-01-05 16:55:49.000000000 -0800
+++ tools/geos-config.in	2006-01-05 16:56:33.000000000 -0800
@@ -32,13 +32,13 @@
     echo @VERSION@
      ;;
     --cflags)
-    echo -I at prefix@/include 
+    echo 
       ;;
     --libs)
-      echo -L at prefix@/lib -lgeos
+      echo -lgeos
       ;;
     --ldflags)
-      echo -L at prefix@/lib
+      echo 
       ;;
     --includes)
       echo @prefix@/include


--- NEW FILE geos.spec ---
Name: geos
Version: 2.2.1
Release: 1
Summary: GEOS is a C++ port of the Java Topology Suite

Group: Applications/Engineering
License: LGPL
URL: http://geos.refractions.net
Source0: http://geos.refractions.net/%{name}-%{version}.tar.bz2
Patch0: geos-config.in.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: doxygen

%description
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology 
Suite (JTS). As such, it aims to contain the complete functionality of 
JTS in C++. This includes all the OpenGIS "Simple Features for SQL" spatial 
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}

%description devel
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology 
Suite (JTS). As such, it aims to contain the complete functionality of 
JTS in C++. This includes all the OpenGIS "Simple Features for SQL" spatial 
predicate functions and spatial operators, as well as specific JTS topology 
functions such as IsValid()

This package contains the development files to build applications that 
use GEOS

%prep
%setup -q
%patch0 -p0 -b .buildroot 

%build
%configure --disable-static --disable-dependency-tracking
make %{?_smp_mflags}

# Make doxygen documentation files
cd doc
make doxygen-html

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README TODO
%{_libdir}/libgeos*.so.*

%files devel
%defattr(-,root,root,-)
%doc doc/doxygen_docs
%{_bindir}/geos-config
%{_includedir}/*
%{_libdir}/*.so
%exclude %{_bindir}/XMLTester
%exclude %{_libdir}/*.la

%changelog
* Sat Dec 31 2005 Shawn McCann <smccann at canasoft.ca> - 2.2.1-1
- Updated to address review comments in bug 17039

* Fri Dec 30 2005 Shawn McCann <smccann at canasoft.ca> - 2.2.1-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/geos/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Jan 2006 17:59:29 -0000	1.1
+++ .cvsignore	7 Jan 2006 18:00:46 -0000	1.2
@@ -0,0 +1 @@
+geos-2.2.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/geos/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Jan 2006 17:59:29 -0000	1.1
+++ sources	7 Jan 2006 18:00:46 -0000	1.2
@@ -0,0 +1 @@
+272132bfb64422915d0f748f5e26932b  geos-2.2.1.tar.bz2




More information about the fedora-extras-commits mailing list