!3 Update to 1.9.1
From: @zhang__3125 Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
082b2bf838
Binary file not shown.
BIN
gspell-1.9.1.tar.xz
Normal file
BIN
gspell-1.9.1.tar.xz
Normal file
Binary file not shown.
23
gspell.spec
23
gspell.spec
@ -1,13 +1,21 @@
|
|||||||
|
%global glib2_version 2.44
|
||||||
|
%global gtk3_version 3.20
|
||||||
|
|
||||||
Name: gspell
|
Name: gspell
|
||||||
Version: 1.8.4
|
Version: 1.9.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Spell-checking library for GTK+
|
Summary: Spell-checking library for GTK+
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/gspell
|
URL: https://wiki.gnome.org/Projects/gspell
|
||||||
Source0: https://download.gnome.org/sources/%{name}/1.8/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/1.9/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: gettext gobject-introspection-devel pkgconfig(enchant-2) pkgconfig(glib-2.0) >= 2.44
|
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 pkgconfig(iso-codes) vala
|
BuildRequires: gettext gobject-introspection-devel pkgconfig(enchant-2)
|
||||||
Requires: glib2 >= 2.44 gtk3 >= 3.20 iso-codes
|
BuildRequires: pkgconfig(iso-codes) vala
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||||
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||||
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||||
|
Requires: iso-codes
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gspell provides a flexible API to add spell-checking to a GTK application.
|
gspell provides a flexible API to add spell-checking to a GTK application.
|
||||||
@ -26,7 +34,7 @@ developing applications that use gspell.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -56,6 +64,9 @@ developing applications that use gspell.
|
|||||||
%{_datadir}/gtk-doc/
|
%{_datadir}/gtk-doc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.9.1-1
|
||||||
|
- Update to 1.9.1
|
||||||
|
|
||||||
* Tue Jun 15 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.8.4-1
|
* Tue Jun 15 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.8.4-1
|
||||||
- Upgrade to 1.8.4
|
- Upgrade to 1.8.4
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user