|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: ogdi
|
|
|
|
|
Version: 4.1.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Open Geographic Datastore Interface
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://ogdi.sourceforge.net/
|
|
|
|
@ -16,7 +16,6 @@ BuildRequires: gcc
|
|
|
|
|
BuildRequires: unixODBC-devel
|
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
BuildRequires: expat-devel
|
|
|
|
|
BuildRequires: proj-devel >= 6.2.0
|
|
|
|
|
BuildRequires: tcl-devel
|
|
|
|
|
BuildRequires: libtirpc-devel
|
|
|
|
|
|
|
|
|
@ -35,7 +34,7 @@ data products/formats.
|
|
|
|
|
Summary: OGDI header files and documentation
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
Requires: zlib-devel expat-devel proj-devel >= 6.2.0
|
|
|
|
|
Requires: zlib-devel expat-devel
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
OGDI header files and developer's documentation.
|
|
|
|
@ -75,7 +74,6 @@ export CFLAGS="$RPM_OPT_FLAGS -DDONT_TD_VOID -DUSE_TERMIO"
|
|
|
|
|
%configure \
|
|
|
|
|
--with-binconfigs \
|
|
|
|
|
--with-expat \
|
|
|
|
|
--with-proj \
|
|
|
|
|
--with-zlib
|
|
|
|
|
|
|
|
|
|
# WARNING !!!
|
|
|
|
@ -174,6 +172,9 @@ touch -r ogdi-config.in %{buildroot}%{_bindir}/%{name}-config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 10 2019 Devrim Gündüz <devrim@gunduz.org> - 4.1.0-2
|
|
|
|
|
- Remove PROJ dependency. The new OGDI does not use it.
|
|
|
|
|
|
|
|
|
|
* Tue Sep 3 2019 Devrim Gündüz <devrim@gunduz.org> - 4.1.0-1
|
|
|
|
|
- Initial packaging for EPEL 8
|
|
|
|
|
- Update to 4.1.0
|
|
|
|
|