Update to 0.2.2

- This update relicensed gspell from GPLv2+ to LGPLv2+
This commit is contained in:
Kalev Lember 2015-12-14 12:23:42 +01:00
parent acc11ddcc3
commit a3cafa09c6
3 changed files with 8 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/gspell-0.1.2.tar.xz
/gspell-0.2.1.tar.xz
/gspell-0.2.2.tar.xz

View File

@ -1,15 +1,12 @@
%global glib2_version 2.44
%global gtk3_version 3.16
%global gtksourceview3_version 3.16
Name: gspell
Version: 0.2.1
Version: 0.2.2
Release: 1%{?dist}
Summary: Spell-checking library for GTK+
# Some files are GPLv2+, some are LGPLv2+. Since they are compiled together
# into libgspell-1.so binary, this makes the combined work GPLv2+.
License: GPLv2+
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/gspell
Source0: https://download.gnome.org/sources/gspell/0.2/gspell-%{version}.tar.xz
@ -18,14 +15,11 @@ BuildRequires: gobject-introspection-devel
BuildRequires: pkgconfig(enchant)
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
BuildRequires: pkgconfig(gtksourceview-3.0) >= %{gtksourceview3_version}
BuildRequires: pkgconfig(iso-codes)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: vala-tools
Requires: glib2%{?_isa} >= %{glib2_version}
Requires: gtk3%{?_isa} >= %{gtk3_version}
Requires: gtksourceview3%{?_isa} >= %{gtksourceview3_version}
Requires: iso-codes
%description
@ -89,6 +83,10 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%changelog
* Mon Dec 14 2015 Kalev Lember <klember@redhat.com> - 0.2.2-1
- Update to 0.2.2
- This update relicensed gspell from GPLv2+ to LGPLv2+
* Mon Dec 07 2015 Kalev Lember <klember@redhat.com> - 0.2.1-1
- Update to 0.2.1

View File

@ -1 +1 @@
3a07ee8983f9ec069e1154374c258f9a gspell-0.2.1.tar.xz
6faf345b19c7c53e8e080578cfbd1a79 gspell-0.2.2.tar.xz