diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-31 03:42:16 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-31 03:42:16 +0000 |
| commit | 83c977c872763ea564e309fc50d737ddee51e18f (patch) | |
| tree | bb61e26b9dde846bce9da701e65d110581c57cde | |
| parent | db97b1a4262c6098b4f6fee49effbaf389716f76 (diff) | |
automatic import of python-counter-robots
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-counter-robots.spec | 96 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 98 insertions, 0 deletions
@@ -0,0 +1 @@ +/counter-robots-2018.6.tar.gz diff --git a/python-counter-robots.spec b/python-counter-robots.spec new file mode 100644 index 0000000..3b7641d --- /dev/null +++ b/python-counter-robots.spec @@ -0,0 +1,96 @@ +%global _empty_manifest_terminate_build 0 +Name: python-counter-robots +Version: 2018.6 +Release: 1 +Summary: Library for COUNTER-compliant detection of machines and robots. +License: MIT +URL: https://github.com/inveniosoftware/counter-robots +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bc/54/795ddc99eac4068c81caa4ad227264733ed6ef4f1009b1218191cd721666/counter-robots-2018.6.tar.gz +BuildArch: noarch + +Requires: python3-Sphinx +Requires: python3-check-manifest +Requires: python3-coverage +Requires: python3-isort +Requires: python3-pydocstyle +Requires: python3-pytest-cov +Requires: python3-pytest-pep8 +Requires: python3-pytest +Requires: python3-Sphinx +Requires: python3-check-manifest +Requires: python3-coverage +Requires: python3-isort +Requires: python3-pydocstyle +Requires: python3-pytest-cov +Requires: python3-pytest-pep8 +Requires: python3-pytest +Requires: python3-Sphinx +Requires: python3-check-manifest +Requires: python3-coverage +Requires: python3-isort +Requires: python3-pydocstyle +Requires: python3-pytest-cov +Requires: python3-pytest-pep8 +Requires: python3-pytest + +%description + + +%package -n python3-counter-robots +Summary: Library for COUNTER-compliant detection of machines and robots. +Provides: python-counter-robots +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-counter-robots + + +%package help +Summary: Development documents and examples for counter-robots +Provides: python3-counter-robots-doc +%description help + + +%prep +%autosetup -n counter-robots-2018.6 + +%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-counter-robots -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2018.6-1 +- Package Spec generated @@ -0,0 +1 @@ +440902653c781af0616dd9002605827d counter-robots-2018.6.tar.gz |
