From 2e30318655d7161225a60fe9f87c5c8d439e73a0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 13 Jan 2025 18:58:47 +0100 Subject: [PATCH] update to 1.4.0 [release 1.4.0-1mamba;Thu Jan 09 2025] --- gtk-vnc.spec | 48 +++++++++++------------------------------------- 1 file changed, 11 insertions(+), 37 deletions(-) diff --git a/gtk-vnc.spec b/gtk-vnc.spec index 834379d..fe8a880 100644 --- a/gtk-vnc.spec +++ b/gtk-vnc.spec @@ -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 -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 1.4.0-1mamba +- update to 1.4.0 + * Sun Jul 31 2022 Silvan Calarco 1.3.1-1mamba - update to 1.3.1