2 Commits

Author SHA256 Message Date
6601a1ae7b Accepting request 1255234 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1255234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vncmanager?expand=0&rev=16
2025-03-24 12:30:08 +00:00
01845a935c Accepting request 1255155 from home:sfalken:branches:X11:XOrg
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
- Add %check section
- Remove Group: definitions, no longer used

OBS-URL: https://build.opensuse.org/request/show/1255155
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/vncmanager?expand=0&rev=37
2025-03-22 10:09:08 +00:00
2 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 21 23:26:37 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
- Add %check section
- Remove Group: definitions, no longer used
-------------------------------------------------------------------
Tue Feb 20 13:23:46 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package vncmanager
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@ BuildRequires: libboost_program_options-devel
%else
BuildRequires: boost-devel
%endif
BuildRequires: cmake
BuildRequires: cmake >= 3.5
BuildRequires: gcc-c++
BuildRequires: libgnutls-devel
BuildRequires: pkg-config
@@ -46,7 +46,6 @@ URL: https://github.com/openSUSE/vncmanager
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Session manager for VNC
License: MIT
Group: System/X11/Utilities
Source: vncmanager-%{version}.tar.gz
Source1: tmpfile.conf
Patch1: n_use_port_5901.patch
@@ -82,7 +81,7 @@ Session manager for VNC. It listens on VNC port and spawns Xvnc processes for in
%autosetup -p1
%build
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=ON
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5
make %{?_smp_mflags}
%install
@@ -97,6 +96,9 @@ install -m 0644 %{SOURCE1} %{buildroot}/usr/lib/tmpfiles.d/%{name}.conf
mkdir -p %{buildroot}%{_sbindir}
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcvncmanager
%check
%ctest
%files
%defattr(-,root,root)
%license LICENSE