Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

4 changed files with 12 additions and 41 deletions

BIN
enchant-2.2.15.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
enchant-2.8.2.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,18 +1,3 @@
-------------------------------------------------------------------
Mon Sep 30 13:47:39 UTC 2024 - Felix Dumbeck <felix@dumbeck.net>
- Update to 2.8.2
+ maintainer has changed their name from abiWord to rrthomas on
Github, hence update Source and URL to new home.
+ Switch to vala.
+ Use doxygen and groff-full for documentation.
+ nuspell >= 5.1.0 is required.
+ for more information see: NEWS
- Add doxygen, vala and groff-full BuildRequires following upstream
changes.
- Pass --docdir=%%{_defaultdocdir}/%%{name} to configure, package
the now built documentation in openSUSE standard.
-------------------------------------------------------------------
Fri Feb 24 12:40:55 UTC 2023 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package enchant
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,27 +24,24 @@
%bcond_without aspell
Name: enchant
Version: 2.8.2
Version: 2.2.15
Release: 0
Summary: Generic Spell Checking Library
License: LGPL-2.1-or-later
URL: https://rrthomas.github.io/enchant/
Source: https://github.com/rrthomas/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
URL: https://abiword.github.io/enchant/
Source: https://github.com/AbiWord/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source1: baselibs.conf
%if %{with aspell}
BuildRequires: aspell-devel
%endif
BuildRequires: dbus-1-glib-devel
BuildRequires: doxygen
BuildRequires: gcc-c++
BuildRequires: glib2-devel
BuildRequires: groff-full
BuildRequires: hunspell-devel
BuildRequires: libvoikko-devel
BuildRequires: vala
%if %{with nuspell}
BuildRequires: libboost_headers-devel
BuildRequires: nuspell-devel >= 5.1.0
BuildRequires: nuspell-devel >= 4.1.0
%endif
%description
@ -142,9 +139,7 @@ to develop applications that require these.
%if %{with aspell}
--with-aspell \
%endif
--disable-static \
--docdir=%{_defaultdocdir}/%{name}
--disable-static
%make_build
%install
@ -157,21 +152,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files tools
%{_bindir}/enchant-2
%{_bindir}/enchant-lsmod-2
%{_mandir}/man1/enchant-2.1%{?ext_man}
%{_mandir}/man1/enchant-lsmod-2.1%{?ext_man}
%{_mandir}/man5/enchant.5*
%files -n libenchant-2-2
%license COPYING.LIB
%dir %{_defaultdocdir}/%{name}
%doc AUTHORS ChangeLog NEWS README.md
%doc %{_defaultdocdir}/%{name}/enchant.html
%doc %{_defaultdocdir}/%{name}/enchant-2.html
%doc %{_defaultdocdir}/%{name}/enchant-lsmod-2.html
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/*.so.*
%dir %{_libdir}/enchant-2
@ -197,8 +183,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files data
# The directories are not versioned, unfortunately. Not good for the SLPP.
%dir %{_datadir}/enchant-2
%{_datadir}/enchant-2/enchant.ordering
%dir %{_datadir}/enchant
%{_datadir}/enchant/enchant.ordering
%files devel
%{_includedir}/enchant-2