[gtkspell3/f18] Update to 3.0.2

Sandro Mani smani at fedoraproject.org
Tue Mar 5 23:47:15 UTC 2013


commit 2d11de5339a4c51fe4216d30f97ec34794381e0d
Author: Sandro Mani <manisandro at gmail.com>
Date:   Wed Mar 6 00:48:15 2013 +0100

    Update to 3.0.2

 .gitignore     |    1 +
 gtkspell3.spec |   23 +++++++++++++++++++++--
 sources        |    2 +-
 3 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b1d884..530d895 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gtkspell3-3.0.0.tar.gz
 /gtkspell3-3.0.1.tar.gz
+/gtkspell3-3.0.2.tar.gz
diff --git a/gtkspell3.spec b/gtkspell3.spec
index 149cd58..47e4212 100644
--- a/gtkspell3.spec
+++ b/gtkspell3.spec
@@ -1,5 +1,5 @@
 Name:           gtkspell3
-Version:        3.0.1
+Version:        3.0.2
 Release:        1%{?dist}
 Summary:        On-the-fly spell checking for GtkTextView widgets
 
@@ -12,6 +12,8 @@ BuildRequires:  gettext
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool
+BuildRequires:  vala-devel
+BuildRequires:  vala-tools
 
 %description
 GtkSpell provides word-processor-style highlighting and replacement of
@@ -26,11 +28,20 @@ Requires:       %{name}%{?_isa} = %{version}-%{release}
 The %{name}-devel package contains libraries and header files for
 developing applications that use GtkSpell API version 3.0.
 
+%package        vala
+Summary:        Vala bindings for %{name}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       %{name}-devel%{?_isa} = %{version}-%{release}
+
+%description vala
+The %{name}-vala package contains vala bindings for developing
+applications that use GtkSpell API version 3.0.
+
 %prep
 %setup -q
 
 %build
-%configure --disable-static
+%configure --disable-static --enable-vala
 make %{?_smp_mflags} V=1
 
 %install
@@ -55,7 +66,15 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_datadir}/gir-1.0/GtkSpell-3.0.gir
 %doc %{_datadir}/gtk-doc/
 
+%files vala
+%{_datadir}/vala/vapi/gtkspell3-3.0.vapi
+%{_datadir}/vala/vapi/gtkspell3-3.0.deps
+
 %changelog
+* Wed Mar 06 2013 Sandro Mani <manisandro at gmail.com> - 3.0.2-1
+- Update to 3.0.2
+- Adds vala bindings
+
 * Sat Feb 09 2013 Sandro Mani <manisandro at gmail.com> - 3.0.1-1
 - Update to 3.0.1
 
diff --git a/sources b/sources
index e8d6818..4350248 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-861c7188dbcc89dc24744d47102c4b18  gtkspell3-3.0.1.tar.gz
+5db501ead123ffbe8aad7d5f76c44c71  gtkspell3-3.0.2.tar.gz


More information about the scm-commits mailing list