2005-03-14 22:34:59 +00:00
|
|
|
Summary: An Enchanting Spell Checking Library
|
|
|
|
Name: enchant
|
2006-02-05 21:32:46 +00:00
|
|
|
Version: 1.2.2
|
2006-02-14 18:05:47 +00:00
|
|
|
Release: 2%{?dist}
|
2005-03-14 22:34:59 +00:00
|
|
|
Epoch: 1
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPL
|
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/
|
|
|
|
BuildRequires: glib2-devel >= 2.0.0
|
|
|
|
BuildRequires: aspell-devel
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
A library that wraps other spell checking backends.
|
|
|
|
|
|
|
|
%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
|
|
|
|
%configure --disable-ispell
|
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
|
2005-03-14 22:34:59 +00:00
|
|
|
%{_libdir}/enchant/lib*.so*
|
|
|
|
%{_mandir}/man1/enchant.1.gz
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/*.a
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/enchant/*.a
|
|
|
|
%{_libdir}/pkgconfig/enchant.pc
|
|
|
|
%{_includedir}/enchant
|
|
|
|
|
2005-03-31 21:20:51 +00:00
|
|
|
%post -p /sbin/ldconfig
|
2005-03-14 22:34:59 +00:00
|
|
|
|
2005-03-31 21:20:51 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
2005-03-14 22:34:59 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -r $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%changelog
|
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
|