rebuilt with gtk 3.0 [release 0.24-2mamba;Tue May 20 2014]
This commit is contained in:
parent
8d22c1830f
commit
a97b6efedd
@ -1,8 +1,8 @@
|
|||||||
Name: spice-gtk
|
Name: spice-gtk
|
||||||
Version: 0.24
|
Version: 0.24
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A Gtk client and libraries for SPICE remote desktop servers
|
Summary: A Gtk client and libraries for SPICE remote desktop servers
|
||||||
Group: Graphical Desktop/Applications/Emulators
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
@ -121,10 +121,9 @@ This package contains the Python bindings.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# gtk-2 version in needed by virt-manager
|
|
||||||
%configure \
|
%configure \
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--with-gtk=2.0
|
--with-gtk=3.0
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -156,10 +155,10 @@ cat phodav.lang >> %{name}.lang
|
|||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libspice-client-glib-2.0.so.*
|
%{_libdir}/libspice-client-glib-2.0.so.*
|
||||||
%{_libdir}/libspice-client-gtk-2.0.so.*
|
%{_libdir}/libspice-client-gtk-*.so.*
|
||||||
%{_libdir}/libspice-controller.so.*
|
%{_libdir}/libspice-controller.so.*
|
||||||
%{_libdir}/girepository-1.0/SpiceClientGLib-2.0.typelib
|
%{_libdir}/girepository-1.0/SpiceClientGLib-2.0.typelib
|
||||||
%{_libdir}/girepository-1.0/SpiceClientGtk-2.0.typelib
|
%{_libdir}/girepository-1.0/SpiceClientGtk-*.typelib
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -170,32 +169,32 @@ cat phodav.lang >> %{name}.lang
|
|||||||
%{_bindir}/spicy-stats
|
%{_bindir}/spicy-stats
|
||||||
%dir %{_includedir}/spice-client-glib-2.0
|
%dir %{_includedir}/spice-client-glib-2.0
|
||||||
%{_includedir}/spice-client-glib-2.0/*.h
|
%{_includedir}/spice-client-glib-2.0/*.h
|
||||||
%dir %{_includedir}/spice-client-gtk-2.0
|
%dir %{_includedir}/spice-client-gtk-*
|
||||||
%{_includedir}/spice-client-gtk-2.0/*.h
|
%{_includedir}/spice-client-gtk-*/*.h
|
||||||
%dir %{_includedir}/spice-controller
|
%dir %{_includedir}/spice-controller
|
||||||
%{_includedir}/spice-controller/spice-controller.h
|
%{_includedir}/spice-controller/spice-controller.h
|
||||||
%{_libdir}/libspice-client-glib-2.0.a
|
%{_libdir}/libspice-client-glib-2.0.a
|
||||||
%{_libdir}/libspice-client-glib-2.0.la
|
%{_libdir}/libspice-client-glib-2.0.la
|
||||||
%{_libdir}/libspice-client-glib-2.0.so
|
%{_libdir}/libspice-client-glib-2.0.so
|
||||||
%{_libdir}/libspice-client-gtk-2.0.a
|
%{_libdir}/libspice-client-gtk-*.a
|
||||||
%{_libdir}/libspice-client-gtk-2.0.la
|
%{_libdir}/libspice-client-gtk-*.la
|
||||||
%{_libdir}/libspice-client-gtk-2.0.so
|
%{_libdir}/libspice-client-gtk-*.so
|
||||||
%{_libdir}/libspice-controller.a
|
%{_libdir}/libspice-controller.a
|
||||||
%{_libdir}/libspice-controller.la
|
%{_libdir}/libspice-controller.la
|
||||||
%{_libdir}/libspice-controller.so
|
%{_libdir}/libspice-controller.so
|
||||||
%{_libdir}/pkgconfig/spice-client-glib-2.0.pc
|
%{_libdir}/pkgconfig/spice-client-glib-2.0.pc
|
||||||
%{_libdir}/pkgconfig/spice-client-gtk-2.0.pc
|
%{_libdir}/pkgconfig/spice-client-gtk-*.pc
|
||||||
%{_libdir}/pkgconfig/spice-controller.pc
|
%{_libdir}/pkgconfig/spice-controller.pc
|
||||||
%{_datadir}/gir-1.0/SpiceClientGLib-2.0.gir
|
%{_datadir}/gir-1.0/SpiceClientGLib-2.0.gir
|
||||||
%{_datadir}/gir-1.0/SpiceClientGtk-2.0.gir
|
%{_datadir}/gir-1.0/SpiceClientGtk-*.gir
|
||||||
%{_datadir}/vala/vapi/spice-protocol.vapi
|
%{_datadir}/vala/vapi/spice-protocol.vapi
|
||||||
%doc ChangeLog NEWS README TODO
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%files -n python-SpiceClientGtk
|
#%files -n python-SpiceClientGtk
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%{python_sitearch}/SpiceClientGtk.a
|
#%{python_sitearch}/SpiceClientGtk.a
|
||||||
%{python_sitearch}/SpiceClientGtk.la
|
#%{python_sitearch}/SpiceClientGtk.la
|
||||||
%{python_sitearch}/SpiceClientGtk.so
|
#%{python_sitearch}/SpiceClientGtk.so
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -203,5 +202,8 @@ cat phodav.lang >> %{name}.lang
|
|||||||
%{_datadir}/gtk-doc/html/spice-gtk/*
|
%{_datadir}/gtk-doc/html/spice-gtk/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24-2mamba
|
||||||
|
- rebuilt with gtk 3.0
|
||||||
|
|
||||||
* Mon May 12 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24-1mamba
|
* Mon May 12 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user