Package gtk3 version of spice client tools

remotes/origin/f20
Christophe Fergeau 2014-09-24 12:40:18 +02:00
parent ce3c643550
commit 69462df48e
1 changed files with 11 additions and 6 deletions

View File

@ -13,7 +13,7 @@
Name: spice-gtk Name: spice-gtk
Version: 0.23 Version: 0.23
Release: 3%{?dist} Release: 4%{?dist}
Summary: A GTK+ widget for SPICE clients Summary: A GTK+ widget for SPICE clients
Group: System Environment/Libraries Group: System Environment/Libraries
@ -133,7 +133,7 @@ A module allowing use of the spice-gtk-2.0 widget from python
%package tools %package tools
Summary: Spice-gtk tools Summary: Spice-gtk tools
Group: Applications/Internet Group: Applications/Internet
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: spice-gtk3%{?_isa} = %{version}-%{release}
%description tools %description tools
Simple clients for interacting with SPICE servers. Simple clients for interacting with SPICE servers.
@ -174,16 +174,16 @@ cd ..
%install %install
cd spice-gtk-%{version}
make install DESTDIR=%{buildroot}
cd ..
%if %{with_gtk3} %if %{with_gtk3}
cd spice-gtk3-%{version} cd spice-gtk3-%{version}
make install DESTDIR=%{buildroot} make install DESTDIR=%{buildroot}
cd .. cd ..
%endif %endif
cd spice-gtk-%{version}
make install DESTDIR=%{buildroot}
cd ..
rm -f %{buildroot}%{_libdir}/*.a rm -f %{buildroot}%{_libdir}/*.a
rm -f %{buildroot}%{_libdir}/*.la rm -f %{buildroot}%{_libdir}/*.la
rm -f %{buildroot}%{_libdir}/python*/site-packages/*.a rm -f %{buildroot}%{_libdir}/python*/site-packages/*.a
@ -270,6 +270,11 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc
%{_bindir}/spicy-stats %{_bindir}/spicy-stats
%changelog %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 * Thu Jul 17 2014 Rex Dieter <rdieter@fedoraproject.org> 0.23-3
- rebuild (for pulseaudio, bug #1117683) - rebuild (for pulseaudio, bug #1117683)