summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-12 06:11:26 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-12 06:11:26 +0000
commit1f55848ba77c48fe3a3b221f11353523366bb17c (patch)
tree3b6c4eadf6ead5f51a28f1f7b37046bd341fad9a
parentfea9875db8d6a1d71bd2667e2b0a378e32b94084 (diff)
automatic import of python-mandrill-really-maintained
-rw-r--r--.gitignore1
-rw-r--r--python-mandrill-really-maintained.spec72
-rw-r--r--sources1
3 files changed, 74 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..9606828 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mandrill-really-maintained-1.2.4.tar.gz
diff --git a/python-mandrill-really-maintained.spec b/python-mandrill-really-maintained.spec
new file mode 100644
index 0000000..a75a6de
--- /dev/null
+++ b/python-mandrill-really-maintained.spec
@@ -0,0 +1,72 @@
+%global _empty_manifest_terminate_build 0
+Name: python-mandrill-really-maintained
+Version: 1.2.4
+Release: 1
+Summary: A really maintained CLI client and Python API library for the Mandrill email as a service platform.
+License: Apache-2.0
+URL: https://bitbucket.org/hadrien/mandrill-really-maintained
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/94/1b/eba08fac25c3a86a6ae6eb220e122569c801ab22fa4474a4625d2b4ece08/mandrill-really-maintained-1.2.4.tar.gz
+BuildArch: noarch
+
+
+%description
+
+
+%package -n python3-mandrill-really-maintained
+Summary: A really maintained CLI client and Python API library for the Mandrill email as a service platform.
+Provides: python-mandrill-really-maintained
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-mandrill-really-maintained
+
+
+%package help
+Summary: Development documents and examples for mandrill-really-maintained
+Provides: python3-mandrill-really-maintained-doc
+%description help
+
+
+%prep
+%autosetup -n mandrill-really-maintained-1.2.4
+
+%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-mandrill-really-maintained -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.4-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..43d029f
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+109b00213e1f8d0df3cd56d81f04b643 mandrill-really-maintained-1.2.4.tar.gz