Package gtk3 version of spice client tools
parent
ce3c643550
commit
69462df48e
|
@ -13,7 +13,7 @@
|
|||
|
||||
Name: spice-gtk
|
||||
Version: 0.23
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A GTK+ widget for SPICE clients
|
||||
|
||||
Group: System Environment/Libraries
|
||||
|
@ -133,7 +133,7 @@ A module allowing use of the spice-gtk-2.0 widget from python
|
|||
%package tools
|
||||
Summary: Spice-gtk tools
|
||||
Group: Applications/Internet
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: spice-gtk3%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Simple clients for interacting with SPICE servers.
|
||||
|
@ -174,16 +174,16 @@ cd ..
|
|||
|
||||
%install
|
||||
|
||||
cd spice-gtk-%{version}
|
||||
make install DESTDIR=%{buildroot}
|
||||
cd ..
|
||||
|
||||
%if %{with_gtk3}
|
||||
cd spice-gtk3-%{version}
|
||||
make install DESTDIR=%{buildroot}
|
||||
cd ..
|
||||
%endif
|
||||
|
||||
cd spice-gtk-%{version}
|
||||
make install DESTDIR=%{buildroot}
|
||||
cd ..
|
||||
|
||||
rm -f %{buildroot}%{_libdir}/*.a
|
||||
rm -f %{buildroot}%{_libdir}/*.la
|
||||
rm -f %{buildroot}%{_libdir}/python*/site-packages/*.a
|
||||
|
@ -270,6 +270,11 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc
|
|||
%{_bindir}/spicy-stats
|
||||
|
||||
%changelog
|
||||
* Wed Sep 24 2014 Christophe Fergeau <cfergeau@redhat.com> 0.25-6
|
||||
- Run make install in gtk3 build after doing so in gtk2 build, otherwise
|
||||
we'll end up packaging gtk2 builds of spicy et al in spice-client-tools
|
||||
instead of gtk3 ones (#1145829)
|
||||
|
||||
* Thu Jul 17 2014 Rex Dieter <rdieter@fedoraproject.org> 0.23-3
|
||||
- rebuild (for pulseaudio, bug #1117683)
|
||||
|
||||
|
|
Loading…
Reference in New Issue