update to 1.4.0 [release 1.4.0-1mamba;Thu Jan 09 2025]
This commit is contained in:
parent
1c9da2418b
commit
2e30318655
48
gtk-vnc.spec
48
gtk-vnc.spec
@ -1,28 +1,17 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: gtk-vnc
|
Name: gtk-vnc
|
||||||
Version: 1.3.1
|
Version: 1.4.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A VNC viewer widget for GTK
|
Summary: A VNC viewer widget for GTK
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: https://download.gnome.org/sources/gtk-vnc/%{majver}/gtk-vnc-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## 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
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpulseaudio-devel >= 8.0-1mamba
|
BuildRequires: libpulseaudio-devel >= 8.0-1mamba
|
||||||
Provides: python-gtk-vnc
|
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).
|
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.
|
This package contains a module allowing use of the GTK-VNC widget from python.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -65,19 +52,6 @@ This package contains a module allowing use of the GTK-VNC widget from python.
|
|||||||
|
|
||||||
%meson_build
|
%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
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%meson_install
|
%meson_install
|
||||||
@ -87,9 +61,6 @@ This package contains a module allowing use of the GTK-VNC widget from python.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gvnccapture
|
%{_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/gtk-vnc-*.pc
|
||||||
%{_libdir}/pkgconfig/gvnc-1.0.pc
|
%{_libdir}/pkgconfig/gvnc-1.0.pc
|
||||||
%{_libdir}/pkgconfig/gvncpulse-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
|
#%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
|
%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
|
* Sun Jul 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-1mamba
|
||||||
- update to 1.3.1
|
- update to 1.3.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user