Browse Source

initial package creation

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2 years ago
commit
ce4ab37868
  1. 0
      SOURCES/.gitkeeper
  2. 96
      SPECS/wayvnc.spec

0
SOURCES/.gitkeeper

96
SPECS/wayvnc.spec

@ -0,0 +1,96 @@ @@ -0,0 +1,96 @@
# -*-Mode: rpm-spec -*-

Name: wayvnc
Version: 0.5.0
Release: 1%{?dist}
Summary: A VNC server for wlroots based Wayland compositors
License: ISC
URL: https://github.com/any1/wayvnc
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz

BuildRequires: gcc
BuildRequires: meson
BuildRequires: pkgconfig(aml) >= 0.2.2
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(glesv2)
BuildRequires: pkgconfig(gnutls)
BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(neatvnc) >= 0.5.1
BuildRequires: pam-devel
BuildRequires: pkgconfig(pixman-1)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(xkbcommon) >= 1.0.0
BuildRequires: scdoc

Requires: (sway >= 1.6 if sway)

%description

This is a VNC server for wlroots based Wayland compositors. It
attaches to a running Wayland session, creates virtual input devices
and exposes a single display via the RFB protocol. The Wayland session
may be a headless one, so it is also possible to run wayvnc without a
physical display attached.

%prep
%autosetup

%build
%meson

%meson_build

%install
%meson_install

%files
%{_bindir}/%{name}

%doc README.md FAQ.md
%{_mandir}/man1/%{name}.1.*

%license COPYING

%changelog
* Sun Jul 10 2022 Bob Hepple <bob.hepple@gmail.com> - 0.5.0-1
- new version

* Fri Dec 17 2021 Bob Hepple <bob.hepple@gmail.com> - 0.4.1-1
- new version

* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Mon Jan 04 2021 Bob Hepple <bob.hepple@gmail.com> - 0.4.0-3
- need xkbcommon >= 1.0.0

* Mon Jan 04 2021 Bob Hepple <bob.hepple@gmail.com> - 0.4.0-2
- rebuilt - no longer any need for fix-man-dir patch

* Mon Jan 04 2021 Bob Hepple <bob.hepple@gmail.com> - 0.4.0-1
- new version

* Tue Sep 29 2020 Bob Hepple <bob.hepple@gmail.com> - 0.3.0-1
- new version

* Wed Aug 05 2020 Bob Hepple <bob.hepple@gmail.com> - 0.2.0-1
- new version

* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-5
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Apr 15 2020 Robert Hepple - 0.1.2-3
- fixes per RHBZ#1823265

* Wed Apr 15 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.2-2
- fixes per RHBZ#1823265

* Sun Apr 12 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.2-1
- Initial version of the package
Loading…
Cancel
Save