forked from pool/python-pyenchant
Accepting request 519986 from devel:languages:python:singlespec-staging
- update to version 1.6.11 * No changelog - singlespec auto-conversion - update to version 1.6.6: * compatibility with latest python releases * "wheels" replace "eggs" as the binary distribution format of choice * fix possible text corruption when using SpellChecker with a Chunker - drop pyenchant-drop-bootstrap-distribute.patch: fixed upstream - Add pyenchant-drop-bootstrap-distribute.patch: don't use the distribute bootstrapping code, just use setuptools. Fixes build that was broken by the attempt to download distribute. - Add full url to source - Make python 3 package noarch like the python 2 package - Fix rpmlint warnings - Add python 3 package - Clean up python 2 spec file - license update: LGPL-2.1+ No reason to believe that the package author restricted licensing to only version 2.1 of the LGPL. As such LGPL-2.1+ is the better choice - Spec file cleanup: * Simplified macro usage * Removed outdated %clean section * Set SPDX-style license * No CFLAGS for noarch package - Initial version 1.6.5 - Obsoletes package 'python-enchant' OBS-URL: https://build.opensuse.org/request/show/519986 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=17
This commit is contained in:
3
pyenchant-1.6.11.tar.gz
Normal file
3
pyenchant-1.6.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27d3307aa3d3cd413c20eb1fd977446c133cae47d7329d8f846cd3d8ddae6278
|
||||
size 64137
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25c9d2667d512f8fc4410465fdd2e868377ca07eb3d56e2b6e534a86281d64d3
|
||||
size 64010
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 31 16:50:42 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- update to version 1.6.11
|
||||
* No changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 24 13:50:44 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
- singlespec auto-conversion
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 15:11:57 UTC 2015 - benoit.monin@gmx.fr
|
||||
|
||||
@@ -51,3 +62,4 @@ Fri Apr 15 13:20:39 UTC 2011 - saschpe@suse.de
|
||||
- Initial version 1.6.5
|
||||
- Obsoletes package 'python-enchant'
|
||||
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyenchant
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,46 +16,62 @@
|
||||
#
|
||||
|
||||
|
||||
%define pyname enchant
|
||||
%define modname py%{pyname}
|
||||
Name: python-%{modname}
|
||||
Version: 1.6.6
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
%bcond_without test
|
||||
Name: python-pyenchant
|
||||
Version: 1.6.11
|
||||
Release: 0
|
||||
Url: http://www.rfk.id.au/software/pyenchant/
|
||||
Summary: Python bindings for the Enchant spellchecking system
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Url: https://github.com/rfk/pyenchant/
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pyenchant/pyenchant-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-2to3
|
||||
%if %{with test}
|
||||
BuildRequires: enchant
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
Requires: enchant
|
||||
Obsoletes: python-enchant < %{version}
|
||||
Provides: PyEnchant
|
||||
Provides: python-enchant = %{version}
|
||||
%if 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%else
|
||||
BuildArch: noarch
|
||||
BuildRequires: myspell-en
|
||||
BuildRequires: myspell-en_AU
|
||||
BuildRequires: myspell-en_US
|
||||
%endif
|
||||
Requires: enchant
|
||||
BuildArch: noarch
|
||||
%ifpython2
|
||||
Provides: PyEnchant = %{version}
|
||||
Obsoletes: PyEnchant < %{version}
|
||||
Provides: %{oldpython}-enchant = %{version}
|
||||
Obsoletes: %{oldpython}-enchant < %{version}
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
PyEnchant is a spellchecking library for Python, based on the excellent Enchant library.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{modname}-%{version}
|
||||
%setup -q -n pyenchant-%{version}
|
||||
chmod a-x *.txt
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
%python_build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files
|
||||
%if %{with test}
|
||||
%check
|
||||
export LANG=en_US.UTF-8
|
||||
%python_exec setup.py test
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE.txt README.txt TODO.txt
|
||||
%{python_sitelib}/%{pyname}
|
||||
%{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info
|
||||
%{python_sitelib}/enchant
|
||||
%{python_sitelib}/pyenchant-%{version}-py*.egg-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user