Install docs to %{_pkgdocdir} where available.

epel8
Ville Skyttä 12 years ago
parent 9be4394b35
commit d41f560969

@ -1,11 +1,11 @@
%global geany_docdir %{_docdir}/%{name}-%{version} %global geany_docdir %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
# The Python templates in /usr/share/geany/templates can not be byte-compiled. # The Python templates in /usr/share/geany/templates can not be byte-compiled.
%global _python_bytecompile_errors_terminate_build 0 %global _python_bytecompile_errors_terminate_build 0
Name: geany Name: geany
Version: 1.23.1 Version: 1.23.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: A fast and lightweight IDE using GTK2 Summary: A fast and lightweight IDE using GTK2
Group: Development/Tools Group: Development/Tools
@ -137,6 +137,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/pkgconfig/geany.pc %{_libdir}/pkgconfig/geany.pc
%changelog %changelog
* Fri Jul 26 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.23.1-2
- Install docs to %%{_pkgdocdir} where available.
* Sun May 19 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 1.23.1-1 * Sun May 19 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 1.23.1-1
- New upstream release: Geany 1.23.1 - New upstream release: Geany 1.23.1

Loading…
Cancel
Save