From 86c0ad229a0aa34a8608b879f7e112185d9d1c8ec44c9b6cd6bc69b17c811069 Mon Sep 17 00:00:00 2001 From: Herbert Graeber Date: Fri, 16 Feb 2018 20:12:18 +0000 Subject: [PATCH] Accepting request 576838 from home:elvigia:branches:hardware - Remove buildRequires on xorg-x11-devel OBS-URL: https://build.opensuse.org/request/show/576838 OBS-URL: https://build.opensuse.org/package/show/hardware/spacenavd?expand=0&rev=10 --- spacenavd.changes | 5 +++++ spacenavd.spec | 45 +++++++++++++++++++++++++++------------------ 2 files changed, 32 insertions(+), 18 deletions(-) diff --git a/spacenavd.changes b/spacenavd.changes index fe98fff..273708a 100644 --- a/spacenavd.changes +++ b/spacenavd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 14 19:06:12 UTC 2018 - crrodriguez@opensuse.org + +- Remove buildRequires on xorg-x11-devel + ------------------------------------------------------------------- Sat May 27 05:26:02 UTC 2017 - bwiedemann@suse.com diff --git a/spacenavd.spec b/spacenavd.spec index fb5cf4e..5a981e9 100644 --- a/spacenavd.spec +++ b/spacenavd.spec @@ -1,30 +1,39 @@ # # spec file for package spacenavd # +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2009,2011,2013 Herbert Graeber # -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # -Name: spacenavd -Version: 0.6 -Release: 0 -Summary: Daemon for 3Dconnexion devices -Group: Hardware/Other -License: GPL-3.0+ -URL: http://spacenav.sourceforge.net -Source: http://downloads.sf.net/spacenav/%{name}-%{version}.tar.gz -Source1: spacenavd.8.gz -Source2: spnavrc -Source3: xinitrc-%{name} -Source4: %{name}.service + +Name: spacenavd +Version: 0.6 +Release: 0 +Summary: Daemon for 3Dconnexion devices +License: GPL-3.0+ +Group: Hardware/Other +Url: http://spacenav.sourceforge.net +Source: http://downloads.sf.net/spacenav/%{name}-%{version}.tar.gz +Source1: spacenavd.8.gz +Source2: spnavrc +Source3: xinitrc-%{name} +Source4: %{name}.service # PATCH-FIX-UPSTREAM bmwiedemann https://sourceforge.net/p/spacenav/patches/6/ Patch0: reproducible.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: xorg-x11 -BuildRequires: xorg-x11-devel -Requires: xdpyinfo +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig(x11) +Requires: xdpyinfo %if 0%{?suse_version} > 1140 BuildRequires: systemd-rpm-macros %{?systemd_requires}