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