diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-05 06:32:07 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-05 06:32:07 +0000 |
| commit | 4a53223fb15c02296780608f81b8c065b4235625 (patch) | |
| tree | 0903406609df395fbe2616a2deb0306e326a7f73 /python-tpi.spec | |
| parent | 464f78c80eb941f4a12555cbe5203ba25116fa83 (diff) | |
automatic import of python-tpiopeneuler20.03
Diffstat (limited to 'python-tpi.spec')
| -rw-r--r-- | python-tpi.spec | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/python-tpi.spec b/python-tpi.spec new file mode 100644 index 0000000..bcf5150 --- /dev/null +++ b/python-tpi.spec @@ -0,0 +1,81 @@ +%global _empty_manifest_terminate_build 0 +Name: python-tpi +Version: 2.1.0 +Release: 1 +Summary: Terraform Provider Iterative +License: Apache-2.0 +URL: https://github.com/iterative/tpi +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/78/a3/cc6b027f170c608bfe28880ae459244a7e60ce9d5f76852be2a17cad8fa3/tpi-2.1.0.tar.gz +BuildArch: noarch + +Requires: python3-funcy +Requires: python3-jinja2 +Requires: python3-miutil[web] +Requires: python3-terraform +Requires: python3-setuptools +Requires: python3-asyncssh + +%description +|Tests| |Coverage| |Conda| |PyPI| +Python wrapper for `terraform-provider-iterative <https://github.com/iterative/terraform-provider-iterative>`_. + +%package -n python3-tpi +Summary: Terraform Provider Iterative +Provides: python-tpi +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-tpi +|Tests| |Coverage| |Conda| |PyPI| +Python wrapper for `terraform-provider-iterative <https://github.com/iterative/terraform-provider-iterative>`_. + +%package help +Summary: Development documents and examples for tpi +Provides: python3-tpi-doc +%description help +|Tests| |Coverage| |Conda| |PyPI| +Python wrapper for `terraform-provider-iterative <https://github.com/iterative/terraform-provider-iterative>`_. + +%prep +%autosetup -n tpi-2.1.0 + +%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-tpi -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.0-1 +- Package Spec generated |
