diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-10 09:55:29 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-10 09:55:29 +0000 |
| commit | 8bece72f81377500a6fa11a5aa8a7fb06ca53081 (patch) | |
| tree | 45e5f332ca05840257bcdb679e422cf3a3f75261 | |
| parent | ec18bbe64e912800bf71f4ddc79e5a27c30df6e8 (diff) | |
automatic import of python-invenio-records-permissions
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-invenio-records-permissions.spec | 85 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 87 insertions, 0 deletions
@@ -0,0 +1 @@ +/invenio-records-permissions-0.16.0.tar.gz diff --git a/python-invenio-records-permissions.spec b/python-invenio-records-permissions.spec new file mode 100644 index 0000000..3891f79 --- /dev/null +++ b/python-invenio-records-permissions.spec @@ -0,0 +1,85 @@ +%global _empty_manifest_terminate_build 0 +Name: python-invenio-records-permissions +Version: 0.16.0 +Release: 1 +Summary: Permission policies for Invenio records. +License: MIT +URL: https://github.com/inveniosoftware/invenio-records-permissions +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c5/69/463cd720adacc36b8d43e7e37c494b30841df098716bce858ab49d92669f/invenio-records-permissions-0.16.0.tar.gz +BuildArch: noarch + +Requires: python3-invenio-access +Requires: python3-invenio-i18n +Requires: python3-invenio-records +Requires: python3-invenio-search[elasticsearch7] +Requires: python3-invenio-search[opensearch1] +Requires: python3-invenio-search[opensearch2] +Requires: python3-pytest-black +Requires: python3-pytest-mock +Requires: python3-pytest-invenio +Requires: python3-invenio-accounts +Requires: python3-invenio-app +Requires: python3-Sphinx +Requires: python3-invenio-db[mysql,postgresql,versioning] + +%description + + +%package -n python3-invenio-records-permissions +Summary: Permission policies for Invenio records. +Provides: python-invenio-records-permissions +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-invenio-records-permissions + + +%package help +Summary: Development documents and examples for invenio-records-permissions +Provides: python3-invenio-records-permissions-doc +%description help + + +%prep +%autosetup -n invenio-records-permissions-0.16.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-invenio-records-permissions -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.16.0-1 +- Package Spec generated @@ -0,0 +1 @@ +67402d04ab3cbd1d0d91312dd6b02cf5 invenio-records-permissions-0.16.0.tar.gz |
