diff --git a/.enchant.metadata b/.enchant.metadata new file mode 100644 index 0000000..1d12261 --- /dev/null +++ b/.enchant.metadata @@ -0,0 +1 @@ +321f9cf0abfa1937401676ce60976d8779c39536 SOURCES/enchant-1.6.0.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/enchant.spec b/SPECS/enchant.spec new file mode 100644 index 0000000..2fe4b1c --- /dev/null +++ b/SPECS/enchant.spec @@ -0,0 +1,216 @@ +Summary: An Enchanting Spell Checking Library +Name: enchant +Version: 1.6.0 +Release: 6%{?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: glib2-devel >= 2.6.0 +BuildRequires: aspell-devel +BuildRequires: hunspell-devel +BuildRequires: libvoikko-devel +BuildRequires: automake, libtool +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +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 +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 +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 + +%description devel +Libraries, headers, and support files necessary to compile applications using libenchant. + +%prep +%setup -q + +%build +%configure --enable-myspell --with-myspell-dir=/usr/share/myspell --disable-static --disable-ispell --disable-hspell --disable-zemberek +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT install +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.gz +%{_datadir}/enchant + +%files aspell +%{_libdir}/enchant/lib*aspell.so* + +%files voikko +%{_libdir}/enchant/lib*_voikko.so* + +%files devel +%defattr(-,root,root) +%{_libdir}/*.so +%{_libdir}/pkgconfig/enchant.pc +%{_includedir}/enchant + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%clean +rm -r $RPM_BUILD_ROOT + +%changelog +* Wed Feb 13 2013 Fedora Release Engineering - 1:1.6.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Jul 18 2012 Fedora Release Engineering - 1:1.6.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1:1.6.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue May 24 2011 Kevin Kofler 1:1.6.0-3 +- Rebuild for new hunspell + +* Tue Feb 08 2011 Fedora Release Engineering - 1:1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Apr 01 2010 Marc Maurer 1:1.6.0-1 +- New upstream version. +- Drop all shipped patches, as they are included upstream. + +* Tue Jan 5 2010 Michael Schwendt 1:1.5.0-5 +- Revert 544473: Move libenchant.so back into the -devel package. + +* Sat Dec 05 2009 Marc Maurer 1:1.5.0-4 +- Fix 544473: Move enchant.so from the devel to the main package + +* Fri Jul 24 2009 Fedora Release Engineering - 1:1.5.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Jul 02 2009 Caolán McNamara 1:1.5.0-2 +- Resolves: rhbz#508781 improve enchant quality, leaks, and edge-case language + dict selection + +* Mon Jun 22 2009 Caolán McNamara 1:1.5.0-1 +- latest version + +* Tue Feb 24 2009 Fedora Release Engineering - 1:1.4.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Jul 26 2008 Michael Schwendt 1:1.4.2-4 +- Rebuild for ABI-incompatible hunspell-1.2.4.2-2.fc10 + +* Thu Jul 10 2008 Marc Maurer 1:1.4.2-3 +- Fix 426712: don't build static libs (patch from Michael Schwendt) + +* Wed May 21 2008 Marc Maurer 1:1.4.2-2 +- Rebuild + +* Wed May 21 2008 Marc Maurer 1:1.4.2-1 +- New upstream release +- Add voikko support in an enchant-voikko package +- Bump glib-devel BR to 2.6.0 + +* Fri Feb 08 2008 Caolan McNamara 1:1.3.0-4.fc9 +- minor cockup + +* Sat Jan 26 2008 Caolan McNamara 1:1.3.0-3.fc9 +- Resolves: rhbz#426402 use system hunspell not internal one and + split out aspell backend. +- See: rhbz#430354 hspell backend disabled until pic issue fixed + +* Wed Dec 19 2007 Caolan McNamara 1:1.3.0-2.fc9 +- tell enchant where the myspell dictionaries are + +* Thu Oct 12 2006 Marc Maurer 1:1.3.0-1.fc6 +- Update to 1.3.0 + +* Mon Sep 11 2006 Marc Maurer 1:1.2.5-3.fc6 +- Rebuild for FC6 + +* Mon Apr 10 2006 Marc Maurer 1:1.2.5-2.fc6 +- Rebuild + +* Mon Apr 10 2006 Marc Maurer 1:1.2.5-1.fc6 +- Package the data dir as well (bug 188516) +- New upstream version +- Add hspell requirement/support + +* Tue Feb 14 2006 Marc Maurer 1:1.2.2-2.fc5 +- Rebuild for Fedora Extras 5 + +* Sun Feb 05 2006 Marc Maurer 1:1.2.2-1.fc5 +- Update to 1.2.2 + +* Mon Jan 30 2006 Marc Maurer 1:1.2.1-1.fc5 +- Update to 1.2.1 +- Drop glib Require + +* Sat Oct 22 2005 Marc Maurer 1:1.2.0-1.fc5 +- Update to 1.2.0 + +* Wed Oct 5 2005 Marc Maurer 1:1.1.6-4.fc5 +- Add dist flag to the release number + +* Mon Apr 4 2005 Michael Schwendt 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) + +* Thu Mar 31 2005 Michael Schwendt 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 + +* Mon Mar 28 2005 Marc Maurer 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 1:1.1.5-3 +- rebuild with gcc4 + +* Fri Jan 14 2005 Caolan McNamara 1:1.1.5-2 +- RH#145010# misformatted manpage + +* Mon Dec 20 2004 Caolan McNamara 1:1.1.5-1 +- initial fedora import + +* Sun Aug 24 2003 Rui Miguel Seabra +- 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 +- take advantage of environment rpm macros + +* Sun Jul 13 2003 Dom Lachowicz +- Initial version