Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
bfb6f39f4d
!8 [sync] PR-7: Update to 7.6.0
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-10-28 01:26:51 +00:00
wk333
190b169bbb Update to 7.6.0
(cherry picked from commit 54b1a1a1aa64e5c27626f982a66343bc7f94b3e9)
2022-10-27 17:07:57 +08:00
openeuler-ci-bot
2c5c4d5f37
!5 【缺少编译依赖】22.03:LTS:Next分支缺少编译依赖python3-nose
Merge pull request !5 from 王歌/openEuler-22.03-LTS-Next
2022-01-10 07:18:20 +00:00
wang--ge
ad82307dc7 use unittest replace nose due to python-nose is abandonted 2022-01-10 14:42:16 +08:00
openeuler-ci-bot
49e39ea897 !4 Remove unused sphinxcontrib-spelling-4.2.0.tar.gz
Merge pull request !4 from jpzhang187/master
2020-08-11 14:20:34 +08:00
jpzhang187
b0663e3e3f update python-sphinxcontrib-spelling.spec. 2020-08-11 11:55:35 +08:00
jpzhang187
068f300e0e 删除文件 sphinxcontrib-spelling-4.2.0.tar.gz 2020-08-11 11:03:37 +08:00
openeuler-ci-bot
e3fec9593a !3 update to 4.2.1
Merge pull request !3 from jpzhang187/master
2020-08-11 10:58:10 +08:00
jpzhang
d90cc6852e update to 4.2.1 2020-08-11 10:35:11 +08:00
openeuler-ci-bot
98aa0b3e3f !2 python-sphinxcontrib-spelling
Merge pull request !2 from wangef/master
2020-05-19 16:48:30 +08:00
wwx913452
f717957fd9 added python-sphinxcontrib-spelling.yaml 2020-05-07 17:53:02 +08:00
4 changed files with 22 additions and 64 deletions

View File

@ -1,40 +1,21 @@
Name: python-sphinxcontrib-spelling
Version: 4.2.0
Release: 2
Version: 7.6.0
Release: 1
Summary: Sphinx-based documentation spell checker
License: BSD
URL: https://github.com/sphinx-contrib/spelling
Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-spelling/sphinxcontrib-spelling-%{version}.tar.gz
BuildArch: noarch
Requires: python2-six python2-sphinx
BuildRequires: python2-setuptools python2-devel python2-six python2-sphinx hunspell-en hunspell-de
BuildRequires: python2-enchant python2-fixtures python2-pbr python2-nose
BuildRequires: python%{python3_pkgversion}-setuptools python%{python3_pkgversion}-devel python%{python3_pkgversion}-pbr
BuildRequires: python%{python3_pkgversion}-nose python%{python3_pkgversion}-fixtures python%{python3_pkgversion}-six
BuildRequires: python%{python3_pkgversion}-enchant python%{python3_pkgversion}-sphinx
%if 0%{?with_python3_other}
BuildRequires: python%{python3_other_pkgversion}-setuptools python%{python3_other_pkgversion}-devel
BuildRequires: python%{python3_other_pkgversion}-pbr python%{python3_other_pkgversion}-nose
BuildRequires: python%{python3_other_pkgversion}-fixtures python%{python3_other_pkgversion}-six
BuildRequires: python%{python3_other_pkgversion}-enchant python%{python3_other_pkgversion}-sphinx
%endif
BuildRequires: python%{python3_pkgversion}-fixtures python%{python3_pkgversion}-six
BuildRequires: python%{python3_pkgversion}-enchant python%{python3_pkgversion}-sphinx hunspell-en hunspell-de
BuildRequires: python%{python3_pkgversion}-pytest
%description
It contains sphinxcontrib.spelling, a spell checker for
Sphinx-based documents. It uses PyEnchant to generate
reports showing misspelled words.
%package -n python2-sphinxcontrib-spelling
Summary: Sphinx-based documentation spell checker
%{?python_provide:%python_provide python2-sphinxcontrib-spelling}
Requires: python2-six python2-sphinx python2-enchant
%description -n python2-sphinxcontrib-spelling
It contains sphinxcontrib.spelling, a spell checker for
Sphinx-based documents. It uses PyEnchant to generate
reports showing misspelled words.
%package -n python%{python3_pkgversion}-sphinxcontrib-spelling
Summary: Sphinx-based documentation spell checker
%{?python_provide:%python_provide python%{python3_pkgversion}-sphinxcontrib-spelling}
@ -46,61 +27,34 @@ It contains sphinxcontrib.spelling, a spell checker for
Sphinx-based documents. It uses PyEnchant to generate
reports showing misspelled words.
%if 0%{?with_python3_other}
%package -n python%{python3_other_pkgversion}-sphinxcontrib-spelling
Summary: Sphinx-based documentation spell checker
%{?python_provide:%python_provide python%{python3_other_pkgversion}-sphinxcontrib-spelling}
Requires: python%{python3_other_pkgversion}-enchant python%{python3_other_pkgversion}-six
Requires: python%{python3_other_pkgversion}-sphinx
%description -n python%{python3_other_pkgversion}-sphinxcontrib-spelling
It contains sphinxcontrib.spelling, a spell checker for
Sphinx-based documents. It uses PyEnchant to generate
reports showing misspelled words.
%endif
%prep
%autosetup -p0 -n sphinxcontrib-spelling-%{version}
%build
%py2_build
%py3_build
%if 0%{?with_python3_other}
%py3_other_build
%endif
%install
%if 0%{?with_python3_other}
%py3_other_install
%endif
%py3_install
%py2_install
%check
%{__python2} -m nose
%{__python3} -m nose
%if 0%{?with_python3_other}
%{__python3_other} -m nose
%endif
%files -n python2-sphinxcontrib-spelling
%doc README LICENSE
%{python2_sitelib}/sphinxcontrib*
pytest
%files -n python%{python3_pkgversion}-sphinxcontrib-spelling
%doc README LICENSE
%{python3_sitelib}/sphinxcontrib*
%if 0%{?with_python3_other}
%files -n python%{python3_other_pkgversion}-sphinxcontrib-spelling
%doc README LICENSE
%{python3_other_sitelib}/sphinxcontrib*
%endif
%changelog
* Thu Jul 07 2022 wangkai <wangkai385@h-partners.com> - 7.6.0-1
- Update to 7.6.0
* Sat Jan 08 2022 Ge Wang <wangge20@huawei.com> - 4.2.1-3
- Use unittest replace nose due to python-nose is abandonted
* Tue Aug 11 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 4.2.1-2
- Remove unused tar package
* Mon Aug 10 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 4.2.1-1
- Update to 4.2.1
* Wed Jan 8 2020 likexin <likexin4@huawei.com> - 4.2.0-2
- package init

View File

@ -0,0 +1,4 @@
version_control: github
src_repo: sphinx-contrib/spelling
tag_prefix: ^
seperator: .

Binary file not shown.

Binary file not shown.