Ana Guerrero 2025-01-15 16:45:30 +00:00 committed by Git OBS Bridge
parent 4579fdcf32
commit 9cd8ace8f1
2 changed files with 13 additions and 36 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 14 13:14:36 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).
-------------------------------------------------------------------
Fri May 09 17:05:57 CEST 2008 - mfabian@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package rfbplaymacro (Version 0.2.2)
# spec file for package rfbplaymacro
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@ -12,37 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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/
#
# norootforbuild
Name: rfbplaymacro
Url: http://cyberelk.net/tim/rfbplaymacro/
License: GPL-2.0+
URL: http://cyberelk.net/tim/rfbplaymacro/
License: GPL-2.0-or-later
Group: System/X11/Utilities
#Requires: xforms
AutoReqProv: on
Version: 0.2.2
Release: 30
Release: 0
Summary: Replays VNC macros
Source: http://cyberelk.net/tim/data/rfbplaymacro/stable/%name-%version.tar.bz2
#Patch: %name-%version.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
rfbplaymacro replays VNC macros as created by rfbproxy to a VNC server.
Authors:
--------
Tim Waugh <twaugh@redhat.com>
%prep
%setup
#%patch
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
@ -60,22 +49,3 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rfbplaymacro
%changelog
* Fri May 09 2008 mfabian@suse.de
- bnc#388222: update to 0.2.2
src/rfbplaymacro.c (connect_to_server): Use protocol 3.3.
src/rfbplaymacro.c: Made more tolerant of bad input files, and
of servers requesting passwords when none has been specified.
test.rfm: New file, created by Ralf Mueller.
README: Updated.
src/rfbplaymacro.c (main): Accept 'password' in the input file.
Spotted by Ralf Mueller.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Jan 10 2004 adrian@suse.de
- add %%defattr
* Mon Jun 16 2003 coolo@suse.de
- use BuildRoot
* Tue Jul 09 2002 uli@suse.de
- update -> 0.2.0 (VNC authentication support)
* Wed Apr 17 2002 uli@suse.de
- initial package