summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-05-19 17:19:29 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-05-24 14:26:39 +0200
commit42a799898e5fb727c74bdf92555a2d96eab1c834 (patch)
tree448cc22ce9481c7945562161b9cd5f0ed80e69fc
parent7c45bec07cf946a4782c2ea8e0a00146c48c2610 (diff)
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.
-rw-r--r--spice-gtk.spec5
1 files changed, 5 insertions, 0 deletions
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}