File rfbproxy.spec of Package rfbproxy

#
# spec file for package rfbproxy (Version 1.1.0)
#
# 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:           rfbproxy
Url:            http://cyberelk.net/tim/software/rfbproxy/
License:        GPL v2 or later
Group:          System/X11/Utilities
#Requires:     xforms
AutoReqProv:    on
Version:        1.1.0
Release:        1
Summary:        Record or play back a VNC session
Source:         http://cyberelk.net/tim/data/rfbproxy/devel/%name-%version.tar.bz2
#Patch:  patch.dif
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
rfbproxy is a simple proxy for VNC which allows recording of screen
updates, key presses and mouse events for later replay.



Authors:
--------
    Tim Waugh <twaugh@redhat.com>

%prep
%setup
#%patch

%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=%_mandir
make
top_builddir=. top_srcdir=. tests/run-tests

%install
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING README TODO
/usr/bin/rfbproxy
%_mandir/man1/rfbproxy.1.gz

%changelog
* Fri May 09 2008 mfabian@suse.de
- bnc#388222: update to 1.1.0. From the ChangeLog:
  • rfbproxy.c: Many changes.  Developed FBS 1.1 file format.
  Added shared-session record and PPM export.  Added functions
  to read multi-byte sequences from FBS files.
  • rfbproxy.1: Consolidated old README file and most of what
  I know of rfbproxy's options and problems into the man page.
  • Makefile.am: Added regression tests for export.  Removed
  BUGS file (its one bug was fixed by FBS 1.1)
- enable regression tests during building the package
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Nov 03 2005 dmueller@suse.de
- don't build as root
* Mon Jun 16 2003 coolo@suse.de
- use BuildRoot
* Wed Apr 17 2002 uli@suse.de
- initial package
openSUSE Build Service is sponsored by