|
|
9c7c09 |
Summary: An Enchanting Spell Checking Library
|
|
|
9c7c09 |
Name: enchant
|
|
|
9c7c09 |
Version: 1.6.0
|
|
|
9c7c09 |
Release: 21%{?dist}
|
|
|
9c7c09 |
Epoch: 1
|
|
|
9c7c09 |
Group: System Environment/Libraries
|
|
|
9c7c09 |
License: LGPLv2+
|
|
|
9c7c09 |
Source: http://www.abisource.com/downloads/enchant/%{version}/enchant-%{version}.tar.gz
|
|
|
9c7c09 |
URL: http://www.abisource.com/
|
|
|
9c7c09 |
BuildRequires: glib2-devel >= 2.6.0
|
|
|
9c7c09 |
BuildRequires: aspell-devel
|
|
|
9c7c09 |
BuildRequires: hunspell-devel
|
|
|
9c7c09 |
BuildRequires: libvoikko-devel
|
|
|
9c7c09 |
BuildRequires: automake, libtool
|
|
|
9c7c09 |
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
9c7c09 |
|
|
|
9c7c09 |
Patch01: enchant-1.6.0-manpages.patch
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%description
|
|
|
9c7c09 |
A library that wraps other spell checking backends.
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%package aspell
|
|
|
9c7c09 |
Summary: Integration with aspell for libenchant
|
|
|
9c7c09 |
Group: System Environment/Libraries
|
|
|
9c7c09 |
Requires: enchant = %{epoch}:%{version}-%{release}
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%description aspell
|
|
|
9c7c09 |
Libraries necessary to integrate applications using libenchant with aspell.
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%package voikko
|
|
|
9c7c09 |
Summary: Integration with voikko for libenchant
|
|
|
9c7c09 |
Group: System Environment/Libraries
|
|
|
9c7c09 |
Requires: enchant = %{epoch}:%{version}-%{release}
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%description voikko
|
|
|
9c7c09 |
Libraries necessary to integrate applications using libenchant with voikko.
|
|
|
9c7c09 |
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%package devel
|
|
|
9c7c09 |
Summary: Support files necessary to compile applications with libenchant.
|
|
|
9c7c09 |
Group: Development/Libraries
|
|
|
9c7c09 |
Requires: enchant = %{epoch}:%{version}-%{release}
|
|
|
9c7c09 |
Requires: glib2-devel
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%description devel
|
|
|
9c7c09 |
Libraries, headers, and support files necessary to compile applications using libenchant.
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%prep
|
|
|
9c7c09 |
%setup -q
|
|
|
9c7c09 |
%patch01 -p1 -b .manpages
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%build
|
|
|
9c7c09 |
%configure --enable-myspell --with-myspell-dir=/usr/share/myspell --disable-static --disable-ispell --disable-hspell --disable-zemberek
|
|
|
9c7c09 |
make %{?_smp_mflags}
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%install
|
|
|
9c7c09 |
rm -rf $RPM_BUILD_ROOT
|
|
|
9c7c09 |
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
9c7c09 |
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
9c7c09 |
rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant/*.la
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%files
|
|
|
9c7c09 |
%defattr(-,root,root)
|
|
|
9c7c09 |
%doc AUTHORS COPYING.LIB README
|
|
|
9c7c09 |
%{_bindir}/*
|
|
|
9c7c09 |
%{_libdir}/lib*.so.*
|
|
|
9c7c09 |
%dir %{_libdir}/enchant
|
|
|
9c7c09 |
%{_libdir}/enchant/lib*myspell.so*
|
|
|
9c7c09 |
%{_mandir}/man1/enchant.1.gz
|
|
|
9c7c09 |
%{_mandir}/man1/enchant-lsmod.1.gz
|
|
|
9c7c09 |
%{_datadir}/enchant
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%files aspell
|
|
|
9c7c09 |
%{_libdir}/enchant/lib*aspell.so*
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%files voikko
|
|
|
9c7c09 |
%{_libdir}/enchant/lib*_voikko.so*
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%files devel
|
|
|
9c7c09 |
%defattr(-,root,root)
|
|
|
9c7c09 |
%{_libdir}/*.so
|
|
|
9c7c09 |
%{_libdir}/pkgconfig/enchant.pc
|
|
|
9c7c09 |
%{_includedir}/enchant
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%ldconfig_scriptlets
|
|
|
9c7c09 |
|
|
|
9c7c09 |
%changelog
|
|
|
9c7c09 |
* Mon Aug 27 2018 Milan Crha <mcrha@redhat.com> - 1:1.6.0-21
|
|
|
9c7c09 |
- Add patch for RH bug #1612585 (Missing man page for enchant-lsmod)
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.6.0-20
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.6.0-19
|
|
|
9c7c09 |
- Switch to %%ldconfig_scriptlets
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.6.0-18
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.6.0-17
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.6.0-16
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Tue Dec 13 2016 Caolán McNamara <caolanm@redhat.com> - 1:1.6.0-15
|
|
|
9c7c09 |
- rebuild for hunspell 1.5.4
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Mon Apr 18 2016 Caolán McNamara <caolanm@redhat.com> - 1:1.6.0-14
|
|
|
9c7c09 |
- rebuild for hunspell 1.4.0
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.6.0-13
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.6.0-12
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1:1.6.0-11
|
|
|
9c7c09 |
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1:1.6.0-10
|
|
|
9c7c09 |
- Rebuilt for Fedora 23 Change
|
|
|
9c7c09 |
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.6.0-9
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.6.0-8
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.6.0-7
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.6.0-6
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.6.0-5
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.6.0-4
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Tue May 24 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 1:1.6.0-3
|
|
|
9c7c09 |
- Rebuild for new hunspell
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.6.0-2
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Thu Apr 01 2010 Marc Maurer <uwog@abisource.com> 1:1.6.0-1
|
|
|
9c7c09 |
- New upstream version.
|
|
|
9c7c09 |
- Drop all shipped patches, as they are included upstream.
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Tue Jan 5 2010 Michael Schwendt <mschwendt@fedoraproject.org> 1:1.5.0-5
|
|
|
9c7c09 |
- Revert 544473: Move libenchant.so back into the -devel package.
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Sat Dec 05 2009 Marc Maurer <uwog@abisource.com> 1:1.5.0-4
|
|
|
9c7c09 |
- Fix 544473: Move enchant.so from the devel to the main package
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5.0-3
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Thu Jul 02 2009 Caolán McNamara <caolanm@redhat.com> 1:1.5.0-2
|
|
|
9c7c09 |
- Resolves: rhbz#508781 improve enchant quality, leaks, and edge-case language
|
|
|
9c7c09 |
dict selection
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Mon Jun 22 2009 Caolán McNamara <caolanm@redhat.com> 1:1.5.0-1
|
|
|
9c7c09 |
- latest version
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.2-5
|
|
|
9c7c09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Sat Jul 26 2008 Michael Schwendt <mschwendt@fedoraproject.org> 1:1.4.2-4
|
|
|
9c7c09 |
- Rebuild for ABI-incompatible hunspell-1.2.4.2-2.fc10
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Thu Jul 10 2008 Marc Maurer <uwog@abisource.com> 1:1.4.2-3
|
|
|
9c7c09 |
- Fix 426712: don't build static libs (patch from Michael Schwendt)
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Wed May 21 2008 Marc Maurer <uwog@abisource.com> 1:1.4.2-2
|
|
|
9c7c09 |
- Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Wed May 21 2008 Marc Maurer <uwog@abisource.com> 1:1.4.2-1
|
|
|
9c7c09 |
- New upstream release
|
|
|
9c7c09 |
- Add voikko support in an enchant-voikko package
|
|
|
9c7c09 |
- Bump glib-devel BR to 2.6.0
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Fri Feb 08 2008 Caolan McNamara <caolanm@redhat.com> 1:1.3.0-4.fc9
|
|
|
9c7c09 |
- minor cockup
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Sat Jan 26 2008 Caolan McNamara <caolanm@redhat.com> 1:1.3.0-3.fc9
|
|
|
9c7c09 |
- Resolves: rhbz#426402 use system hunspell not internal one and
|
|
|
9c7c09 |
split out aspell backend.
|
|
|
9c7c09 |
- See: rhbz#430354 hspell backend disabled until pic issue fixed
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Wed Dec 19 2007 Caolan McNamara <caolanm@redhat.com> 1:1.3.0-2.fc9
|
|
|
9c7c09 |
- tell enchant where the myspell dictionaries are
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Thu Oct 12 2006 Marc Maurer <uwog@abisource.com> 1:1.3.0-1.fc6
|
|
|
9c7c09 |
- Update to 1.3.0
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Mon Sep 11 2006 Marc Maurer <uwog@abisource.com> 1:1.2.5-3.fc6
|
|
|
9c7c09 |
- Rebuild for FC6
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Mon Apr 10 2006 Marc Maurer <uwog@abisource.com> 1:1.2.5-2.fc6
|
|
|
9c7c09 |
- Rebuild
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Mon Apr 10 2006 Marc Maurer <uwog@abisource.com> 1:1.2.5-1.fc6
|
|
|
9c7c09 |
- Package the data dir as well (bug 188516)
|
|
|
9c7c09 |
- New upstream version
|
|
|
9c7c09 |
- Add hspell requirement/support
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Tue Feb 14 2006 Marc Maurer <uwog@abisource.com> 1:1.2.2-2.fc5
|
|
|
9c7c09 |
- Rebuild for Fedora Extras 5
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Sun Feb 05 2006 Marc Maurer <uwog@abisource.com> 1:1.2.2-1.fc5
|
|
|
9c7c09 |
- Update to 1.2.2
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Mon Jan 30 2006 Marc Maurer <uwog@abisource.com> 1:1.2.1-1.fc5
|
|
|
9c7c09 |
- Update to 1.2.1
|
|
|
9c7c09 |
- Drop glib Require
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Sat Oct 22 2005 Marc Maurer <uwog@abisource.com> 1:1.2.0-1.fc5
|
|
|
9c7c09 |
- Update to 1.2.0
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Wed Oct 5 2005 Marc Maurer <uwog@abisource.com> 1:1.1.6-4.fc5
|
|
|
9c7c09 |
- Add dist flag to the release number
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Mon Apr 4 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1:1.1.6-3
|
|
|
9c7c09 |
- make in %%build
|
|
|
9c7c09 |
- disable bad buildroot rpaths in libs, don't use %%makeinstall
|
|
|
9c7c09 |
- require %%{epoch} of main package in -devel package (Fridrich Strba)
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Thu Mar 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1:1.1.6-2
|
|
|
9c7c09 |
- add dep glib2-devel for pkgconfig in -devel package
|
|
|
9c7c09 |
- include %%{_libdir}/enchant dir in main package
|
|
|
9c7c09 |
- make -devel package require exact VR of main package
|
|
|
9c7c09 |
- use -p /sbin/ldconfig in scriptlets
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Mon Mar 28 2005 Marc Maurer <uwog@abisource.com> 1:1.1.6-1
|
|
|
9c7c09 |
- update to 1.1.6
|
|
|
9c7c09 |
- drop the manpage patch (RH#145010#)
|
|
|
9c7c09 |
- fix version numbers in the spec changelog
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Wed Mar 2 2005 Caolan McNamara <caolanm@redhat.com> 1:1.1.5-3
|
|
|
9c7c09 |
- rebuild with gcc4
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Fri Jan 14 2005 Caolan McNamara <caolanm@redhat.com> 1:1.1.5-2
|
|
|
9c7c09 |
- RH#145010# misformatted manpage
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Mon Dec 20 2004 Caolan McNamara <caolanm@redhat.com> 1:1.1.5-1
|
|
|
9c7c09 |
- initial fedora import
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Sun Aug 24 2003 Rui Miguel Seabra <rms@1407.org>
|
|
|
9c7c09 |
- update spec to current stat of affairs
|
|
|
9c7c09 |
- building from source rpm is now aware of --with and --without flags:
|
|
|
9c7c09 |
- --without aspell --without ispell --without myspell --with uspell
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Wed Jul 16 2003 Rui Miguel Seabra <rms@1407.org>
|
|
|
9c7c09 |
- take advantage of environment rpm macros
|
|
|
9c7c09 |
|
|
|
9c7c09 |
* Sun Jul 13 2003 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
9c7c09 |
- Initial version
|