rebuilt with gtk2 version for python binding [release 0.5.4-2mamba;Mon Oct 05 2015]
This commit is contained in:
parent
5dd3ec697d
commit
93e172e9a0
53
gtk-vnc.spec
53
gtk-vnc.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: gtk-vnc
|
Name: gtk-vnc
|
||||||
Version: 0.5.4
|
Version: 0.5.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A VNC viewer widget for GTK
|
Summary: A VNC viewer widget for GTK
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -13,33 +13,40 @@ Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-vnc/%{majver}/gtk-vnc-
|
|||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXau-devel
|
||||||
|
BuildRequires: libXdmcp-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libbsd-devel
|
||||||
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
|
BuildRequires: libffi-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libglitz-devel
|
BuildRequires: libgmp-devel
|
||||||
BuildRequires: libgnutls-devel
|
BuildRequires: libgnutls-devel
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
|
BuildRequires: libgraphite2-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk-devel
|
||||||
|
BuildRequires: libgtk2-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
|
BuildRequires: libnettle-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libp11-kit-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpixman-devel
|
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libpthread-stubs-devel
|
BuildRequires: libpulseaudio-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
BuildRequires: libsasl-devel
|
BuildRequires: libsasl2-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libstdc++6-devel
|
|
||||||
BuildRequires: libtasn1-devel
|
BuildRequires: libtasn1-devel
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libXau-devel
|
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: libxcb-util-devel
|
|
||||||
BuildRequires: libXdmcp-devel
|
|
||||||
BuildRequires: libXrender-devel
|
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: trousers-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -76,13 +83,22 @@ This package contains a module allowing use of the GTK-VNC widget from python.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
tar xf %{S:0}
|
||||||
|
mv %{name}-%{version} gtk2-build
|
||||||
|
cd gtk2-build
|
||||||
|
%configure --with-python --with-gtk-2.0 --disable-static
|
||||||
|
cd ..
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--with-gtk=3.0
|
--with-gtk=3.0 \
|
||||||
|
--with-python
|
||||||
|
|
||||||
#--enable-plugin=yes
|
#--enable-plugin=yes
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall -C gtk2-build
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
@ -131,13 +147,16 @@ This package contains a module allowing use of the GTK-VNC widget from python.
|
|||||||
%{_libdir}/pkgconfig/gvncpulse-1.0.pc
|
%{_libdir}/pkgconfig/gvncpulse-1.0.pc
|
||||||
#%doc ChangeLog NEWS README
|
#%doc ChangeLog NEWS README
|
||||||
|
|
||||||
#%files -n python-gtk-vnc
|
%files -n python-gtk-vnc
|
||||||
#%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
#%{python_sitearch}/gtkvnc.la
|
%{python_sitearch}/gtkvnc.la
|
||||||
#%{python_sitearch}/gtkvnc.so
|
%{python_sitearch}/gtkvnc.so
|
||||||
##%doc examples/gvncviewer.py
|
#%doc examples/gvncviewer.py
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.4-2mamba
|
||||||
|
- rebuilt with gtk2 version for python binding
|
||||||
|
|
||||||
* Sun Apr 19 2015 Automatic Build System <autodist@mambasoft.it> 0.5.4-1mamba
|
* Sun Apr 19 2015 Automatic Build System <autodist@mambasoft.it> 0.5.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user