Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > d18866f5c9a7e01c3a6a6721436e32a0 > files > 2

python-enchant-1.6.5-2.mga3.src.rpm

Name:           python-enchant
Version:        1.6.5
Release:        %mkrel 2
Summary:        Python bindings for Enchant spellchecking library
Group:          Development/Python
License:        LGPL
URL:            http://www.rfk.id.au/software/pyenchant/
Source0:        http://pypi.python.org/packages/source/p/pyenchant/pyenchant-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  enchant-devel python-setuptools
BuildRequires:  python-devel
Provides:       PyEnchant = %{version}-%{release}
Requires:       enchant >= 1.5.0

%description
PyEnchant is a spellchecking library for Python, based on the Enchant
library by Dom Lachowicz.


%prep
%setup -q -n pyenchant-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --single-version-externally-managed
rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/*.egg-info

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.txt TODO.txt
%{python_sitelib}/enchant


%changelog

* Sun Jan 13 2013 umeabot <umeabot> 1.6.5-2.mga3
+ Revision: 378801
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Mar 02 2011 ahmad <ahmad> 1.6.5-1.mga1
+ Revision: 62734
- update to 1.6.5
- imported package python-enchant