|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: ogdi
|
|
|
|
Name: ogdi
|
|
|
|
Version: 3.2.0
|
|
|
|
Version: 3.2.0
|
|
|
|
Release: 0.10.beta2%{?dist}
|
|
|
|
Release: 0.11.beta2%{?dist}
|
|
|
|
Summary: Open Geographic Datastore Interface
|
|
|
|
Summary: Open Geographic Datastore Interface
|
|
|
|
Group: Applications/Engineering
|
|
|
|
Group: Applications/Engineering
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
@ -125,16 +125,17 @@ install -p -m 755 ogdi-config %{buildroot}%{_bindir}/ogdi-config-%{cpuarch}
|
|
|
|
cat > %{buildroot}%{_bindir}/%{name}-config <<EOF
|
|
|
|
cat > %{buildroot}%{_bindir}/%{name}-config <<EOF
|
|
|
|
#!/bin/bash
|
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
|
|
ARCH=$(uname -m)
|
|
|
|
ARCH=\$(uname -m)
|
|
|
|
case $ARCH in
|
|
|
|
case \$ARCH in
|
|
|
|
x86_64 | ppc64 | ia64 | s390x | sparc64 | alpha | alphaev6 )
|
|
|
|
x86_64 | ppc64 | ia64 | s390x | sparc64 | alpha | alphaev6 )
|
|
|
|
gdal-config-64 ${*}
|
|
|
|
ogdi-config-64 \${*}
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
*)
|
|
|
|
gdal-config-32 ${*}
|
|
|
|
ogdi-config-32 \${*}
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
esac
|
|
|
|
EOF
|
|
|
|
EOF
|
|
|
|
|
|
|
|
chmod 755 %{buildroot}%{_bindir}/%{name}-config
|
|
|
|
touch -r ogdi-config.in %{buildroot}%{_bindir}/%{name}-config
|
|
|
|
touch -r ogdi-config.in %{buildroot}%{_bindir}/%{name}-config
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
@ -175,6 +176,9 @@ rm -rf %{buildroot}
|
|
|
|
%{_libdir}/%{name}/libecs_tcl.so
|
|
|
|
%{_libdir}/%{name}/libecs_tcl.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 28 2008 Balint Cristian <rezso@rdsor.ro> - 3.2.0-0.11.beta2
|
|
|
|
|
|
|
|
- fix a spourios permission
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 28 2008 Balint Cristian <rezso@rdsor.ro> - 3.2.0-0.10.beta2
|
|
|
|
* Wed May 28 2008 Balint Cristian <rezso@rdsor.ro> - 3.2.0-0.10.beta2
|
|
|
|
- new bugfix upstream
|
|
|
|
- new bugfix upstream
|
|
|
|
- drop all patches, upstream now
|
|
|
|
- drop all patches, upstream now
|
|
|
|