66 lines
1.4 KiB
RPMSpec
66 lines
1.4 KiB
RPMSpec
|
#
|
||
|
# spec file for package rfbproxy (Version 0.6.5)
|
||
|
#
|
||
|
# Copyright (c) 2005 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://www.suse.de/feedback/
|
||
|
#
|
||
|
|
||
|
# norootforbuild
|
||
|
|
||
|
Name: rfbproxy
|
||
|
URL: http://people.redhat.com/twaugh/rfbproxy/
|
||
|
License: GPL
|
||
|
Group: System/X11/Utilities
|
||
|
#Requires: xforms
|
||
|
Autoreqprov: on
|
||
|
Version: 0.6.5
|
||
|
Release: 270
|
||
|
Summary: record or play back a VNC session
|
||
|
Source: %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
|
||
|
|
||
|
%install
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root,-)
|
||
|
%doc BUGS COPYING README TODO
|
||
|
/usr/bin/rfbproxy
|
||
|
%_mandir/man1/rfbproxy.1.gz
|
||
|
|
||
|
%changelog -n rfbproxy
|
||
|
* Wed Jan 25 2006 - mls@suse.de
|
||
|
- converted neededforbuild to BuildRequires
|
||
|
* Wed Nov 02 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
|