summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-31 07:10:22 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-31 07:10:22 +0000
commitd97bf3fadb1782faeb5f9eba48aa0daab3f9cd23 (patch)
tree378b88feefc3dce37d4510232872432288d8aea6
parentbb3841431c9000b26cff74a8ddeb35022cfa76bb (diff)
automatic import of python-flask-perm
-rw-r--r--.gitignore1
-rw-r--r--python-flask-perm.spec72
-rw-r--r--sources1
3 files changed, 74 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..0be2407 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Flask-Perm-0.2.8.tar.gz
diff --git a/python-flask-perm.spec b/python-flask-perm.spec
new file mode 100644
index 0000000..b50d784
--- /dev/null
+++ b/python-flask-perm.spec
@@ -0,0 +1,72 @@
+%global _empty_manifest_terminate_build 0
+Name: python-Flask-Perm
+Version: 0.2.8
+Release: 1
+Summary: Flask Permission Management Extension
+License: MIT
+URL: https://github.com/soasme/flask-perm
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/06/c6/300d5c0ee6b6503ccb7f620c291d2a6d5d10ac0b29b20884b55e7a254843/Flask-Perm-0.2.8.tar.gz
+BuildArch: noarch
+
+
+%description
+A permission flask extension inspired by Django.
+
+%package -n python3-Flask-Perm
+Summary: Flask Permission Management Extension
+Provides: python-Flask-Perm
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-Flask-Perm
+A permission flask extension inspired by Django.
+
+%package help
+Summary: Development documents and examples for Flask-Perm
+Provides: python3-Flask-Perm-doc
+%description help
+A permission flask extension inspired by Django.
+
+%prep
+%autosetup -n Flask-Perm-0.2.8
+
+%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-Flask-Perm -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.8-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..9594746
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+910d1b05402e3d09ca1e076f311219c8 Flask-Perm-0.2.8.tar.gz