diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-15 07:57:27 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-15 07:57:27 +0000 |
| commit | e519f877d2961aeee978a8ce780fd3f5f75b123f (patch) | |
| tree | 1b522cf0a4e1073a69555d7e92bc81af4b842bb9 /python-minty-infra-amqp.spec | |
| parent | 69143dc55fb140f65fd607bf41ab57032caa69d2 (diff) | |
automatic import of python-minty-infra-amqp
Diffstat (limited to 'python-minty-infra-amqp.spec')
| -rw-r--r-- | python-minty-infra-amqp.spec | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/python-minty-infra-amqp.spec b/python-minty-infra-amqp.spec new file mode 100644 index 0000000..43772e2 --- /dev/null +++ b/python-minty-infra-amqp.spec @@ -0,0 +1,74 @@ +%global _empty_manifest_terminate_build 0 +Name: python-minty-infra-amqp +Version: 2.0.1 +Release: 1 +Summary: AMQP infrastructure for the Minty system +License: EUPL license +URL: https://gitlab.com/minty-python/minty-infra-amqp +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0f/28/b08295b98b6760f101b054e4ac26475e631fa67a94b160600211b6fc66dc/minty_infra_amqp-2.0.1.tar.gz +BuildArch: noarch + +Requires: python3-minty +Requires: python3-amqpstorm + +%description +Minty AMQP infrastructure + +%package -n python3-minty-infra-amqp +Summary: AMQP infrastructure for the Minty system +Provides: python-minty-infra-amqp +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-minty-infra-amqp +Minty AMQP infrastructure + +%package help +Summary: Development documents and examples for minty-infra-amqp +Provides: python3-minty-infra-amqp-doc +%description help +Minty AMQP infrastructure + +%prep +%autosetup -n minty-infra-amqp-2.0.1 + +%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-minty-infra-amqp -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.1-1 +- Package Spec generated |
