Accepting request 357780 from Application:Geo

1

OBS-URL: https://build.opensuse.org/request/show/357780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2016-02-08 08:47:47 +00:00 committed by Git OBS Bridge
commit 8e08ac8def
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 4 18:55:25 UTC 2016 - behrisch@users.sourceforge.net
- Fixing PACKAGE_* redefines in cpl_config.h
-------------------------------------------------------------------
Sun Jan 31 16:55:00 UTC 2016 - Angelos Tzotsos <tzotsos@opensuse.org>

View File

@ -284,6 +284,9 @@ rm -rf %{buildroot}%{perl_vendorarch}/auto/Geo/*/.packlist
rm -rf %{buildroot}%{perl_vendorarch}/auto/Geo/GDAL/Const/.packlist
rm -rf %{buildroot}%{_bindir}/*.dox
# avoid PACKAGE redefines
sed -i 's,\(#define PACKAGE_.*\),/* \1 */,' %{buildroot}%{_includedir}/gdal/cpl_config.h
%post -n lib%{name}1 -p /sbin/ldconfig
%postun -n lib%{name}1 -p /sbin/ldconfig