Hello community,

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

Package is "x2x"

Changes:
--------
--- /work/SRC/openSUSE:Factory/x2x/x2x.changes  2012-02-02 18:00:58.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.x2x.new/x2x.changes     2014-10-25 
11:18:46.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Oct 19 03:00:01 UTC 2014 - [email protected]
+
+- run spec cleaner
+- Discontinue use of xorg-x11-devel metapackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ x2x.spec ++++++
--- /var/tmp/diff_new_pack.caCkpU/_old  2014-10-25 11:18:47.000000000 +0200
+++ /var/tmp/diff_new_pack.caCkpU/_new  2014-10-25 11:18:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package x2x (Version 1.30_beta)
+# spec file for package x2x
 #
-# Copyright (c) 2010 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,51 +15,45 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           x2x
-Url:            http://x2x.dottedmag.net/
-BuildRequires:  xorg-x11 xorg-x11-devel
-License:        GPL-2.0+
-Group:          System/X11/Utilities
-AutoReqProv:    on
 Version:        1.30_beta
-Release:        225
+Release:        0
 Summary:        X Window System Display Remote Control
+License:        GPL-2.0+
+Group:          System/X11/Utilities
+Url:            http://x2x.dottedmag.net/
 #Source:      http://gatekeeper.dec.com/pub/DEC/SRC/x2x/x2x-1.27.tar.gz
 Source:         
http://freshmeat.net/redir/x2x/11816/url_tgz/x2x-1.30-beta.tar.gz
-Patch:          x2x-1.30-beta.dif
+Patch0:         x2x-1.30-beta.dif
 Patch1:         x2x-1.30-beta-keycodes.dif
 Patch2:         x2x-1.30-beta-buttonmasks.dif
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xtst)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 x2x allows the keyboard and mouse on one ("from") X Window System
 display to be used to control another ("to") X Window System display.
 
-
-
 %prep
-%setup -n x2x-1.30-beta
-%patch
+%setup -q -n x2x-1.30-beta
+%patch0
 %patch1
 %patch2
 
 %build
 xmkmf -a
-make CCOPTIONS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+make %{?_smp_mflags} CCOPTIONS="%{optflags} -fno-strict-aliasing"
 
 %install
-make install DESTDIR=${RPM_BUILD_ROOT}
-make install.man DESTDIR=${RPM_BUILD_ROOT}
-
-%clean
-rm -rf ${RPM_BUILD_ROOT}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make install.man DESTDIR=%{buildroot}
 
 %files
 %defattr(-,root,root)
-%_bindir/x2x
-%_mandir/man1/x2x.1x.gz
+%{_bindir}/x2x
+%{_mandir}/man1/x2x.1x.gz
 
 %changelog

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

Reply via email to