From 3073eb4c8ce5a62ada55e1995bb6789495baaa9e Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 4 Apr 2019 19:13:51 +0200 Subject: [PATCH] - PROJ functionality has been removed in 4.0.0 --- ogdi.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/ogdi.spec b/ogdi.spec index 90089bf..d85ef15 100644 --- a/ogdi.spec +++ b/ogdi.spec @@ -20,7 +20,6 @@ Patch1: %{name}-format.patch URL: http://ogdi.sourceforge.net/ BuildRequires: autoconf BuildRequires: expat-devel -BuildRequires: proj-devel >= 4.8 BuildRequires: rpmbuild(macros) >= 1.446 %{?with_tcl:BuildRequires: tcl-devel} %{?with_odbc:BuildRequires: unixODBC-devel} @@ -51,7 +50,6 @@ Summary: OGDI header files and documentation Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja OGDI Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: proj-devel >= 4.8 %description devel OGDI header files and developer's documentation. @@ -93,7 +91,6 @@ cp -f %{SOURCE1} . TOPDIR=`pwd`; TARGET=Linux; export TOPDIR TARGET %configure \ --with-expat \ - --with-proj \ --with-zlib # bash because of pushd/popd used in makefiles -- 2.44.0