summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-20 04:25:31 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-20 04:25:31 +0000
commiteda213838b7ea9e5ac3e0fdff7e4c3083a121589 (patch)
tree1babcac08071cfa8aefa1c857b196caf9ed9a4ea
parentfc72a8562ca99a3a8c71051dd5da19c54b294453 (diff)
automatic import of python-Flask-Negotiationopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-flask-negotiation.spec72
-rw-r--r--sources1
3 files changed, 74 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..ccc6c54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Flask-Negotiation-0.1.9.tar.gz
diff --git a/python-flask-negotiation.spec b/python-flask-negotiation.spec
new file mode 100644
index 0000000..8ccb3a1
--- /dev/null
+++ b/python-flask-negotiation.spec
@@ -0,0 +1,72 @@
+%global _empty_manifest_terminate_build 0
+Name: python-Flask-Negotiation
+Version: 0.1.9
+Release: 1
+Summary: Better content negotiation for flask
+License: UNKNOWN
+URL: http://blog.hardtack.me/
+Source0: https://mirrors.aliyun.com/pypi/web/packages/a2/4f/e538bbe0442c8be282dfaacc61d49090ce18009d2ae90bc5db93ce15f2a1/Flask-Negotiation-0.1.9.tar.gz
+BuildArch: noarch
+
+
+%description
+Provides better content negotiation for flask.
+
+%package -n python3-Flask-Negotiation
+Summary: Better content negotiation for flask
+Provides: python-Flask-Negotiation
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-Flask-Negotiation
+Provides better content negotiation for flask.
+
+%package help
+Summary: Development documents and examples for Flask-Negotiation
+Provides: python3-Flask-Negotiation-doc
+%description help
+Provides better content negotiation for flask.
+
+%prep
+%autosetup -n Flask-Negotiation-0.1.9
+
+%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-Negotiation -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.9-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..d5df5c7
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+34c1e7b306af0c8f372b61a317e23a8f Flask-Negotiation-0.1.9.tar.gz