python-linstor/python-linstor.spec

61 lines
1.5 KiB
RPMSpec

Summary: Linstor python api
Name: python-linstor
Version: 1.20.1
Release: 1
Source0: https://pkg.linbit.com//downloads/linstor/%{name}-%{version}.tar.gz
License: GPLv3
BuildArch: noarch
Vendor: LINBIT HA-Solutions GmbH
Packager: Daniel Berteaud <dbd@ehtrace.com>
Url: https://www.linbit.com
BuildRequires: python3
BuildRequires: python3-setuptools
%define __python %{__python3}
%description
Python linstor api interface
%prep
%setup -n %{name}-%{version}
%build
%{__make} PYTHON=python3 gensrc
%{python} setup.py build
%install
%{python} setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
%clean
rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%defattr(-,root,root)
%changelog
* Wed Oct 25 2023 Daniel Berteaud <dbd@ehtrace.com> 1.20.1-1
- Update to 1.20.1 (dbd@ehtrace.com)
* Fri Oct 20 2023 Daniel Berteaud <dbd@ehtrace.com> 1.20.0-1
- Update to 1.20.0 (dbd@ehtrace.com)
* Fri Oct 20 2023 Daniel Berteaud <dbd@ehtrace.com> 1.19.0-1
- Update to 1.19.0 (dbd@ehtrace.com)
* Tue Apr 18 2023 Daniel Berteaud <dbd@ehtrace.com> 1.18.0-1
- Update to 1.18.0 (dbd@ehtrace.com)
* Wed Mar 15 2023 Daniel Berteaud <dbd@ehtrace.com> 1.17.0-1
- Update to 1.17.0 (dbd@ehtrace.com)
* Wed Oct 19 2022 Daniel Berteaud <dbd@ehtrace.com> 1.15.1-1
- Update to 1.15.1 (dbd@ehtrace.com)
* Wed Sep 21 2022 Daniel Berteaud <dbd@ehtrace.com> 1.15.0-1
- Update archive to include linstor-common (dbd@ehtrace.com)
- Update to 1.15.0 (dbd@ehtrace.com)
* Sun Aug 14 2022 Daniel Berteaud <dbd@ehtrace.com> 1.14.0-1
- new package built with tito