commit 9c4db22db4e83c64108992ce569ea490e2ed3fe1b3f65b76ce4e6995a66db9f7 Author: Jan Engelhardt Date: Wed Jun 3 09:57:34 2020 +0000 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 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/neatvnc.changes b/neatvnc.changes new file mode 100644 index 0000000..1b0f0dc --- /dev/null +++ b/neatvnc.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Wed Jun 3 05:04:00 UTC 2020 - Michael Vetter + +- Initial package of neatvnc in version 0.1.0 for openSUSE diff --git a/neatvnc.spec b/neatvnc.spec new file mode 100644 index 0000000..ef7a090 --- /dev/null +++ b/neatvnc.spec @@ -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 diff --git a/v0.1.0.tar.gz b/v0.1.0.tar.gz new file mode 100644 index 0000000..1c6fc95 --- /dev/null +++ b/v0.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a99cd85ad5414f7d8a5203107d1ce6b65d57bec8d28d1efc7362de8b4c7923 +size 633304