diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-invenio-rdm-records.spec | 99 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 101 insertions, 0 deletions
@@ -0,0 +1 @@ +/invenio-rdm-records-2.12.0.tar.gz diff --git a/python-invenio-rdm-records.spec b/python-invenio-rdm-records.spec new file mode 100644 index 0000000..66e2f86 --- /dev/null +++ b/python-invenio-rdm-records.spec @@ -0,0 +1,99 @@ +%global _empty_manifest_terminate_build 0 +Name: python-invenio-rdm-records +Version: 2.12.0 +Release: 1 +Summary: InvenioRDM module for the communities feature. +License: MIT +URL: https://github.com/inveniosoftware/invenio-rdm-records +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e8/c9/a2dbf8c52b691a25be995cc5e722a08b928166e698045d2a864c01052492/invenio-rdm-records-2.12.0.tar.gz +BuildArch: noarch + +Requires: python3-arrow +Requires: python3-citeproc-py-styles +Requires: python3-citeproc-py +Requires: python3-datacite +Requires: python3-dcxml +Requires: python3-Faker +Requires: python3-flask-iiif +Requires: python3-ftfy +Requires: python3-invenio-administration +Requires: python3-invenio-communities +Requires: python3-invenio-drafts-resources +Requires: python3-invenio-i18n +Requires: python3-invenio-oaiserver +Requires: python3-invenio-vocabularies +Requires: python3-pytz +Requires: python3-pyyaml +Requires: python3-slugify +Requires: python3-invenio-search[elasticsearch7] +Requires: python3-invenio-search[opensearch1] +Requires: python3-invenio-search[opensearch2] +Requires: python3-pytest-black +Requires: python3-invenio-app +Requires: python3-invenio-db[mysql,postgresql] +Requires: python3-pytest-invenio +Requires: python3-pytest-mock +Requires: python3-sphinx +Requires: python3-tripoli + +%description + + +%package -n python3-invenio-rdm-records +Summary: InvenioRDM module for the communities feature. +Provides: python-invenio-rdm-records +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-invenio-rdm-records + + +%package help +Summary: Development documents and examples for invenio-rdm-records +Provides: python3-invenio-rdm-records-doc +%description help + + +%prep +%autosetup -n invenio-rdm-records-2.12.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-rdm-records -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 2.12.0-1 +- Package Spec generated @@ -0,0 +1 @@ +5827d5b6760ec4613151de23f458278e invenio-rdm-records-2.12.0.tar.gz |