New upstream release: Geany 1.25

epel8
Dominic Hopf 10 years ago
parent 0962a3fa7e
commit 64926ff86e

1
.gitignore vendored

@ -8,3 +8,4 @@ geany-0.19.tar.bz2
/geany-1.23.1.tar.bz2
/geany-1.24.tar.bz2
/geany-1.24.1.tar.bz2
/geany-1.25.tar.bz2

@ -4,8 +4,8 @@
%global _python_bytecompile_errors_terminate_build 0
Name: geany
Version: 1.24.1
Release: 8%{?dist}
Version: 1.25
Release: 1%{?dist}
Summary: A fast and lightweight IDE using GTK2
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: perl(XML::Parser)
Requires: vte
Requires: geany-libgeany = %{version}-%{release}
Provides: bundled(scintilla) = 3.3.6
@ -61,6 +62,18 @@ Some features:
- Simple project management
- 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
Summary: Header files for building Geany plug-ins
Group: Development/Tools
@ -93,8 +106,8 @@ desktop-file-install --delete-original \
$RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
%find_lang %{name}
# Remove static library *.la files
rm -rf $RPM_BUILD_ROOT%{_libdir}/geany/*.la
# remove static libraries
find $RPM_BUILD_ROOT -name "*.la" -delete
# Install tags files
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/*/*/*/*.png
%files libgeany
%{_libdir}/libgeany.so*
%files devel
%defattr(-, root, root, -)
%doc HACKING TODO
@ -177,6 +193,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/pkgconfig/geany.pc
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

@ -1 +1 @@
d225104cef3973164d70116d46239606 geany-1.24.1.tar.bz2
888bd82d62759ac47a4a398fb27c8471 geany-1.25.tar.bz2

Loading…
Cancel
Save