Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
4af46bda17
!7 update to version 1.12.2
From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-11-29 07:33:12 +00:00
lwg K
2fb2f56ac4 update to version 1.12.2 2023-11-22 18:18:16 +08:00
openeuler-ci-bot
30cc898bba
!6 Update to 1.12.0
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-02-03 09:10:18 +00:00
dwl301
0b3499e43a Update to 1.12.0 2023-02-01 15:29:05 +08:00
openeuler-ci-bot
2982c19d1c
!5 Upgrade to 1.11.1
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-21 03:54:54 +00:00
zhang__3125
b88b3989fc Upgrade to 1.11.1 2022-06-21 11:22:01 +08:00
openeuler-ci-bot
db5611edca
!4 Upgrade to 1.10.0
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-08 03:27:11 +00:00
zhang__3125
a1f077d628 Upgrade to 1.10.0 2022-06-08 11:11:37 +08:00
openeuler-ci-bot
082b2bf838
!3 Update to 1.9.1
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-04-13 07:24:54 +00:00
zhang__3125
44d3ae2c29 Update to 1.9.1 2022-04-13 14:10:46 +08:00
4 changed files with 32 additions and 12 deletions

BIN
gspell-1.12.2.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,21 @@
%global glib2_version 2.44
%global gtk3_version 3.20
Name: gspell
Version: 1.8.4
Version: 1.12.2
Release: 1
Summary: Spell-checking library for GTK+
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/gspell
Source0: https://download.gnome.org/sources/%{name}/1.8/%{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
Requires: glib2 >= 2.44 gtk3 >= 3.20 iso-codes
Source0: https://download.gnome.org/sources/%{name}/1.12/%{name}-%{version}.tar.xz
BuildRequires: gettext gobject-introspection-devel pkgconfig(enchant-2)
BuildRequires: pkgconfig(iso-codes) vala make
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
gspell provides a flexible API to add spell-checking to a GTK application.
@ -26,7 +34,7 @@ developing applications that use gspell.
%autosetup -p1
%build
%configure
%configure --disable-static
%make_build
%install
@ -35,14 +43,11 @@ developing applications that use gspell.
%find_lang gspell-1
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%ldconfig_scriptlets
%files -f gspell-1.lang
%license COPYING
%doc NEWS README.md
%{_libdir}/girepository-1.0/
%{_libdir}/libgspell-1.so.2*
@ -56,6 +61,21 @@ developing applications that use gspell.
%{_datadir}/gtk-doc/
%changelog
* Wed Nov 22 2023 lwg <liweiganga@uniontech.com> - 1.12.2-1
- update to version 1.12.2
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 1.12.0-1
- Update to 1.12.0
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.11.1-1
- Upgrade to 1.11.1
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.10.0-1
- Upgrade to 1.10.0
* 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
- Upgrade to 1.8.4

View File

@ -1,4 +1,4 @@
version_control: gitlab.gnome
src_repo: gspell
tag_prefix: ^
seperator: .
separator: .