From 64926ff86edf17b1f1cb20acc786031d6d8de3ae Mon Sep 17 00:00:00 2001 From: Dominic Hopf Date: Mon, 13 Jul 2015 11:42:39 +0200 Subject: [PATCH] New upstream release: Geany 1.25 --- .gitignore | 1 + geany.spec | 27 +++++++++++++++++++++++---- sources | 2 +- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c441eec..4ed6f6b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/geany.spec b/geany.spec index 3da5692..1bec894 100644 --- a/geany.spec +++ b/geany.spec @@ -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 - 1.25-1 +- New upstream release: Geany 1.25 + * Wed Jun 17 2015 Fedora Release Engineering - 1.24.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index db643ef..f86ce51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d225104cef3973164d70116d46239606 geany-1.24.1.tar.bz2 +888bd82d62759ac47a4a398fb27c8471 geany-1.25.tar.bz2