2024-01-06 10:26:39 +01:00
%define apiver %(echo %version | cut -d. -f1-2)
Name : postgis
2024-01-06 10:26:39 +01:00
Version : 2.1.3
2024-01-06 10:26:39 +01:00
Release : 1mamba
Summary : PostGIS adds support for geographic objects to the PostgreSQL object-relational database
Group : Applications/Databases
Vendor : openmamba
Distribution : openmamba
Packager : Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL : http://postgis.net
Source : http://download.osgeo.org/postgis/source/postgis-%{version} .tar.gz
License : GPL
## AUTOBUILDREQ-BEGIN
BuildRequires : glibc-devel
BuildRequires : libgdal-devel
BuildRequires : libgeos-devel
BuildRequires : libjson-c-devel
BuildRequires : libpostgresql-devel
BuildRequires : libproj-devel
BuildRequires : libtermcap-devel
BuildRequires : libxml2-devel
BuildRequires : perl-devel
## AUTOBUILDREQ-END
BuildRoot : %{_tmppath} /%{name} -%{version} -root
%package devel
Group : Development/Libraries
Summary : Development files for %{name}
Requires : %{name} = %{?epoch:%epoch:}%{version} -%{release}
%description devel
This package contains libraries and header files for developing applications that use %{name} .
%debug_package
%description
PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS " s p a t i a l l y e n a b l e s " the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle' s Spatial extension. PostGIS follows the OpenGIS " S i m p l e F e a t u r e s S p e c i f i c a t i o n f o r S Q L " and has been certified as compliant with the " T y p e s a n d F u n c t i o n s " profile.
%prep
%setup -q
%build
%configure --with-geosconfig=%{_bindir} /geos-config
%make -j1
%install
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
%makeinstall
%clean
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
%files
%defattr (-,root,root)
%{_bindir} /raster2pgsql
%{_bindir} /pgsql2shp
%{_bindir} /shp2pgsql
%{_libdir} /liblwgeom-%{version} .so
%{_libdir} /liblwgeom.a
%{_libdir} /postgresql/postgis-%{apiver} .so
%{_libdir} /postgresql/rtpostgis-%{apiver} .so
%dir %{_datadir} /postgresql/contrib/postgis-%{apiver}
%{_datadir} /postgresql/contrib/postgis-%{apiver} /*.sql
%{_datadir} /postgresql/contrib/postgis-%{apiver} /postgis_restore.pl
%dir %{_datadir} /postgresql/extension
%{_datadir} /postgresql/extension/postgis-*.sql
%{_datadir} /postgresql/extension/postgis.control
%{_datadir} /postgresql/extension/postgis_topology*
%{_datadir} /postgresql/extension/postgis_tiger_geocoder*
%doc COPYING CREDITS
%files devel
%defattr (-,root,root)
%{_includedir} /liblwgeom.h
%{_libdir} /liblwgeom.la
%{_libdir} /liblwgeom.so
%changelog
2024-01-06 10:26:39 +01:00
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 2.1.3-1mamba
- automatic version update by autodist
2024-01-06 10:26:39 +01:00
* Wed Apr 02 2014 Automatic Build System <autodist@mambasoft.it> 2.1.2-1mamba
- automatic version update by autodist
* Tue Nov 12 2013 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba
- automatic version update by autodist
* Fri Aug 23 2013 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
- automatic version update by autodist
* Sat Jul 13 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.3-1mamba
- update to 2.0.3
* Tue Aug 21 2012 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
- update to 2.0.1
* Wed Mar 07 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.5.3-1mamba
- package created by autospec