From 323bbf725960d26a177b1432a92b59a73ebedaf9 Mon Sep 17 00:00:00 2001 From: tigro Date: Wed, 25 Dec 2024 22:45:23 +0300 Subject: [PATCH] import neatvnc-0.9.0-1.el10 --- .gitignore | 2 +- .neatvnc.metadata | 2 +- SPECS/neatvnc.spec | 24 ++++++++++++------------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index f9c7fab..70a92af 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/neatvnc-0.8.1.tar.gz +SOURCES/neatvnc-0.9.0.tar.gz diff --git a/.neatvnc.metadata b/.neatvnc.metadata index 69e36da..8a4754c 100644 --- a/.neatvnc.metadata +++ b/.neatvnc.metadata @@ -1 +1 @@ -738129e2e7bb7ff2a678de48014ff16068f2aa9f SOURCES/neatvnc-0.8.1.tar.gz +02f55b41fe2fbb0765339ca266d58e2eb9192d79 SOURCES/neatvnc-0.9.0.tar.gz diff --git a/SPECS/neatvnc.spec b/SPECS/neatvnc.spec index d8e1322..4fc0ab4 100644 --- a/SPECS/neatvnc.spec +++ b/SPECS/neatvnc.spec @@ -1,14 +1,12 @@ # -*-Mode: rpm-spec -*- Name: neatvnc -Version: 0.8.1 -Release: 3%{?dist} -Summary: a liberally licensed VNC server library +Version: 0.9.0 +Release: 1%{?dist} +Summary: Liberally licensed VNC server library # main source is ISC # include/sys/queue.h is BSD -# bundled miniz is MIT and Unlicense -# Automatically converted from old format: ISC and MIT and Unlicense and BSD - review is highly recommended. -License: ISC AND LicenseRef-Callaway-MIT AND Unlicense AND LicenseRef-Callaway-BSD +License: ISC AND BSD-2-Clause AND BSD-3-Clause URL: https://github.com/any1/neatvnc Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -22,13 +20,13 @@ BuildRequires: pkgconfig(libavfilter) BuildRequires: pkgconfig(libavutil) BuildRequires: pkgconfig(aml) BuildRequires: pkgconfig(gnutls) +BuildRequires: pkgconfig(nettle) BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(pixman-1) BuildRequires: pkgconfig(zlib) BuildRequires: turbojpeg-devel %description - This is a liberally licensed VNC server library that's intended to be fast and neat. Note: This is a beta release, so the interface is not yet stable. @@ -36,6 +34,7 @@ yet stable. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} + %description devel This package contains header files for %{name}. @@ -50,21 +49,22 @@ This package contains header files for %{name}. %meson_install %files -%{_libdir}/lib%{name}.so.0* - %doc README.md - %license COPYING +%{_libdir}/lib%{name}.so.0{,.*} %files devel %{_includedir}/%{name}.h %{_libdir}/lib%{name}.so -%{_libdir}/pkgconfig/* +%{_libdir}/pkgconfig/%{name}.pc %changelog -* Wed Dec 25 2024 Arkady L. Shane - 0.8.1-3 +* Wed Dec 25 2024 Arkady L. Shane - 0.9.0-1 - Rebuilt for MSVSphere 10 +* Wed Nov 20 2024 Neal Gompa - 0.9.0-1 +- Update to 0.9.0 + * Mon Sep 23 2024 Fabio Valentini - 0.8.1-3 - Rebuild for ffmpeg 7