summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-20 09:13:43 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-20 09:13:43 +0000
commit532a10266ac9c757416bb088d2d2120f54219cec (patch)
tree8c716d1701a7465d841488077a95cf3e18e083cf
parent42156ed0fd491410f0cd47286b7998d97ba09040 (diff)
automatic import of python-auto-packopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-auto-pack.spec72
-rw-r--r--sources1
3 files changed, 74 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..b8449b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/auto_pack-1.3.3.tar.gz
diff --git a/python-auto-pack.spec b/python-auto-pack.spec
new file mode 100644
index 0000000..d941264
--- /dev/null
+++ b/python-auto-pack.spec
@@ -0,0 +1,72 @@
+%global _empty_manifest_terminate_build 0
+Name: python-auto-pack
+Version: 1.3.3
+Release: 1
+Summary: qudian Android auto pack utils
+License: MIT
+URL: http://www.qudian.com
+Source0: https://mirrors.aliyun.com/pypi/web/packages/60/34/d7190e0fc39dbc376d30f7e90a103fec3b246e5bbc89641647d72efd40ce/auto_pack-1.3.3.tar.gz
+BuildArch: noarch
+
+
+%description
+
+
+%package -n python3-auto-pack
+Summary: qudian Android auto pack utils
+Provides: python-auto-pack
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-auto-pack
+
+
+%package help
+Summary: Development documents and examples for auto-pack
+Provides: python3-auto-pack-doc
+%description help
+
+
+%prep
+%autosetup -n auto_pack-1.3.3
+
+%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-auto-pack -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.3-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..e76ec5b
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+8a74ca3a48eceefe1afaea20705c339e auto_pack-1.3.3.tar.gz