From c7a681038248218d88c7f9eeaa24e1853f911cd6 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Aug 08 2016 11:48:39 +0000 Subject: Update to 3.0.9 --- diff --git a/.gitignore b/.gitignore index 7af6d02..c3e00aa 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /gtkspell3-3.0.6.tar.gz /gtkspell3-3.0.7.tar.gz /gtkspell3-3.0.8.tar.gz +/gtkspell3-3.0.9.tar.xz diff --git a/gtkspell3.spec b/gtkspell3.spec index 7a1ef39..5adfa5e 100644 --- a/gtkspell3.spec +++ b/gtkspell3.spec @@ -1,11 +1,11 @@ Name: gtkspell3 -Version: 3.0.8 +Version: 3.0.9 Release: 1%{?dist} Summary: On-the-fly spell checking for GtkTextView widgets License: GPLv2+ URL: http://gtkspell.sourceforge.net/ -Source0: http://downloads.sourceforge.net/gtkspell/gtkspell3-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/gtkspell/gtkspell3-%{version}.tar.xz BuildRequires: enchant-devel BuildRequires: gettext @@ -23,21 +23,24 @@ GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget as you type. Right-clicking a misspelled word pops up a menu of suggested replacements. + %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Obsoletes: %{name}-vala < 3.0.2-2 %description devel The %{name}-devel package contains libraries and header files for developing applications that use GtkSpell API version 3.0. + %prep -%setup -q +%autosetup + %build %configure --disable-static --enable-vala -make %{?_smp_mflags} V=1 +%make_build V=1 + %install %make_install @@ -46,9 +49,11 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %find_lang gtkspell3 + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files -f gtkspell3.lang %doc AUTHORS README %license COPYING @@ -64,7 +69,11 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/vala/vapi/gtkspell3-3.0.vapi %{_datadir}/vala/vapi/gtkspell3-3.0.deps + %changelog +* Mon Aug 08 2016 Sandro Mani - 3.0.9-1 +- Update to 3.0.9 + * Sun Apr 03 2016 Sandro Mani - 3.0.8-1 - Update to 3.0.8 diff --git a/sources b/sources index 093f4fe..db29b31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3e2cb776dbe1a8ce9e1698c33118767c gtkspell3-3.0.8.tar.gz +22c6c44c7cbebfc02e6255cc151a7967 gtkspell3-3.0.9.tar.xz