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
|
||||
Version: 0.24
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A Gtk client and libraries for SPICE remote desktop servers
|
||||
Group: Graphical Desktop/Applications/Emulators
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
@ -121,10 +121,9 @@ This package contains the Python bindings.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# gtk-2 version in needed by virt-manager
|
||||
%configure \
|
||||
--enable-gtk-doc \
|
||||
--with-gtk=2.0
|
||||
--with-gtk=3.0
|
||||
|
||||
%make
|
||||
|
||||
@ -156,10 +155,10 @@ cat phodav.lang >> %{name}.lang
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libspice-client-glib-2.0.so.*
|
||||
%{_libdir}/libspice-client-gtk-2.0.so.*
|
||||
%{_libdir}/libspice-client-gtk-*.so.*
|
||||
%{_libdir}/libspice-controller.so.*
|
||||
%{_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
|
||||
%defattr(-,root,root)
|
||||
@ -170,32 +169,32 @@ cat phodav.lang >> %{name}.lang
|
||||
%{_bindir}/spicy-stats
|
||||
%dir %{_includedir}/spice-client-glib-2.0
|
||||
%{_includedir}/spice-client-glib-2.0/*.h
|
||||
%dir %{_includedir}/spice-client-gtk-2.0
|
||||
%{_includedir}/spice-client-gtk-2.0/*.h
|
||||
%dir %{_includedir}/spice-client-gtk-*
|
||||
%{_includedir}/spice-client-gtk-*/*.h
|
||||
%dir %{_includedir}/spice-controller
|
||||
%{_includedir}/spice-controller/spice-controller.h
|
||||
%{_libdir}/libspice-client-glib-2.0.a
|
||||
%{_libdir}/libspice-client-glib-2.0.la
|
||||
%{_libdir}/libspice-client-glib-2.0.so
|
||||
%{_libdir}/libspice-client-gtk-2.0.a
|
||||
%{_libdir}/libspice-client-gtk-2.0.la
|
||||
%{_libdir}/libspice-client-gtk-2.0.so
|
||||
%{_libdir}/libspice-client-gtk-*.a
|
||||
%{_libdir}/libspice-client-gtk-*.la
|
||||
%{_libdir}/libspice-client-gtk-*.so
|
||||
%{_libdir}/libspice-controller.a
|
||||
%{_libdir}/libspice-controller.la
|
||||
%{_libdir}/libspice-controller.so
|
||||
%{_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
|
||||
%{_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
|
||||
%doc ChangeLog NEWS README TODO
|
||||
|
||||
%files -n python-SpiceClientGtk
|
||||
%defattr(-,root,root)
|
||||
%{python_sitearch}/SpiceClientGtk.a
|
||||
%{python_sitearch}/SpiceClientGtk.la
|
||||
%{python_sitearch}/SpiceClientGtk.so
|
||||
#%files -n python-SpiceClientGtk
|
||||
#%defattr(-,root,root)
|
||||
#%{python_sitearch}/SpiceClientGtk.a
|
||||
#%{python_sitearch}/SpiceClientGtk.la
|
||||
#%{python_sitearch}/SpiceClientGtk.so
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
@ -203,5 +202,8 @@ cat phodav.lang >> %{name}.lang
|
||||
%{_datadir}/gtk-doc/html/spice-gtk/*
|
||||
|
||||
%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
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user