diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-05 10:33:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-05 10:33:25 +0000 |
commit | 5a548ad5ad460e9b66c0a08737527a791c5064e9 (patch) | |
tree | d60c3318e80489cea3fbbcfe2e6af5bb3b005807 | |
parent | 6190c14458cfe5a888d0ec468d505ad1c1855433 (diff) |
automatic import of python-invenio-mailopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-invenio-mail.spec | 93 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 95 insertions, 0 deletions
@@ -0,0 +1 @@ +/invenio-mail-1.0.2.tar.gz diff --git a/python-invenio-mail.spec b/python-invenio-mail.spec new file mode 100644 index 0000000..4723853 --- /dev/null +++ b/python-invenio-mail.spec @@ -0,0 +1,93 @@ +%global _empty_manifest_terminate_build 0 +Name: python-invenio-mail +Version: 1.0.2 +Release: 1 +Summary: Invenio-Mail is an integration layer between Invenio and Flask-Mail. +License: MIT +URL: https://github.com/inveniosoftware/invenio-mail +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/72/2b/23232734f2f22cd1e74d132c6036ca9fcf65ee8b4507eeced2a4946d25b3/invenio-mail-1.0.2.tar.gz +BuildArch: noarch + +Requires: python3-Flask +Requires: python3-Flask-Mail +Requires: python3-Flask-CeleryExt +Requires: python3-Sphinx +Requires: python3-check-manifest +Requires: python3-coverage +Requires: python3-isort +Requires: python3-pydocstyle +Requires: python3-pytest-cov +Requires: python3-pytest-pep8 +Requires: python3-pytest +Requires: python3-Flask-CeleryExt +Requires: python3-Flask-CeleryExt +Requires: python3-Sphinx +Requires: python3-check-manifest +Requires: python3-coverage +Requires: python3-isort +Requires: python3-pydocstyle +Requires: python3-pytest-cov +Requires: python3-pytest-pep8 +Requires: python3-pytest + +%description + + +%package -n python3-invenio-mail +Summary: Invenio-Mail is an integration layer between Invenio and Flask-Mail. +Provides: python-invenio-mail +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-invenio-mail + + +%package help +Summary: Development documents and examples for invenio-mail +Provides: python3-invenio-mail-doc +%description help + + +%prep +%autosetup -n invenio-mail-1.0.2 + +%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-invenio-mail -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.2-1 +- Package Spec generated @@ -0,0 +1 @@ +02f04911d17852bbe41e55214ea19a20 invenio-mail-1.0.2.tar.gz |