Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > ab9b2767adc660dc1faf90ff7c5719a1 > files > 2

geos-2.0.1-1mdk.src.rpm

%define name		geos
%define version		2.0.1
%define release		1mdk

%define api_version	2
%define lib_major	0

%define lib_name	%mklibname %{name} %{api_version}

Name:        %{name}
Version:     %{version}
Release:     %{release}
License:     LGPL
Summary:     GEOS (Geometry Engine, Open Source) topology library
URL:         http://geos.refractions.net
Source:      %{name}-%{version}.tar.bz2
Group:       Sciences/Geosciences
BuildRoot:   %{_tmppath}/%{name}-%{version}-root

%description
The GEOS library provides topological operators and simple spatial constructs:
points, lines, polygons, and collections.

%package -n %{lib_name}
Summary:	Libraries for GEOS
Group:		Sciences/Geosciences
Provides:	%{name} lib%{name}

%description -n %{lib_name}
The GEOS library provides topological operators and simple spatial constructs:
points, lines, polygons, and collections.

%package -n %{lib_name}-devel
Summary:	Development Libraries for the GEOS topology library
Group:		Sciences/Geosciences
Requires:	%{lib_name} = %{version}
Provides:	%{name}-devel lib%{name}-devel

%description -n %{lib_name}-devel
The GEOS library provides topological operators and simple spatial constructs:
points, lines, polygons, and collections.


%prep
%setup -q

%build
%configure
%make

%install
%makeinstall
%{__rm} -f %{buildroot}/%{_libdir}/*.la

%clean

%post -n %{lib_name} -p /sbin/ldconfig

%postun -n %{lib_name} -p /sbin/ldconfig

%files -n %{lib_name}
%defattr(-,root,root)
%{_libdir}/*.so.*

%files -n %{lib_name}-devel
%defattr(-,root,root)
%{_bindir}/geos-config
%dir %{_includedir}/geos
%{_includedir}/geos/*.h
%{_includedir}/geos.h
%{_libdir}/*.so
%{_libdir}/*.a

%changelog
* Sat Oct 30 2004 Michael Scherer <misc@mandrake.org> 2.0.1-1mdk
- 2.0.1
- from Jorrit Jorritsma <jjorritsma@aboveit.nl>
  - src rpm borrowed from postgis.refractions.net
  - altered specfile to make it conform Mandake cooker specs