rebuilt with gtk 3.0 [release 0.5.3-2mamba;Tue May 20 2014]
This commit is contained in:
parent
d3c613a12f
commit
98842ede3b
28
gtk-vnc.spec
28
gtk-vnc.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Name: gtk-vnc
|
||||
Version: 0.5.3
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A VNC viewer widget for GTK
|
||||
Group: Development/Libraries
|
||||
Vendor: openmamba
|
||||
@ -76,7 +76,8 @@ This package contains a module allowing use of the GTK-VNC widget from python.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure \
|
||||
--with-gtk=3.0
|
||||
#--enable-plugin=yes
|
||||
%make
|
||||
|
||||
@ -100,7 +101,7 @@ This package contains a module allowing use of the GTK-VNC widget from python.
|
||||
%{_libdir}/libgvncpulse-1.0.so.*
|
||||
%{_libdir}/girepository-1.0/GVnc-1.0.typelib
|
||||
%{_libdir}/girepository-1.0/GVncPulse-1.0.typelib
|
||||
%{_libdir}/girepository-1.0/GtkVnc-1.0.typelib
|
||||
%{_libdir}/girepository-1.0/GtkVnc-*.typelib
|
||||
%{_mandir}/man1/gvnccapture.1.gz
|
||||
%doc AUTHORS COPYING.LIB
|
||||
|
||||
@ -120,19 +121,26 @@ This package contains a module allowing use of the GTK-VNC widget from python.
|
||||
%{_libdir}/libgvncpulse-1.0.so
|
||||
%{_datadir}/gir-1.0/GVnc-1.0.gir
|
||||
%{_datadir}/gir-1.0/GVncPulse-1.0.gir
|
||||
%{_datadir}/gir-1.0/GtkVnc-1.0.gir
|
||||
%{_datadir}/gir-1.0/GtkVnc-*.gir
|
||||
%{_datadir}/vala/vapi/gtk-vnc-2.0.deps
|
||||
%{_datadir}/vala/vapi/gtk-vnc-2.0.vapi
|
||||
%{_datadir}/vala/vapi/gvnc-1.0.vapi
|
||||
%{_datadir}/vala/vapi/gvncpulse-1.0.vapi
|
||||
%{_libdir}/pkgconfig/gtk-vnc-*.pc
|
||||
%{_libdir}/pkgconfig/gvnc-1.0.pc
|
||||
%{_libdir}/pkgconfig/gvncpulse-1.0.pc
|
||||
%doc ChangeLog NEWS README
|
||||
#%doc ChangeLog NEWS README
|
||||
|
||||
%files -n python-gtk-vnc
|
||||
%defattr(-, root, root)
|
||||
%{python_sitearch}/gtkvnc.la
|
||||
%{python_sitearch}/gtkvnc.so
|
||||
#%doc examples/gvncviewer.py
|
||||
#%files -n python-gtk-vnc
|
||||
#%defattr(-, root, root)
|
||||
#%{python_sitearch}/gtkvnc.la
|
||||
#%{python_sitearch}/gtkvnc.so
|
||||
##%doc examples/gvncviewer.py
|
||||
|
||||
%changelog
|
||||
* Tue May 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.3-2mamba
|
||||
- rebuilt with gtk 3.0
|
||||
|
||||
* Mon Oct 28 2013 Automatic Build System <autodist@mambasoft.it> 0.5.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user