SHA256
1
0
forked from pool/qgis
2020-09-15 13:36:52 +00:00
committed by Git OBS Bridge
parent 9417f279d0
commit c671fc16ed
6 changed files with 18 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
%bcond_without grass
Name: qgis
Version: 3.14.0
Version: 3.14.16
Release: 0
Summary: A Geographic Information System (GIS)
License: GPL-2.0-only
@@ -244,6 +244,12 @@ popd
%fdupes -s %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post plugin-grass -p /sbin/ldconfig
%postun plugin-grass -p /sbin/ldconfig
%files
%{_bindir}/*
%{_libdir}/libqgis*so*
@@ -299,7 +305,4 @@ popd
%dir %{_datadir}/qgis
%{_datadir}/qgis/%{sampledir}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%changelog