Accepting request 810987 from home:jubalh

dependency for wayvnc, would be nice to have this in the same devel project.

OBS-URL: https://build.opensuse.org/request/show/810987
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/neatvnc?expand=0&rev=1
This commit is contained in:
Jan Engelhardt 2020-06-03 09:57:34 +00:00 committed by Git OBS Bridge
commit 9c4db22db4
5 changed files with 110 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

4
neatvnc.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Wed Jun 3 05:04:00 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Initial package of neatvnc in version 0.1.0 for openSUSE

79
neatvnc.spec Normal file
View File

@ -0,0 +1,79 @@
#
# spec file for package neatvnc
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: neatvnc
Version: 0.1.0
Release: 0
Summary: A liberally licensed VNC server library
License: ISC
Group: System/GUI/Other
URL: https://github.com/any1/neatvnc
Source0: https://github.com/any1/neatvnc/archive/v%{version}.tar.gz
BuildRequires: libdrm-devel
BuildRequires: libgnutls-devel
BuildRequires: libjpeg8-devel
BuildRequires: libpixman-1-0-devel
BuildRequires: libuv-devel
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: zlib-devel
%description
This is a liberally licensed VNC server library that's intended to be fast and neat.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries/C and C++
Requires: libneatvnc0 = %{version}
%description devel
Development files and headers for %{name}.
%package -n libneatvnc0
Summary: A liberally licensed VNC server library
Group: System/Libraries
%description -n libneatvnc0
A liberally licensed VNC server library.
%prep
%setup -q
%build
%meson
%meson_build
%install
%meson_install
%post -n libneatvnc0 -p /sbin/ldconfig
%postun -n libneatvnc0 -p /sbin/ldconfig
%files devel
%license COPYING
%doc README.md
%{_includedir}/neatvnc.h
%{_libdir}/libneatvnc.so
%{_libdir}/pkgconfig/neatvnc.pc
%files -n libneatvnc0
%{_libdir}/libneatvnc.so.0
%{_libdir}/libneatvnc.so.0.0.0
%changelog

3
v0.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2a99cd85ad5414f7d8a5203107d1ce6b65d57bec8d28d1efc7362de8b4c7923
size 633304