From 6b335444838a4966a83bfa772fb4eaee702e0aca9d463357246f5b2c4eadb451 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 15 Oct 2014 19:59:00 +0000 Subject: [PATCH] Accepting request 256528 from M17N 1 OBS-URL: https://build.opensuse.org/request/show/256528 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rfbproxy?expand=0&rev=16 --- rfbproxy.changes | 5 +++++ rfbproxy.spec | 42 +++++++++--------------------------------- 2 files changed, 14 insertions(+), 33 deletions(-) diff --git a/rfbproxy.changes b/rfbproxy.changes index 0a6dec7..cc51f30 100644 --- a/rfbproxy.changes +++ b/rfbproxy.changes @@ -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 diff --git a/rfbproxy.spec b/rfbproxy.spec index b5d9580..7096fac 100644 --- a/rfbproxy.spec +++ b/rfbproxy.spec @@ -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