diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 11:04:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 11:04:17 +0000 |
commit | 29135e32babe1e9ededda4f4373dd643822741a3 (patch) | |
tree | 6d1ee92f04e1845fdb965b2e8c98e20a6afea388 | |
parent | 258fd223b09e4b91690c1ea5842543d37eeb9e06 (diff) |
automatic import of python-google-trans-newopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-google-trans-new.spec | 81 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 83 insertions, 0 deletions
@@ -0,0 +1 @@ +/google_trans_new-1.1.9.tar.gz diff --git a/python-google-trans-new.spec b/python-google-trans-new.spec new file mode 100644 index 0000000..55fb544 --- /dev/null +++ b/python-google-trans-new.spec @@ -0,0 +1,81 @@ +%global _empty_manifest_terminate_build 0 +Name: python-google-trans-new +Version: 1.1.9 +Release: 1 +Summary: A free and unlimited python tools for google translate api. +License: MIT +URL: https://github.com/lushan88a/google_trans_new +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4e/37/c4b72558b6b645bee86557479677c97e4161cb13fc3cc6ac55f872782559/google_trans_new-1.1.9.tar.gz +BuildArch: noarch + + +%description +``` +pip install google_trans_new +``` +*** + +%package -n python3-google-trans-new +Summary: A free and unlimited python tools for google translate api. +Provides: python-google-trans-new +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-google-trans-new +``` +pip install google_trans_new +``` +*** + +%package help +Summary: Development documents and examples for google-trans-new +Provides: python3-google-trans-new-doc +%description help +``` +pip install google_trans_new +``` +*** + +%prep +%autosetup -n google-trans-new-1.1.9 + +%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-google-trans-new -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.9-1 +- Package Spec generated @@ -0,0 +1 @@ +99f8e4823484cf9347d6c4ad4fc2cbf0 google_trans_new-1.1.9.tar.gz |