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
This commit is contained in:
parent
a0a9bd9654
commit
6b33544483
@ -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
|
Fri May 09 15:41:10 CEST 2008 - mfabian@suse.de
|
||||||
|
|
||||||
|
@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,21 +15,18 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: rfbproxy
|
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+
|
License: GPL-2.0+
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
#Requires: xforms
|
Url: http://cyberelk.net/tim/software/rfbproxy/
|
||||||
AutoReqProv: on
|
|
||||||
Version: 1.1.0
|
|
||||||
Release: 30
|
|
||||||
Summary: Record or play back a VNC session
|
|
||||||
Source: http://cyberelk.net/tim/data/rfbproxy/devel/%name-%version.tar.bz2
|
Source: http://cyberelk.net/tim/data/rfbproxy/devel/%name-%version.tar.bz2
|
||||||
#Patch: patch.dif
|
#Patch: patch.dif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
#Requires: xforms
|
||||||
|
|
||||||
%description
|
%description
|
||||||
rfbproxy is a simple proxy for VNC which allows recording of screen
|
rfbproxy is a simple proxy for VNC which allows recording of screen
|
||||||
@ -46,16 +43,13 @@ Authors:
|
|||||||
#%patch
|
#%patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=%_mandir
|
%configure
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
top_builddir=. top_srcdir=. tests/run-tests
|
top_builddir=. top_srcdir=. tests/run-tests
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README TODO
|
%doc COPYING README TODO
|
||||||
@ -63,21 +57,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%_mandir/man1/rfbproxy.1.gz
|
%_mandir/man1/rfbproxy.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user