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