SHA256
1
0
forked from pool/rfbplaymacro
OBS User unknown
2008-05-11 15:48:20 +00:00
committed by Git OBS Bridge
parent 911cfe73eb
commit 7bb3cf6cca
4 changed files with 45 additions and 25 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc8345aea90212291c0bc6684af4b722096bab671d8d26d2695623a69f1e8d99
size 66369

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71c169f54ca86ec831bf395d4cb605deb473e45ec12ce666e5c8dd393e2be9f9
size 69784

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri May 09 17:05:57 CEST 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 21:41:10 CET 2006 - mls@suse.de Wed Jan 25 21:41:10 CET 2006 - mls@suse.de

View File

@@ -1,26 +1,26 @@
# #
# spec file for package rfbplaymacro (Version 0.2.0) # spec file for package rfbplaymacro (Version 0.2.2)
# #
# Copyright (c) 2004 SuSE Linux AG, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
# Please submit bugfixes or comments via http://www.suse.de/feedback/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # 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 Name: rfbplaymacro
URL: http://cyberelk.net/tim/rfbplaymacro/ Url: http://cyberelk.net/tim/rfbplaymacro/
License: GPL License: GPL v2 or later
Group: System/X11/Utilities Group: System/X11/Utilities
#Requires: xforms #Requires: xforms
Autoreqprov: on AutoReqProv: on
Version: 0.2.0 Version: 0.2.2
Release: 188 Release: 1
Summary: replays VNC macros Summary: Replays VNC macros
Source: %name-%version.tar.bz2 Source: http://cyberelk.net/tim/data/rfbplaymacro/stable/%name-%version.tar.bz2
#Patch: %name-%version.dif #Patch: %name-%version.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -42,7 +42,6 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
make make
%install %install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
%clean %clean
@@ -50,17 +49,26 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog NEWS README AUTHORS COPYING %doc ChangeLog NEWS README AUTHORS COPYING test.rfm
/usr/bin/rfbplaymacro /usr/bin/rfbplaymacro
%changelog -n rfbplaymacro %changelog
* Wed Jan 25 2006 - mls@suse.de * 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 - converted neededforbuild to BuildRequires
* Sat Jan 10 2004 - adrian@suse.de * Sat Jan 10 2004 adrian@suse.de
- add %%defattr - add %%defattr
* Mon Jun 16 2003 - coolo@suse.de * Mon Jun 16 2003 coolo@suse.de
- use BuildRoot - use BuildRoot
* Tue Jul 09 2002 - uli@suse.de * Tue Jul 09 2002 uli@suse.de
- update -> 0.2.0 (VNC authentication support) - update -> 0.2.0 (VNC authentication support)
* Wed Apr 17 2002 - uli@suse.de * Wed Apr 17 2002 uli@suse.de
- initial package - initial package