diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-11 18:33:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-11 18:33:16 +0000 |
commit | bef42dc747fcb75b87c62ac161a4521979b6a2f8 (patch) | |
tree | 800f7f8d89c0ed2d034b9bfc20931d0afb74786c | |
parent | e29b2732d49ee0ce6159bc68e272126d52790cc3 (diff) |
automatic import of python-guzzle-sphinx-theme
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-guzzle-sphinx-theme.spec | 72 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 74 insertions, 0 deletions
@@ -0,0 +1 @@ +/guzzle_sphinx_theme-0.7.11.tar.gz diff --git a/python-guzzle-sphinx-theme.spec b/python-guzzle-sphinx-theme.spec new file mode 100644 index 0000000..ec6885e --- /dev/null +++ b/python-guzzle-sphinx-theme.spec @@ -0,0 +1,72 @@ +%global _empty_manifest_terminate_build 0 +Name: python-guzzle_sphinx_theme +Version: 0.7.11 +Release: 1 +Summary: Sphinx theme used by Guzzle. +License: UNKNOWN +URL: https://github.com/guzzle/guzzle_sphinx_theme +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/7d/aed8cd5e4ca52bb8550d2c33fcbb8d6dbd5c2cf5e1694202d2135b374eba/guzzle_sphinx_theme-0.7.11.tar.gz +BuildArch: noarch + + +%description + + +%package -n python3-guzzle_sphinx_theme +Summary: Sphinx theme used by Guzzle. +Provides: python-guzzle_sphinx_theme +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-guzzle_sphinx_theme + + +%package help +Summary: Development documents and examples for guzzle_sphinx_theme +Provides: python3-guzzle_sphinx_theme-doc +%description help + + +%prep +%autosetup -n guzzle_sphinx_theme-0.7.11 + +%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-guzzle_sphinx_theme -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.11-1 +- Package Spec generated @@ -0,0 +1 @@ +f6ec1c3fe16ce9f076941912df0cc4cd guzzle_sphinx_theme-0.7.11.tar.gz |