summaryrefslogtreecommitdiff
path: root/python-apilogicserver.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-apilogicserver.spec')
-rw-r--r--python-apilogicserver.spec104
1 files changed, 104 insertions, 0 deletions
diff --git a/python-apilogicserver.spec b/python-apilogicserver.spec
new file mode 100644
index 0000000..2ea64a1
--- /dev/null
+++ b/python-apilogicserver.spec
@@ -0,0 +1,104 @@
+%global _empty_manifest_terminate_build 0
+Name: python-ApiLogicServer
+Version: 8.1.24
+Release: 1
+Summary: Create JSON:API and Web App from database, with LogicBank -- 40X more concise, Python for extensibility.
+License: BSD
+URL: https://github.com/valhuber/ApiLogicServer
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b8/c5/e3783415dfe5dc04a1dc2cff87ecdc06638d89a95f4a7e0ed795a2490c9b/ApiLogicServer-8.1.24.tar.gz
+BuildArch: noarch
+
+Requires: python3-PyJWT
+Requires: python3-dateutil
+Requires: python3-six
+Requires: python3-SQLAlchemy
+Requires: python3-Flask-SQLAlchemy
+Requires: python3-SQLAlchemy-Utils
+Requires: python3-Werkzeug
+Requires: python3-logicbankutils
+Requires: python3-inflect
+Requires: python3-itsdangerous
+Requires: python3-Jinja2
+Requires: python3-MarkupSafe
+Requires: python3-safrs
+Requires: python3-Flask-Admin
+Requires: python3-Flask-Cors
+Requires: python3-Flask
+Requires: python3-Flask-JWT-Extended
+Requires: python3-Flask-Login
+Requires: python3-Flask-OpenID
+Requires: python3-dotenv
+Requires: python3-email-validator
+Requires: python3-LogicBank
+Requires: python3-PyMySQL
+Requires: python3-cryptography
+Requires: python3-requests
+Requires: python3-gunicorn
+Requires: python3-psycopg2-binary
+Requires: python3-dotmap
+Requires: python3-WTForms
+Requires: python3-behave
+Requires: python3-alembic
+Requires: python3-GeoAlchemy2
+
+%description
+
+
+%package -n python3-ApiLogicServer
+Summary: Create JSON:API and Web App from database, with LogicBank -- 40X more concise, Python for extensibility.
+Provides: python-ApiLogicServer
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-ApiLogicServer
+
+
+%package help
+Summary: Development documents and examples for ApiLogicServer
+Provides: python3-ApiLogicServer-doc
+%description help
+
+
+%prep
+%autosetup -n ApiLogicServer-8.1.24
+
+%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-ApiLogicServer -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 8.1.24-1
+- Package Spec generated