require python-requests and adwaita-icon-theme (instead of gnome-icon-theme) [release 1.3.0-2mamba;Sun Dec 13 2015]
This commit is contained in:
parent
c2a50ee388
commit
d35aec03a4
@ -1,6 +1,6 @@
|
||||
Name: virt-manager
|
||||
Version: 1.2.1
|
||||
Release: 1mamba
|
||||
Version: 1.3.0
|
||||
Release: 2mamba
|
||||
Summary: Virtual Machine Manager
|
||||
Group: Applications/Emulators
|
||||
Vendor: openmamba
|
||||
@ -22,7 +22,7 @@ Requires: python-gnome
|
||||
Requires: python-libvirt-glib
|
||||
Requires: python-libxml2
|
||||
Requires: python-ipaddr
|
||||
Requires: gnome-icon-theme
|
||||
Requires: adwaita-icon-theme
|
||||
Requires: libspice-gtk
|
||||
Requires: spice-gtk
|
||||
Requires: libvte
|
||||
@ -31,6 +31,7 @@ Requires: pygobject
|
||||
Requires: qemu
|
||||
Requires: libosinfo
|
||||
Requires: openssh-askpass
|
||||
Requires: python-requests
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -50,7 +51,8 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python} setup.py install \
|
||||
%{__python} setup.py \
|
||||
--no-update-icon-cache --no-compile-schemas install \
|
||||
--root="%{buildroot}" \
|
||||
--install-headers=%{_includedir}/python%{python_version} \
|
||||
--install-lib=%{python_sitearch}
|
||||
@ -122,6 +124,12 @@ exit 0
|
||||
# ChangeLog NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Sun Dec 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-2mamba
|
||||
- require python-requests and adwaita-icon-theme (instead of gnome-icon-theme)
|
||||
|
||||
* Tue Dec 08 2015 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 08 2015 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user