diff --git a/gdal.spec b/gdal.spec index 7915de8..3a0183b 100644 --- a/gdal.spec +++ b/gdal.spec @@ -1,5 +1,5 @@ Name: gdal -Version: 2.0.2 +Version: 2.1.0 Release: 1mamba Summary: A translator library for raster geospatial data formats Group: System/Tools @@ -87,6 +87,8 @@ This package contains libraries and header files for developing applications tha [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall +mv %{buildroot}%{_prefix}/etc %{buildroot}/ + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -95,6 +97,7 @@ This package contains libraries and header files for developing applications tha %files %defattr(-,root,root) +%{_sysconfdir}/bash_completion.d/gdal-bash-completion.sh %{_bindir}/gdal_contour %{_bindir}/gdal_grid %{_bindir}/gdal_rasterize @@ -136,6 +139,9 @@ This package contains libraries and header files for developing applications tha %doc NEWS %changelog +* Thu May 26 2016 Automatic Build System 2.1.0-1mamba +- automatic version update by autodist + * Mon Feb 08 2016 Automatic Build System 2.0.2-1mamba - automatic version update by autodist