linstor-client/linstor-client.spec

40 lines
754 B
RPMSpec
Raw Normal View History

2022-08-14 23:19:26 +02:00
Name: linstor-client
Version: 1.14.0
Release: 0
Summary: Linstor SDS client utility
License: GPL-3.0-only
URL: https://github.com/LINBIT/linstor-client
Source: https://pkg.linbit.com//downloads/linstor/%{name}-%{version}.tar.gz
2022-08-14 23:37:14 +02:00
BuildRequires: python3
BuildRequires: python3-setuptools
2022-08-14 23:19:26 +02:00
BuildRequires: python-linstor
Requires: python-linstor >= %{version}
%define __python %{__python3}
%description
User space client to ease DRBD9 resource management.
%prep
%setup -q
%build
%{python} setup.py build
%install
2022-08-14 23:47:43 +02:00
%{python} setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT
2022-08-14 23:19:26 +02:00
%clean
rm -rf $RPM_BUILD_ROOT
2022-08-14 23:35:02 +02:00
%files
2022-08-14 23:19:26 +02:00
%defattr(-,root,root)
2022-08-14 23:35:02 +02:00
%doc README.md
%_bindir/*
%python_sitelib/*
%_sysconfdir/bash_completion.d/*
2022-08-14 23:19:26 +02:00
%changelog