update to 5.1.0 [release 5.1.0-1mamba;Fri Mar 15 2019]
This commit is contained in:
parent
14412132b3
commit
5bde2001b0
@ -1,5 +1,5 @@
|
||||
Name: python-libvirt
|
||||
Version: 3.9.0
|
||||
Version: 5.1.0
|
||||
Release: 1mamba
|
||||
Summary: Python binding to the libvirt.so, libvirt-qemu.so and libvirt-lxc.so library APIs.
|
||||
Group: System/Libraries
|
||||
@ -21,6 +21,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n libvirt-python-%{version}
|
||||
|
||||
@ -38,16 +42,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
## note: this list is just an example; modify as required
|
||||
# %{python_sitearch}/%{name}.py*
|
||||
# %{python_sitearch}/%{name}.so
|
||||
%doc AUTHORS COPYING COPYING.LESSER
|
||||
## note: eventually add the remaining documents (if any)
|
||||
# %doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Fri Mar 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.0-1mamba
|
||||
- update to 5.1.0
|
||||
|
||||
* Wed Nov 22 2017 Automatic Build System <autodist@mambasoft.it> 3.9.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user