SHA256
1
0
forked from pool/spacenavd

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
This commit is contained in:
Herbert Graeber 2018-02-16 20:12:18 +00:00 committed by Git OBS Bridge
parent 0b36e206a9
commit 86c0ad229a
2 changed files with 32 additions and 18 deletions

View File

@ -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

View File

@ -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}