|
|
@ -1,11 +1,11 @@
|
|
|
|
%global geany_docdir %{?_pkgdocdir}%{!?_pkgdocdir:%{_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
|
|
|
|
%undefine py_auto_byte_compile
|
|
|
|
|
|
|
|
|
|
|
|
Name: geany
|
|
|
|
Name: geany
|
|
|
|
Version: 1.29
|
|
|
|
Version: 1.29
|
|
|
|
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
|
|
|
@ -21,7 +21,7 @@ Provides: bundled(scintilla) = 3.7.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Geany is a small and fast integrated development enviroment with basic
|
|
|
|
Geany is a small and fast integrated development environment with basic
|
|
|
|
features and few dependencies to other packages or Desktop Environments.
|
|
|
|
features and few dependencies to other packages or Desktop Environments.
|
|
|
|
|
|
|
|
|
|
|
|
Some features:
|
|
|
|
Some features:
|
|
|
@ -161,9 +161,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
%{_libdir}/pkgconfig/geany.pc
|
|
|
|
%{_libdir}/pkgconfig/geany.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Sun Nov 13 2016 Dominic Hopf <dmaphy@fedoraproject.org> - 1.29-1
|
|
|
|
* Sun Nov 13 2016 Dominic Hopf <dmaphy@fedoraproject.org> - 1.29-2
|
|
|
|
- New upstream release: Geany 1.29
|
|
|
|
- New upstream release: Geany 1.29
|
|
|
|
- Remove installation of obsolete tags files
|
|
|
|
- Remove installation of obsolete tags files (RHBZ#1378631)
|
|
|
|
|
|
|
|
- undefine py_auto_byte_compile (RHBZ#1378646)
|
|
|
|
|
|
|
|
- fix typo in description (RHBZ#1378638)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 11 2016 Dominic Hopf <dmaphy@fedoraproject.org> - 1.28-2
|
|
|
|
* Mon Jul 11 2016 Dominic Hopf <dmaphy@fedoraproject.org> - 1.28-2
|
|
|
|
- Version of bundled Scintilla has changed as well: 3.5.6 -> 3.6.6
|
|
|
|
- Version of bundled Scintilla has changed as well: 3.5.6 -> 3.6.6
|
|
|
|