Initial import

epel9
Sandro Mani 4 years ago
parent 5e934cc0ee
commit cc6c2b6df8

1
.gitignore vendored

@ -0,0 +1 @@
/librttopo-1.1.0.tar.gz

@ -0,0 +1,61 @@
Name: librttopo
Version: 1.1.0
Release: 1%{?dist}
Summary: Create and manage SQL/MM topologies
License: GPLv2+
URL: https://git.osgeo.org/gitea/rttopo/librttopo
Source0: https://git.osgeo.org/gitea/rttopo/librttopo/archive/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
BuildRequires: geos-devel
BuildRequires: libtool
BuildRequires: make
%description
The RT Topology Library exposes an API to create and manage standard
(ISO 13249 aka SQL/MM) topologies using user-provided data stores.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -p1 -n %{name}
%build
autoreconf -ifv
%configure --disable-static
%make_build
%install
%make_install
find %{buildroot} -name '*.la' -exec rm -f {} ';'
%files
%license COPYING
%doc CREDITS NEWS.md README.md TODO
%{_libdir}/%{name}.so.*
%files devel
%{_includedir}/%{name}.h
%{_includedir}/%{name}_geom.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/rttopo.pc
%changelog
* Fri Nov 13 2020 Sandro Mani <manisandro@gmail.com> 1.1.0-1
- Initial package

@ -0,0 +1 @@
SHA512 (librttopo-1.1.0.tar.gz) = 624c2aeff16737d0bec28f8b38427351a3af20658a077d280a1b2422697419394f36832db9459bf25c7d699bc002eaec499dcbd65bca7d2b3f8b92e78650dea3
Loading…
Cancel
Save