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