SHA256
1
0
forked from pool/gspell

6 Commits

6 changed files with 104 additions and 16 deletions

18
_service Normal file
View File

@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gspell.git</param>
<param name="revision">1.14.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4e993bd827e4ceb6a770b1b5e8950fce3be9c8b2b0cbeb22fdf992808dd2139
size 442824

3
gspell-1.14.2.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4431766e77744021879cc041b5fd816f02a8359e5aba5c41e700e519fae6ec2c
size 774668

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Sat Nov 29 12:05:36 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.14.2:
+ Publish tarballs from CI.
-------------------------------------------------------------------
Wed Oct 1 09:08:41 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.14.1:
+ Documentation: update some URLs.
+ Updated translations.
- Update URL to new home.
- Switch to source service for tarball.
-------------------------------------------------------------------
Fri Sep 13 06:30:00 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.14.0:
+ Build: re-add support for macOS.
-------------------------------------------------------------------
Mon Sep 9 08:07:04 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.13.2:
+ Re-add support for installed unit tests.
+ Modernize a bit the codebase:
- License headers: follow the REUSE way of applying licenses,
with SPDX tags.
- Convert #include guards to #pragma once
+ Small improvements:
- Rename config.h to gspell-config.h
- Update gconstructor.h
- Re-organize files within the repository: have
tests/interactive-tests/ and tests/unit-tests/
- Changes from version 1.13.1:
+ Build systems:
- Add Meson.
- Remove Autotools.
- Add CMake experiment but reverted.
+ Bump soversion because a symbol was exported by mistake with
the Autotools.
+ Updated translations.
- Add meson BuildRequires and macros following upstream changes.
- Bump so version following upstream changes.
-------------------------------------------------------------------
Thu Aug 10 09:28:51 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

4
gspell.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
name: gspell
version: 1.14.2
mtime: 1764339399
commit: 2497b987e8d013947012c1b00ac806aefb909d1c

View File

@@ -1,7 +1,7 @@
#
# spec file for package gspell
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,18 @@
#
%define shlib lib%{name}-1-2
%define shlib lib%{name}-1-3
Name: gspell
Version: 1.12.2
Version: 1.14.2
Release: 0
Summary: A spell checker library for GTK+ applications
License: LGPL-2.1-or-later
Group: Development/Libraries/GNOME
URL: https://wiki.gnome.org/Projects/gspell
Source0: https://download.gnome.org/sources/gspell/1.12/%{name}-%{version}.tar.xz
URL: https://gitlab.gnome.org/GNOME/gspell
Source0: %{name}-%{version}.tar.zst
BuildRequires: gtk-doc >= 1.25
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(enchant-2) >= 2.1.3
BuildRequires: pkgconfig(glib-2.0) >= 2.44
@@ -84,21 +85,24 @@ gspell.
%autosetup -p1
%build
%configure \
--disable-static \
--enable-gtk-doc
%make_build
%meson \
%{nil}
%meson_build
### FIXME ###
#%%check
#%%meson_test
%install
%make_install
%meson_install
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name}-1 %{?no_lang_C}
%ldconfig_scriptlets -n %{shlib}
%files
%license COPYING
%doc AUTHORS ChangeLog README NEWS
%license LICENSES
%doc AUTHORS README.md NEWS
%{_bindir}/gspell-app1
%files -n %{shlib}
@@ -108,13 +112,29 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/girepository-1.0/Gspell-1.typelib
%files devel
%doc %{_datadir}/gtk-doc/html/gspell-1.0/
%doc %{_datadir}/gtk-doc/html/gspell-1/
%{_includedir}/gspell-1/
%{_libdir}/lib%{name}-1.so
%{_libdir}/pkgconfig/gspell-1.pc
%{_datadir}/gir-1.0/*.gir
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/gspell-1.*
%dir %{_libexecdir}/installed-tests
%dir %{_libexecdir}/installed-tests/gspell-1
%{_libexecdir}/installed-tests/gspell-1/test-checker
%{_libexecdir}/installed-tests/gspell-1/test-entry
%{_libexecdir}/installed-tests/gspell-1/test-icu
%{_libexecdir}/installed-tests/gspell-1/test-inline-checker-text-buffer
%{_libexecdir}/installed-tests/gspell-1/test-text-iter
%{_libexecdir}/installed-tests/gspell-1/test-utils
%dir %{_datadir}/installed-tests
%dir %{_datadir}/installed-tests/gspell-1
%{_datadir}/installed-tests/gspell-1/test-checker.test
%{_datadir}/installed-tests/gspell-1/test-entry.test
%{_datadir}/installed-tests/gspell-1/test-icu.test
%{_datadir}/installed-tests/gspell-1/test-inline-checker-text-buffer.test
%{_datadir}/installed-tests/gspell-1/test-text-iter.test
%{_datadir}/installed-tests/gspell-1/test-utils.test
%files lang -f %{name}-1.lang