diff --git a/libgeotiff.spec b/libgeotiff.spec index 11120f7..0be5a71 100644 --- a/libgeotiff.spec +++ b/libgeotiff.spec @@ -1,12 +1,12 @@ Name: libgeotiff Version: 1.4.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GeoTIFF format library License: MIT URL: http://trac.osgeo.org/geotiff/ Source: http://download.osgeo.org/geotiff/%{name}/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ -BuildRequires: libtiff-devel libjpeg-devel proj-devel zlib-devel +BuildRequires: libtiff-devel libjpeg-devel proj-devel >= 5.2.0 zlib-devel %description GeoTIFF represents an effort by over 160 different remote sensing, @@ -63,7 +63,7 @@ install -p -m 644 %{name}.pc %{buildroot}%{_libdir}/pkgconfig/ rm -fv %{buildroot}%{_libdir}/lib*.la echo >> %{buildroot}%{_datadir}/epsg_csv/codes.csv -%files +%files %license LICENSE %doc ChangeLog %{_bindir}/applygeo @@ -81,6 +81,9 @@ echo >> %{buildroot}%{_datadir}/epsg_csv/codes.csv %{_datadir}/epsg_csv/*.py %changelog +* Tue Feb 5 2019 Devrim Gündüz - 1.4.3-3 +- Rebuild for Proj 5.2.0 + * Fri Feb 01 2019 Fedora Release Engineering - 1.4.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild