- add ExclusiveArch as only x86 is supported
This commit is contained in:
parent
d103227136
commit
e4e62da9cc
@ -6,7 +6,7 @@
|
||||
|
||||
Name: spice-gtk
|
||||
Version: 0.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A GTK widget for SPICE clients
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -25,6 +25,8 @@ BuildRequires: pygtk2-devel python-devel zlib-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
|
||||
%description
|
||||
Client libraries for SPICE desktop servers.
|
||||
|
||||
@ -109,6 +111,9 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/spicy
|
||||
|
||||
%changelog
|
||||
* Mon Jan 10 2011 Dan Horák <dan[at]danny.cz> - 0.4-2
|
||||
- add ExclusiveArch as only x86 is supported
|
||||
|
||||
* Sun Jan 09 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.4-1
|
||||
- Upstream release 0.4
|
||||
- Initial release (#657403)
|
||||
|
Loading…
Reference in New Issue
Block a user