|
|
@ -4,8 +4,8 @@
|
|
|
|
%global _python_bytecompile_errors_terminate_build 0
|
|
|
|
%global _python_bytecompile_errors_terminate_build 0
|
|
|
|
|
|
|
|
|
|
|
|
Name: geany
|
|
|
|
Name: geany
|
|
|
|
Version: 1.24.1
|
|
|
|
Version: 1.25
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A fast and lightweight IDE using GTK2
|
|
|
|
Summary: A fast and lightweight IDE using GTK2
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Tools
|
|
|
|
Group: Development/Tools
|
|
|
@ -41,6 +41,7 @@ Source22: http://advamacs.com/pub/tcl.tcl.tags
|
|
|
|
BuildRequires: desktop-file-utils, gettext, gtk2-devel, glib2-devel, pango-devel, intltool
|
|
|
|
BuildRequires: desktop-file-utils, gettext, gtk2-devel, glib2-devel, pango-devel, intltool
|
|
|
|
BuildRequires: perl(XML::Parser)
|
|
|
|
BuildRequires: perl(XML::Parser)
|
|
|
|
Requires: vte
|
|
|
|
Requires: vte
|
|
|
|
|
|
|
|
Requires: geany-libgeany = %{version}-%{release}
|
|
|
|
Provides: bundled(scintilla) = 3.3.6
|
|
|
|
Provides: bundled(scintilla) = 3.3.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -61,6 +62,18 @@ Some features:
|
|
|
|
- Simple project management
|
|
|
|
- Simple project management
|
|
|
|
- Plugin interface
|
|
|
|
- Plugin interface
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package libgeany
|
|
|
|
|
|
|
|
Summary: Core functions of Geany
|
|
|
|
|
|
|
|
Group: Development/Tools
|
|
|
|
|
|
|
|
Requires: geany = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: pkgconfig gtk2-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description libgeany
|
|
|
|
|
|
|
|
This package contains the core functions of Geany which will be used by
|
|
|
|
|
|
|
|
Geany plugins.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Header files for building Geany plug-ins
|
|
|
|
Summary: Header files for building Geany plug-ins
|
|
|
|
Group: Development/Tools
|
|
|
|
Group: Development/Tools
|
|
|
@ -93,8 +106,8 @@ desktop-file-install --delete-original \
|
|
|
|
$RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
|
|
|
|
$RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
|
|
|
|
%find_lang %{name}
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
|
|
# Remove static library *.la files
|
|
|
|
# remove static libraries
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/geany/*.la
|
|
|
|
find $RPM_BUILD_ROOT -name "*.la" -delete
|
|
|
|
|
|
|
|
|
|
|
|
# Install tags files
|
|
|
|
# Install tags files
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/tags/
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/tags/
|
|
|
@ -170,6 +183,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
%{_datadir}/icons/*/*/*/*.svg
|
|
|
|
%{_datadir}/icons/*/*/*/*.svg
|
|
|
|
%{_datadir}/icons/*/*/*/*.png
|
|
|
|
%{_datadir}/icons/*/*/*/*.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files libgeany
|
|
|
|
|
|
|
|
%{_libdir}/libgeany.so*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%doc HACKING TODO
|
|
|
|
%doc HACKING TODO
|
|
|
@ -177,6 +193,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
%{_libdir}/pkgconfig/geany.pc
|
|
|
|
%{_libdir}/pkgconfig/geany.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 13 2015 Dominic Hopf <dmaphy@fedoraproject.org> - 1.25-1
|
|
|
|
|
|
|
|
- New upstream release: Geany 1.25
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.24.1-8
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.24.1-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|