summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-17 03:51:11 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-17 03:51:11 +0000
commitf93c5f66ee280ad8a6e053d44367f93f70576ccf (patch)
tree0af5828e63cc0a8aad97a540903116cd36cf4991
parent950326ad0064676f0e7203d0139200f2c0a618de (diff)
automatic import of python-block-disposable-email
-rw-r--r--.gitignore1
-rw-r--r--python-block-disposable-email.spec72
-rw-r--r--sources1
3 files changed, 74 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..3275187 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/block-disposable-email-2.0.0.tar.gz
diff --git a/python-block-disposable-email.spec b/python-block-disposable-email.spec
new file mode 100644
index 0000000..0107420
--- /dev/null
+++ b/python-block-disposable-email.spec
@@ -0,0 +1,72 @@
+%global _empty_manifest_terminate_build 0
+Name: python-block-disposable-email
+Version: 2.0.0
+Release: 1
+Summary: Python client for block-disposable-email.com
+License: BSD
+URL: http://github.com/max-arnold/python-block-disposable-email
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/00/32/d16726fea4af803856305cfbc46b8650993f0fe5348883063a7fca06c21d/block-disposable-email-2.0.0.tar.gz
+BuildArch: noarch
+
+
+%description
+
+
+%package -n python3-block-disposable-email
+Summary: Python client for block-disposable-email.com
+Provides: python-block-disposable-email
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-block-disposable-email
+
+
+%package help
+Summary: Development documents and examples for block-disposable-email
+Provides: python3-block-disposable-email-doc
+%description help
+
+
+%prep
+%autosetup -n block-disposable-email-2.0.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-block-disposable-email -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.0-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..7b9ae9d
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+86cf0653bafc263dfe7b9dc836fb651c block-disposable-email-2.0.0.tar.gz