import neatvnc-0.9.0-1.el10

i10ce changed/i10ce/neatvnc-0.9.0-1.el10
Arkady L. Shane 2 days ago
parent 13d14be9c3
commit 323bbf7259
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

2
.gitignore vendored

@ -1 +1 @@
SOURCES/neatvnc-0.8.1.tar.gz
SOURCES/neatvnc-0.9.0.tar.gz

@ -1 +1 @@
738129e2e7bb7ff2a678de48014ff16068f2aa9f SOURCES/neatvnc-0.8.1.tar.gz
02f55b41fe2fbb0765339ca266d58e2eb9192d79 SOURCES/neatvnc-0.9.0.tar.gz

@ -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 <tigro@msvsphere-os.ru> - 0.8.1-3
* Wed Dec 25 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.0-1
- Rebuilt for MSVSphere 10
* Wed Nov 20 2024 Neal Gompa <ngompa@fedoraproject.org> - 0.9.0-1
- Update to 0.9.0
* Mon Sep 23 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.1-3
- Rebuild for ffmpeg 7

Loading…
Cancel
Save