1Summary: A record/playback proxy for VNC.
2Name: rfbproxy
3Version: @VERSION@
4Release: 0.1
5License: GPL
6Group: Applications/System
7URL: http://rfbproxy.sourceforge.net/
8Source0: http://prdownloads.sourceforge.net/rfbproxy/%{name}-%{version}.tar.bz2?download
9Buildroot: %{_tmppath}/%{name}-%{version}-buildroot
10
11%description
12The rfbproxy package is for recording VNC sessions for later playback.
13It can record screen updates (from the server) or mouse/keyboard
14events (from the viewer).  Use rfbplaymacro to replay mouse/keyboard
15events.
16
17%prep
18%setup -q
19
20%build
21%configure
22make CFLAGS="$RPM_OPT_FLAGS"
23
24%install
25rm -rf %{buildroot}
26mkdir -p %{buildroot}/%{_bindir}
27mkdir -p %{buildroot}/%{_mandir}/man1
28install -m 755 rfbproxy $RPM_BUILD_ROOT/%{_bindir}/rfbproxy
29install -m 644 rfbproxy.1 $RPM_BUILD_ROOT/%{_mandir}/man1/rfbproxy.1
30
31%clean
32rm -rf %{buildroot}
33
34%files
35%defattr(-,root,root)
36%doc README COPYING TODO
37%{_bindir}/rfbproxy
38%{_mandir}/*/*
39
40%changelog
41* Fri Aug 26 2005 Brent Baccala <baccala@freesoft.org>
42- changed links to point to rfbproxy.sourceforge.net
43
44* Fri May 20 2005 Tim Waugh <twaugh@redhat.com>
45- Ship TODO, not BUGS.
46- Use the bz2 source file.
47
48* Wed Jan  9 2002 Tim Waugh <twaugh@redhat.com>
49- Run configure first.
50
51* Fri May  4 2001 Tim Waugh <twaugh@redhat.com>
52- Version 0.6.2.  Autoconficated by Marko Kreen.
53
54* Wed Feb 28 2001 Tim Waugh <twaugh@redhat.com>
55- Version 0.6.1.
56
57* Fri Sep  1 2000 Tim Waugh <twaugh@redhat.com>
58- Correct source URL.
59- Add doc files.
60
61* Tue Aug  8 2000 Tim Waugh <twaugh@redhat.com>
62- Rebuild without -ggdb.
63
64* Tue Aug  8 2000 Tim Waugh <twaugh@redhat.com>
65- Version 0.6.0.
66
67* Mon Aug  7 2000 Tim Waugh <twaugh@redhat.com>
68- RPM packaging guide changes
69
70* Wed Aug  2 2000 Tim Waugh <twaugh@redhat.com>
71- Use RPM_OPT_FLAGS
72- Install man page
73
74* Tue Jul 25 2000 Tim Waugh <twaugh@redhat.com>
75- Use version macro in source name
76- Version 0.5.1.
77
78* Fri Jul 21 2000 Tim Waugh <twaugh@redhat.com>
79- Version 0.5.0.
80
81* Thu Jul 6 2000 Tim Waugh <twaugh@redhat.com>
82- Created
83