|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: ogdi
|
|
|
|
|
Version: 3.2.0
|
|
|
|
|
Release: 0.26.beta2%{?dist}
|
|
|
|
|
Release: 0.27.beta2%{?dist}
|
|
|
|
|
Summary: Open Geographic Datastore Interface
|
|
|
|
|
Group: Applications/Engineering
|
|
|
|
|
License: BSD
|
|
|
|
@ -67,12 +67,12 @@ export CFG=debug # for -g
|
|
|
|
|
|
|
|
|
|
# do not compile with ssp. it will trigger internal bugs (to_fix_upstream)
|
|
|
|
|
OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//g'`
|
|
|
|
|
export CFLAGS="$OPT_FLAGS -fPIC -DPIC -DDONT_TD_VOID -DUSE_TERMIO"
|
|
|
|
|
export CFLAGS="$OPT_FLAGS -fPIC -DPIC -DDONT_TD_VOID -DUSE_TERMIO"
|
|
|
|
|
%configure \
|
|
|
|
|
--with-binconfigs \
|
|
|
|
|
--with-expat \
|
|
|
|
|
--with-proj \
|
|
|
|
|
--with-zlib
|
|
|
|
|
--with-zlib
|
|
|
|
|
|
|
|
|
|
# WARNING !!!
|
|
|
|
|
# using %{?_smp_mflags} may break build
|
|
|
|
@ -176,6 +176,9 @@ touch -r ogdi-config.in %{buildroot}%{_bindir}/%{name}-config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 24 2017 Devrim Gündüz <devrim@gunduz.org> - 3.2.0-0.27.beta2
|
|
|
|
|
- Rebuilt against Proj 4.9.3.
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-0.26.beta2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|