diff options
Diffstat (limited to 'python-sphinx-rtd-theme-github-versions.spec')
| -rw-r--r-- | python-sphinx-rtd-theme-github-versions.spec | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/python-sphinx-rtd-theme-github-versions.spec b/python-sphinx-rtd-theme-github-versions.spec new file mode 100644 index 0000000..d8c2930 --- /dev/null +++ b/python-sphinx-rtd-theme-github-versions.spec @@ -0,0 +1,83 @@ +%global _empty_manifest_terminate_build 0 +Name: python-sphinx-rtd-theme-github-versions +Version: 1.1 +Release: 1 +Summary: Sphinx readthedocs theme with support for documentation versions from github.io +License: Apache License 2.0 +URL: https://github.com/dls-controls/sphinx_rtd_theme_github_versions +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/eb/62/f0f67582bbcac7d271e2fc77d16f4bf99ae75f6859fd03d7aa96a69063e2/sphinx_rtd_theme_github_versions-1.1.tar.gz +BuildArch: noarch + +Requires: python3-sphinx-rtd-theme +Requires: python3-black +Requires: python3-isort +Requires: python3-pytest-cov +Requires: python3-mypy +Requires: python3-flake8-isort +Requires: python3-pre-commit +Requires: python3-types-docutils + +%description +|code_ci| |docs_ci| |coverage| |pypi_version| |license| +This theme inherits from sphinx_rtd_theme_ and adds an entry in the sidebar + +%package -n python3-sphinx-rtd-theme-github-versions +Summary: Sphinx readthedocs theme with support for documentation versions from github.io +Provides: python-sphinx-rtd-theme-github-versions +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-sphinx-rtd-theme-github-versions +|code_ci| |docs_ci| |coverage| |pypi_version| |license| +This theme inherits from sphinx_rtd_theme_ and adds an entry in the sidebar + +%package help +Summary: Development documents and examples for sphinx-rtd-theme-github-versions +Provides: python3-sphinx-rtd-theme-github-versions-doc +%description help +|code_ci| |docs_ci| |coverage| |pypi_version| |license| +This theme inherits from sphinx_rtd_theme_ and adds an entry in the sidebar + +%prep +%autosetup -n sphinx-rtd-theme-github-versions-1.1 + +%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-sphinx-rtd-theme-github-versions -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1-1 +- Package Spec generated |
