Benjamin A. Beasley 4 years ago
parent e733f75ee8
commit 459097ede9

@ -1,6 +1,7 @@
Name: libgta Name: libgta
Version: 1.2.1 Version: 1.2.1
Release: 4%{?dist} %global so_version 1
Release: 5%{?dist}
Summary: Library that implements the Generic Tagged Arrays file format Summary: Library that implements the Generic Tagged Arrays file format
License: LGPLv2+ License: LGPLv2+
URL: https://marlam.de/gta/ URL: https://marlam.de/gta/
@ -57,7 +58,8 @@ rm -rf %{buildroot}%{_docdir}
%files %files
%doc COPYING AUTHORS README %doc COPYING AUTHORS README
%{_libdir}/%{name}.so.* %{_libdir}/%{name}.so.%{so_version}
%{_libdir}/%{name}.so.%{so_version}.*
%files devel %files devel
%{_libdir}/cmake/GTA-%{version} %{_libdir}/cmake/GTA-%{version}
@ -70,6 +72,9 @@ rm -rf %{buildroot}%{_docdir}
%changelog %changelog
* Wed May 26 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.2.1-5
- Guard against unintentional so-version bumps
* Fri May 21 2021 Sandro Mani <manisandro@gmail.com> - 1.2.1-4 * Fri May 21 2021 Sandro Mani <manisandro@gmail.com> - 1.2.1-4
- Rebuild (gdal) - Rebuild (gdal)

Loading…
Cancel
Save