%global _empty_manifest_terminate_build 0 Name: python-osprofiler Version: 2.8.2 Release: 1 Summary: OpenStack Profiler Library License: Apache-2.0 URL: https://docs.openstack.org/osprofiler/latest/ Source0: https://files.pythonhosted.org/packages/34/25/f31e0f19fe535eeb8c076155df641cd047cc7bec1230c49995e8742a62dc/osprofiler-2.8.2.tar.gz BuildArch: noarch %description OSProfiler is an OpenStack cross-project profiling library. %package -n python3-osprofiler Summary: OpenStack Profiler Library Provides: python-osprofiler # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel # General requires BuildRequires: python3-netaddr BuildRequires: python3-oslo-concurrency BuildRequires: python3-oslo-serialization BuildRequires: python3-oslo-utils BuildRequires: python3-prettytable BuildRequires: python3-requests BuildRequires: python3-six BuildRequires: python3-webob BuildRequires: python3-oslo-config # Tests running requires BuildRequires: python3-hacking BuildRequires: python3-coverage BuildRequires: python3-ddt BuildRequires: python3-mock BuildRequires: python3-stestr BuildRequires: python3-testtools BuildRequires: python3-openstackdocstheme BuildRequires: python3-sphinx BuildRequires: python3-bandit BuildRequires: python3-pymongo BuildRequires: python3-elasticsearch2 BuildRequires: python3-redis BuildRequires: python3-reno BuildRequires: python3-jaeger-client # General requires Requires: python3-netaddr Requires: python3-oslo-concurrency Requires: python3-oslo-serialization Requires: python3-oslo-utils Requires: python3-prettytable Requires: python3-requests Requires: python3-six Requires: python3-webob Requires: python3-oslo-config # Tests running requires Requires: python3-hacking Requires: python3-coverage Requires: python3-ddt Requires: python3-mock Requires: python3-stestr Requires: python3-testtools Requires: python3-openstackdocstheme Requires: python3-sphinx Requires: python3-bandit Requires: python3-pymongo Requires: python3-elasticsearch2 Requires: python3-redis Requires: python3-reno Requires: python3-jaeger-client %description -n python3-osprofiler OSProfiler is an OpenStack cross-project profiling library. %package help Summary: OpenStack Profiler Library Provides: python3-osprofiler-doc %description help OSProfiler is an OpenStack cross-project profiling library. %prep %autosetup -n osprofiler-%{version} %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-osprofiler -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Mon Nov 15 2021 OpenStack_SIG - 2.8.2-1 - Init package python3-osprofiler of version 2.8.2