File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 12
12
# py files located under /usr/share/qgis/python/plugins
13
13
%global __python %{__python3}
14
14
15
+ %if 0%{?fedora} >= 30
16
+ %define grass grass76
17
+ %else
15
18
%define grass grass74
19
+ %endif
16
20
17
21
%if %{_timestamp} > 0
18
22
# Epoch is set only when building packages from master
@@ -250,6 +254,8 @@ rm -f %{buildroot}%{_datadir}/%{name}/doc/INSTALL*
250
254
251
255
%find_lang %{name} --with-qt
252
256
257
+ # TODO: Remove after F28 EoL
258
+ # Ref: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
253
259
%post
254
260
/sbin/ldconfig
255
261
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -275,6 +281,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
275
281
%post -n python3-qgis -p /sbin/ldconfig
276
282
277
283
%postun -n python3-qgis -p /sbin/ldconfig
284
+ # END TODO #
278
285
279
286
%files -f %{name}.lang
280
287
%doc BUGS NEWS Exception_to_GPL_for_Qt.txt ChangeLog.gz
You can’t perform that action at this time.
0 commit comments