- Clean up old, commented patches that have not been there forever
(addressing RPM 4.20, where %patch is a standard macro and commenting it out using # might lead to errors). OBS-URL: https://build.opensuse.org/package/show/M17N/rfbproxy?expand=0&rev=5
This commit is contained in:
parent
6b33544483
commit
afff3a9b71
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 14 13:20:17 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Clean up old, commented patches that have not been there forever
|
||||||
|
(addressing RPM 4.20, where %patch is a standard macro and
|
||||||
|
commenting it out using # might lead to errors).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 14 09:38:19 UTC 2014 - jengelh@inai.de
|
Tue Oct 14 09:38:19 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rfbproxy
|
# spec file for package rfbproxy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -20,11 +20,10 @@ Name: rfbproxy
|
|||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Record or play back a VNC session
|
Summary: Record or play back a VNC session
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
Url: http://cyberelk.net/tim/software/rfbproxy/
|
URL: http://cyberelk.net/tim/software/rfbproxy/
|
||||||
Source: http://cyberelk.net/tim/data/rfbproxy/devel/%name-%version.tar.bz2
|
Source: http://cyberelk.net/tim/data/rfbproxy/devel/%name-%version.tar.bz2
|
||||||
#Patch: patch.dif
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#Requires: xforms
|
#Requires: xforms
|
||||||
|
|
||||||
@ -32,15 +31,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
rfbproxy is a simple proxy for VNC which allows recording of screen
|
rfbproxy is a simple proxy for VNC which allows recording of screen
|
||||||
updates, key presses and mouse events for later replay.
|
updates, key presses and mouse events for later replay.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Tim Waugh <twaugh@redhat.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
#%patch
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user