From 42a799898e5fb727c74bdf92555a2d96eab1c834 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 19 May 2011 17:19:29 +0200 Subject: [PATCH] add new controller files to spice-glib spice-gtk 0.6 now comes with a controller module to remotely control spicy. This adds the new files to spice-glib and spice-glib-devel. --- spice-gtk.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spice-gtk.spec b/spice-gtk.spec index 7fb1bb9..674d11d 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -187,14 +187,19 @@ rm -rf %{buildroot} %files -n spice-glib -f %{name}.lang %defattr(-,root,root,-) %{_libdir}/libspice-client-glib-2.0.so.* +%{_libdir}/libspice-controller.so.* %{_libdir}/girepository-1.0/SpiceClientGLib-2.0.typelib %files -n spice-glib-devel %defattr(-,root,root,-) %{_libdir}/libspice-client-glib-2.0.so +%{_libdir}/libspice-controller.so %{_includedir}/spice-client-glib-2.0 +%{_includedir}/spice-controller/* %{_libdir}/pkgconfig/spice-client-glib-2.0.pc +%{_libdir}/pkgconfig/spice-controller.pc %{_datadir}/gir-1.0/SpiceClientGLib-2.0.gir +%{_datadir}/vala/vapi/spice-protocol.vapi %doc %{_datadir}/gtk-doc/html/* %if %{with_gtk3}