67 lines
2.0 KiB
RPMSpec
67 lines
2.0 KiB
RPMSpec
|
#
|
||
|
# spec file for package rfbplaymacro (Version 0.2.0)
|
||
|
#
|
||
|
# Copyright (c) 2004 SuSE Linux AG, 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
|
||
|
# usedforbuild aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libstdc++ libxcrypt m4 make man mktemp modutils ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-devel pam-modules patch permissions popt ps rcs readline sed sendmail shadow strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils cracklib gcc gdbm gettext libtool perl rpm
|
||
|
|
||
|
Name: rfbplaymacro
|
||
|
URL: http://cyberelk.net/tim/rfbplaymacro/
|
||
|
License: GPL
|
||
|
Group: System/X11/Utilities
|
||
|
#Requires: xforms
|
||
|
Autoreqprov: on
|
||
|
Version: 0.2.0
|
||
|
Release: 188
|
||
|
Summary: replays VNC macros
|
||
|
Source: %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
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%doc ChangeLog NEWS README AUTHORS COPYING
|
||
|
/usr/bin/rfbplaymacro
|
||
|
|
||
|
%changelog -n rfbplaymacro
|
||
|
* 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
|