forked from pool/rfbplaymacro
75 lines
1.9 KiB
RPMSpec
75 lines
1.9 KiB
RPMSpec
#
|
|
# spec file for package rfbplaymacro (Version 0.2.2)
|
|
#
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
# This file and all modifications and additions to the pristine
|
|
# package are under the same license as the package itself.
|
|
#
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: rfbplaymacro
|
|
Url: http://cyberelk.net/tim/rfbplaymacro/
|
|
License: GPL v2 or later
|
|
Group: System/X11/Utilities
|
|
#Requires: xforms
|
|
AutoReqProv: on
|
|
Version: 0.2.2
|
|
Release: 1
|
|
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
|
|
make
|
|
|
|
%install
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc ChangeLog NEWS README AUTHORS COPYING test.rfm
|
|
/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
|