diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-oarepo-communities.spec | 88 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 90 insertions, 0 deletions
@@ -0,0 +1 @@ +/oarepo-communities-3.0.5.tar.gz diff --git a/python-oarepo-communities.spec b/python-oarepo-communities.spec new file mode 100644 index 0000000..dd473bd --- /dev/null +++ b/python-oarepo-communities.spec @@ -0,0 +1,88 @@ +%global _empty_manifest_terminate_build 0 +Name: python-oarepo-communities +Version: 3.0.5 +Release: 1 +Summary: OArepo module that adds support for communities +License: MIT +URL: https://github.com/oarepo/oarepo-communities +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7c/f4/32052d6aa128171f91560dcd7af97bba7e8f5644b397d95d4ed9e78c2f2c/oarepo-communities-3.0.5.tar.gz +BuildArch: noarch + +Requires: python3-oarepo-fsm +Requires: python3-oarepo-enrollment-permissions +Requires: python3-oarepo-ui +Requires: python3-oarepo-search +Requires: python3-boltons +Requires: python3-oarepo[tests] +Requires: python3-pydocstyle +Requires: python3-isort +Requires: python3-oarepo-model-builder +Requires: python3-oarepo-model-builder +Requires: python3-oarepo[tests] +Requires: python3-pydocstyle +Requires: python3-isort + +%description +Version 0.1.0 (released TBD) +- Initial public release. + +%package -n python3-oarepo-communities +Summary: OArepo module that adds support for communities +Provides: python-oarepo-communities +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-oarepo-communities +Version 0.1.0 (released TBD) +- Initial public release. + +%package help +Summary: Development documents and examples for oarepo-communities +Provides: python3-oarepo-communities-doc +%description help +Version 0.1.0 (released TBD) +- Initial public release. + +%prep +%autosetup -n oarepo-communities-3.0.5 + +%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-oarepo-communities -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.5-1 +- Package Spec generated @@ -0,0 +1 @@ +34933bb02ea50322a3733d3e7bdf8e6a oarepo-communities-3.0.5.tar.gz |
