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