diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 08:51:48 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 08:51:48 +0000 |
commit | 60c8a328444aaba58a714fc92a2c431b98de7323 (patch) | |
tree | 360444cd65c63df58ef531b6b8cae9390512270d | |
parent | 6e3e8b8d8057fd16b0c13a7274cebe4e8e0fef0f (diff) |
automatic import of python-sphinxcontrib-serializinghtml
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-sphinxcontrib-serializinghtml.spec | 91 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 93 insertions, 0 deletions
@@ -0,0 +1 @@ +/sphinxcontrib-serializinghtml-1.1.5.tar.gz diff --git a/python-sphinxcontrib-serializinghtml.spec b/python-sphinxcontrib-serializinghtml.spec new file mode 100644 index 0000000..a6377de --- /dev/null +++ b/python-sphinxcontrib-serializinghtml.spec @@ -0,0 +1,91 @@ +%global _empty_manifest_terminate_build 0 +Name: python-sphinxcontrib-serializinghtml +Version: 1.1.5 +Release: 1 +Summary: sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle). +License: BSD +URL: http://sphinx-doc.org/ +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b5/72/835d6fadb9e5d02304cf39b18f93d227cd93abd3c41ebf58e6853eeb1455/sphinxcontrib-serializinghtml-1.1.5.tar.gz +BuildArch: noarch + +Requires: python3-flake8 +Requires: python3-mypy +Requires: python3-docutils-stubs +Requires: python3-pytest + +%description + +sphinxcontrib-serializinghtml is a sphinx extension which outputs +"serialized" HTML files (json and pickle). + + + + +%package -n python3-sphinxcontrib-serializinghtml +Summary: sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle). +Provides: python-sphinxcontrib-serializinghtml +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-sphinxcontrib-serializinghtml + +sphinxcontrib-serializinghtml is a sphinx extension which outputs +"serialized" HTML files (json and pickle). + + + + +%package help +Summary: Development documents and examples for sphinxcontrib-serializinghtml +Provides: python3-sphinxcontrib-serializinghtml-doc +%description help + +sphinxcontrib-serializinghtml is a sphinx extension which outputs +"serialized" HTML files (json and pickle). + + + + +%prep +%autosetup -n sphinxcontrib-serializinghtml-1.1.5 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-sphinxcontrib-serializinghtml -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.5-1 +- Package Spec generated @@ -0,0 +1 @@ +d99d2edc7b26988dc5fa92163857bfbf sphinxcontrib-serializinghtml-1.1.5.tar.gz |