Hello community,

here is the log from the commit of package rfb for openSUSE:Factory checked in 
at 2014-10-25 08:47:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rfb (Old)
 and      /work/SRC/openSUSE:Factory/.rfb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rfb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rfb/rfb.changes  2011-09-23 12:44:15.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.rfb.new/rfb.changes     2014-10-25 
11:17:24.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Oct 19 02:42:05 UTC 2014 - [email protected]
+
+- run spec cleaner
+- Discontinue use of xorg-x11-devel metapackage
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rfb.spec ++++++
--- /var/tmp/diff_new_pack.aKnYw3/_old  2014-10-25 11:17:24.000000000 +0200
+++ /var/tmp/diff_new_pack.aKnYw3/_new  2014-10-25 11:17:24.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rfb (Version 0.6.1)
+# spec file for package rfb
 #
-# 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,17 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rfb
-BuildRequires:  gcc-c++ xclass-devel xorg-x11 xorg-x11-devel
+Version:        0.6.1
+Release:        0
+Summary:        heXoNet RFB (remote control for the X Window System)
 License:        GPL-2.0+
 Group:          System/X11/Utilities
-AutoReqProv:    on
-Requires:       xclass
-Version:        0.6.1
-Release:        680
 Url:            http://www.hexonet.de/software/rfb/
 #Original source: http://www.hexonet.de/download/rfb-0.6.1.tar.gz
 Source0:        http://www.hexonet.de/download/rfb-0.6.1.tar.bz2
@@ -33,8 +29,14 @@
 Patch1:         rfb-0.6.1-gcc3.dif
 Patch2:         rfb-0.6.1-socklen_t.dif
 Patch3:         %{name}-%{version}-gcc4.3.diff 
+BuildRequires:  gcc-c++
+BuildRequires:  xclass-devel
+Requires:       xclass
+BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xtst)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        heXoNet RFB (remote control for the X Window System)
 
 %description
 The heXoNet RFB Software package includes many different projects. The
@@ -43,12 +45,6 @@
 and maybe still is, the only complete remote control solution for the X
 Window System.
 
-
-
-Authors:
---------
-    Jens Wagner <[email protected]>
-
 %prep
 %setup0
 %patch0 -p1
@@ -57,25 +53,22 @@
 %patch3
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -Wall"
-make depend
-make
+export CFLAGS="%{optflags} -Wall"
+make %{?_smp_mflags} depend
+make %{?_smp_mflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 $RPM_BUILD_ROOT/usr/bin
-install -m 644 man/man1/* $RPM_BUILD_ROOT%{_mandir}/man1
-install -m 755 x0rfbserver/x0rfbserver $RPM_BUILD_ROOT/usr/bin/
-install -m 755 xrfbviewer/{xrfbviewer,xplayfbs} $RPM_BUILD_ROOT/usr/bin/
-install -m 755 rfbcat/rfbcat $RPM_BUILD_ROOT/usr/bin/
-install -m 755 xvncconnect/xvncconnect $RPM_BUILD_ROOT/usr/bin/
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_mandir}/man1 %{buildroot}%{_prefix}/bin
+install -m 644 man/man1/* %{buildroot}%{_mandir}/man1
+install -m 755 x0rfbserver/x0rfbserver %{buildroot}%{_bindir}/
+install -m 755 xrfbviewer/{xrfbviewer,xplayfbs} %{buildroot}%{_bindir}/
+install -m 755 rfbcat/rfbcat %{buildroot}%{_bindir}/
+install -m 755 xvncconnect/xvncconnect %{buildroot}%{_bindir}/
 
 %files
 %defattr(-, root, root)
 %doc COPYING INSTALL README rfm_fbs.1.0.html
 %doc %{_mandir}/man1/*.1*
-/usr/bin/*
+%{_bindir}/*
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to