Update to 1.10.0
This commit is contained in:
parent
620149cf6c
commit
0825bb4a4c
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/gspell-1.8.3.tar.xz
|
||||
/gspell-1.8.4.tar.xz
|
||||
/gspell-1.9.1.tar.xz
|
||||
/gspell-1.10.0.tar.xz
|
||||
|
||||
16
gspell.spec
16
gspell.spec
@ -2,22 +2,22 @@
|
||||
%global gtk3_version 3.20
|
||||
|
||||
Name: gspell
|
||||
Version: 1.9.1
|
||||
Release: 4%{?dist}
|
||||
Version: 1.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Spell-checking library for GTK+
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/gspell
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.9/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.10/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(enchant-2)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
BuildRequires: pkgconfig(iso-codes)
|
||||
BuildRequires: vala
|
||||
BuildRequires: make
|
||||
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||
@ -52,7 +52,7 @@ This package contains the full API documentation for %{name}.
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
@ -67,6 +67,7 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
|
||||
%files -f gspell-1.lang
|
||||
%license COPYING
|
||||
%doc NEWS README.md
|
||||
%{_libdir}/girepository-1.0/
|
||||
%{_libdir}/libgspell-1.so.2*
|
||||
|
||||
@ -83,6 +84,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 19 2022 David King <amigadave@amigadave.com> - 1.10.0-1
|
||||
- Update to 1.10.0
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gspell-1.9.1.tar.xz) = 72f1fb384e02bb73397b457c3e8a7b98393c9fab5c0dad07f84d1db3f6b75c093663cc83c13fefe868424c503abc2fb89c8b045d0495dd43ddcedad025f23bca
|
||||
SHA512 (gspell-1.10.0.tar.xz) = 8c776f2ea388ab145bc53de112ddc8e737c65ce7be0518edfe695f3e677a89c57a4826eb0fcdc39c5023bd1839ebd60a6a25eb8ac8e3363d0c406994828b743f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user