update to 1.4.0 [release 1.4.0-1mamba;Thu Jan 09 2025]

This commit is contained in:
Silvan Calarco 2025-01-13 18:58:47 +01:00
parent 1c9da2418b
commit 2e30318655

View File

@ -1,28 +1,17 @@
%define majver %(echo %version | cut -d. -f 1-2)
Name: gtk-vnc
Version: 1.3.1
Version: 1.4.0
Release: 1mamba
Summary: A VNC viewer widget for GTK
Group: Development/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://wiki.gnome.org/Projects/gtk-vnc
URL: https://gitlab.gnome.org/GNOME/gtk-vnc/
Source: https://download.gnome.org/sources/gtk-vnc/%{majver}/gtk-vnc-%{version}.tar.xz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libcairo-devel
BuildRequires: libgcrypt-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgnutls-devel
BuildRequires: libgtk3-devel
BuildRequires: libpulseaudio-devel
BuildRequires: libsasl2-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: libpulseaudio-devel >= 8.0-1mamba
Provides: python-gtk-vnc
@ -55,8 +44,6 @@ It is built using coroutines allowing it to be completely asynchronous while rem
It provides a core C library, and bindings for Python (PyGTK).
This package contains a module allowing use of the GTK-VNC widget from python.
%debug_package
%prep
%setup -q
@ -65,19 +52,6 @@ This package contains a module allowing use of the GTK-VNC widget from python.
%meson_build
#tar xf %{S:0}
#mv %{name}-%{version} gtk2-build
#cd gtk2-build
#% configure --with-python --with-gtk=2.0 --disable-static
#cd ..
#
#% configure \
# --with-gtk=3.0 \
# --with-python
#
##--enable-plugin=yes
#% make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
@ -87,9 +61,6 @@ This package contains a module allowing use of the GTK-VNC widget from python.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/gvnccapture
@ -121,15 +92,18 @@ This package contains a module allowing use of the GTK-VNC widget from python.
%{_libdir}/pkgconfig/gtk-vnc-*.pc
%{_libdir}/pkgconfig/gvnc-1.0.pc
%{_libdir}/pkgconfig/gvncpulse-1.0.pc
%dir %{_docdir}/gtk-vnc
%{_docdir}/gtk-vnc/*
%{_docdir}/gtk-vnc.toml
%{_docdir}/gvnc.toml
%dir %{_docdir}/gvnc
%{_docdir}/gvnc/*
#%doc ChangeLog NEWS README
#%files -n python-gtk-vnc
#%defattr(-, root, root)
#%{python_sitearch}/gtkvnc.la
#%{python_sitearch}/gtkvnc.so
##%doc examples/gvncviewer.py
%changelog
* Thu Jan 09 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
- update to 1.4.0
* Sun Jul 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-1mamba
- update to 1.3.1