diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-11 20:45:05 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-11 20:45:05 +0000 |
| commit | 6ae1858af87a646ba6e441d01d2195ac4f0c86e3 (patch) | |
| tree | 7dd3d14a735a44ab22e1251bb4002d62d0eba522 | |
| parent | f1c3b94af9ad15f1e0154967a9e4db97b9b6e58c (diff) | |
automatic import of python-paytmchecksum
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-paytmchecksum.spec | 72 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 74 insertions, 0 deletions
@@ -0,0 +1 @@ +/paytmchecksum-1.7.0.tar.gz diff --git a/python-paytmchecksum.spec b/python-paytmchecksum.spec new file mode 100644 index 0000000..cecc4d1 --- /dev/null +++ b/python-paytmchecksum.spec @@ -0,0 +1,72 @@ +%global _empty_manifest_terminate_build 0 +Name: python-paytmchecksum +Version: 1.7.0 +Release: 1 +Summary: This is for paytm checksum creation and verification in python +License: MIT +URL: https://github.com/paytm/Paytm_Python_Checksum +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4b/76/8c27997115708fc4000bd500f1c6c7537d001614ede5eb4b342e2da8cc42/paytmchecksum-1.7.0.tar.gz +BuildArch: noarch + + +%description + + +%package -n python3-paytmchecksum +Summary: This is for paytm checksum creation and verification in python +Provides: python-paytmchecksum +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-paytmchecksum + + +%package help +Summary: Development documents and examples for paytmchecksum +Provides: python3-paytmchecksum-doc +%description help + + +%prep +%autosetup -n paytmchecksum-1.7.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-paytmchecksum -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.0-1 +- Package Spec generated @@ -0,0 +1 @@ +9095b2d133a926b12b9495b6424a4dae paytmchecksum-1.7.0.tar.gz |
