Stephan Kulow 2014-10-15 19:59:00 +00:00 committed by Git OBS Bridge
parent a0a9bd9654
commit 6b33544483
2 changed files with 14 additions and 33 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 14 09:38:19 UTC 2014 - jengelh@inai.de
- Enable parallel biuld and remove ancient specfile tags and sections
-------------------------------------------------------------------
Fri May 09 15:41:10 CEST 2008 - mfabian@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package rfbproxy (Version 1.1.0)
# spec file for package rfbproxy
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,21 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: rfbproxy
Url: http://cyberelk.net/tim/software/rfbproxy/
Version: 1.1.0
Release: 0
Summary: Record or play back a VNC session
License: GPL-2.0+
Group: System/X11/Utilities
#Requires: xforms
AutoReqProv: on
Version: 1.1.0
Release: 30
Summary: Record or play back a VNC session
Url: http://cyberelk.net/tim/software/rfbproxy/
Source: http://cyberelk.net/tim/data/rfbproxy/devel/%name-%version.tar.bz2
#Patch: patch.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#Requires: xforms
%description
rfbproxy is a simple proxy for VNC which allows recording of screen
@ -46,16 +43,13 @@ Authors:
#%patch
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=%_mandir
make
%configure
make %{?_smp_mflags}
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
@ -63,21 +57,3 @@ rm -rf $RPM_BUILD_ROOT
%_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
* 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