]> git.pld-linux.org Git - packages/ogdi.git/commitdiff
- PROJ functionality has been removed in 4.0.0
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 4 Apr 2019 17:13:51 +0000 (19:13 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 4 Apr 2019 17:13:51 +0000 (19:13 +0200)
ogdi.spec

index 90089bf0b36de02f9b9402920f2486054d2780c6..d85ef156e4d6246f1f52e55398e1a5117db0ce90 100644 (file)
--- 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
This page took 0.502982 seconds and 4 git commands to generate.