diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-forge-event-chain.spec | 94 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 96 insertions, 0 deletions
@@ -0,0 +1 @@ +/forge-event-chain-0.27.0.tar.gz diff --git a/python-forge-event-chain.spec b/python-forge-event-chain.spec new file mode 100644 index 0000000..4a727b0 --- /dev/null +++ b/python-forge-event-chain.spec @@ -0,0 +1,94 @@ +%global _empty_manifest_terminate_build 0 +Name: python-forge-event-chain +Version: 0.27.0 +Release: 1 +Summary: A small example package +License: MIT License +URL: https://github.com/ArcBlock/forge-python-sdk +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/79/7e/553d420f404ce7c185a9919f69c359603aafbbc9baf81e0fa7d8ba0ef0df/forge-event-chain-0.27.0.tar.gz +BuildArch: noarch + +Requires: python3-Flask +Requires: python3-Flask-AppBuilder +Requires: python3-Flask-Babel +Requires: python3-Flask-Caching +Requires: python3-Flask-Compress +Requires: python3-Flask-Login +Requires: python3-Flask-Migrate +Requires: python3-Flask-OpenID +Requires: python3-flask-qrcode +Requires: python3-Flask-Script +Requires: python3-Flask-Session +Requires: python3-Flask-SQLAlchemy +Requires: python3-Flask-Testing +Requires: python3-Flask-WTF +Requires: python3-flask-googlemaps +Requires: python3-forge-python-sdk +Requires: python3-requests +Requires: python3-Flask-Markdown +Requires: python3-click + +%description +1. Go to your python environment +2. `pip install forge-event-chain` + +%package -n python3-forge-event-chain +Summary: A small example package +Provides: python-forge-event-chain +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-forge-event-chain +1. Go to your python environment +2. `pip install forge-event-chain` + +%package help +Summary: Development documents and examples for forge-event-chain +Provides: python3-forge-event-chain-doc +%description help +1. Go to your python environment +2. `pip install forge-event-chain` + +%prep +%autosetup -n forge-event-chain-0.27.0 + +%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-forge-event-chain -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.27.0-1 +- Package Spec generated @@ -0,0 +1 @@ +88dcaf691b6962f4179fc9df73dae4dc forge-event-chain-0.27.0.tar.gz |
