|
|
|
@ -1,18 +1,18 @@
|
|
|
|
|
Summary: An Enchanting Spell Checking Library
|
|
|
|
|
Name: enchant
|
|
|
|
|
Version: 1.6.0
|
|
|
|
|
Release: 30%{?dist}
|
|
|
|
|
Release: 21%{?dist}
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Source: http://www.abisource.com/downloads/enchant/%{version}/enchant-%{version}.tar.gz
|
|
|
|
|
URL: http://www.abisource.com/
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: glib2-devel >= 2.6.0
|
|
|
|
|
BuildRequires: aspell-devel
|
|
|
|
|
BuildRequires: hunspell-devel
|
|
|
|
|
BuildRequires: libvoikko-devel
|
|
|
|
|
BuildRequires: automake, libtool
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
|
Patch01: enchant-1.6.0-manpages.patch
|
|
|
|
|
|
|
|
|
@ -21,6 +21,7 @@ A library that wraps other spell checking backends.
|
|
|
|
|
|
|
|
|
|
%package aspell
|
|
|
|
|
Summary: Integration with aspell for libenchant
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Requires: enchant = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description aspell
|
|
|
|
@ -28,6 +29,7 @@ Libraries necessary to integrate applications using libenchant with aspell.
|
|
|
|
|
|
|
|
|
|
%package voikko
|
|
|
|
|
Summary: Integration with voikko for libenchant
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Requires: enchant = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description voikko
|
|
|
|
@ -36,6 +38,7 @@ Libraries necessary to integrate applications using libenchant with voikko.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Support files necessary to compile applications with libenchant.
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: enchant = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: glib2-devel
|
|
|
|
|
|
|
|
|
@ -44,7 +47,7 @@ Libraries, headers, and support files necessary to compile applications using li
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch01 -p1 -b .manpage-lsmod
|
|
|
|
|
%patch01 -p1 -b .manpages
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --enable-myspell --with-myspell-dir=/usr/share/myspell --disable-static --disable-ispell --disable-hspell --disable-zemberek
|
|
|
|
@ -57,12 +60,13 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant/*.la
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc AUTHORS COPYING.LIB README
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
%dir %{_libdir}/enchant
|
|
|
|
|
%{_libdir}/enchant/lib*myspell.so*
|
|
|
|
|
%{_mandir}/man1/enchant.1*
|
|
|
|
|
%{_mandir}/man1/enchant.1.gz
|
|
|
|
|
%{_mandir}/man1/enchant-lsmod.1.gz
|
|
|
|
|
%{_datadir}/enchant
|
|
|
|
|
|
|
|
|
@ -73,6 +77,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant/*.la
|
|
|
|
|
%{_libdir}/enchant/lib*_voikko.so*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/pkgconfig/enchant.pc
|
|
|
|
|
%{_includedir}/enchant
|
|
|
|
@ -80,36 +85,11 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant/*.la
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.6.0-30
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1:1.6.0-21
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Mon May 17 2021 Milan Crha <mcrha@redhat.com> - 1:1.6.0-29
|
|
|
|
|
- Resolves: #1961175 (Missing man page for enchant-lsmod)
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.6.0-28
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.6.0-27
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.6.0-26
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.6.0-25
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.6.0-24
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.6.0-23
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Nov 13 2018 Caolán McNamara <caolanm@redhat.com> - 1:1.6.0-22
|
|
|
|
|
- rebuild for hunspell 1.7.0
|
|
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.6.0-21
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Mon Aug 27 2018 Milan Crha <mcrha@redhat.com> - 1:1.6.0-21
|
|
|
|
|
- Add patch for RH bug #1612585 (Missing man page for enchant-lsmod)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.6.0-20
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|