Add back spice-protocol BuildRequires to help some deps magic happen
This commit is contained in:
parent
2fbc784a09
commit
8d18df306e
@ -13,7 +13,7 @@
|
||||
|
||||
Name: spice-gtk
|
||||
Version: 0.11
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A GTK+ widget for SPICE clients
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -40,6 +40,8 @@ BuildRequires: vala-tools
|
||||
%if %{with_gtk3}
|
||||
BuildRequires: gtk3-devel
|
||||
%endif
|
||||
# needed for bz 799112
|
||||
BuildRequires: spice-protocol
|
||||
# Hack because of bz #613466
|
||||
BuildRequires: libtool
|
||||
Requires: spice-glib%{?_isa} = %{version}-%{release}
|
||||
@ -252,6 +254,9 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la
|
||||
%{_bindir}/spicy-stats
|
||||
|
||||
%changelog
|
||||
* Mon Mar 12 2012 Hans de Goede <hdegoede@redhat.com> - 0.11-2
|
||||
- Add back spice-protocol BuildRequires to help some deps magic happen
|
||||
|
||||
* Fri Mar 9 2012 Hans de Goede <hdegoede@redhat.com> - 0.11-1
|
||||
- New upstream release 0.11
|
||||
- Fix multilib conflict in spice-glib
|
||||
|
Loading…
Reference in New Issue
Block a user