Accepting request 289577 from home:posophe:branches:hardware

Update

OBS-URL: https://build.opensuse.org/request/show/289577
OBS-URL: https://build.opensuse.org/package/show/hardware/neard?expand=0&rev=16
This commit is contained in:
Al Cho
2015-03-06 09:33:28 +00:00
committed by Git OBS Bridge
parent 291f8e3bbe
commit 3f65ca081a
4 changed files with 27 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package neard
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010-2012 B1 Systems GmbH, Vohburg, Germany
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: neard
Version: 0.13
Version: 0.15
Release: 0
Summary: NFC for Linux
License: GPL-2.0
@@ -26,11 +26,10 @@ Group: Hardware/Mobile
Url: http://01.org/linux-nfc/
#Git-Clone: git://git.kernel.org/pub/scm/network/nfc/neard
Source: https://www.kernel.org/pub/linux/network/nfc/neard-%{version}.tar.bz2
Source: https://www.kernel.org/pub/linux/network/nfc/neard-%{version}.tar.xz
Source1: neard.service
Source2: 99-neard.rules
Patch1: neard-0.13-fix-dbus_send_destination_config.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: automake
BuildRequires: check-devel
BuildRequires: libtool
@@ -40,12 +39,8 @@ BuildRequires: pkgconfig(dbus-1) >= 1.4
BuildRequires: pkgconfig(glib-2.0) >= 2.28
BuildRequires: pkgconfig(libnl-3.0)
BuildRequires: pkgconfig(libnl-genl-3.0)
%if 0%{?suse_version} > 1140
BuildRequires: systemd
BuildRequires: systemd-devel
%{?systemd_requires}
%define has_systemd 1
%endif
%description
NFC support for Linux.
@@ -71,7 +66,7 @@ Files needed to test applications for the NFC stack.
%build
autoreconf -fiv
%configure --prefix="%_prefix" \
%configure \
--enable-tools \
--enable-test
@@ -110,6 +105,7 @@ install --mode=0644 -D %{SOURCE2} %{buildroot}%{_prefix}/lib/udev/rules.d/99-nea
%files devel
%defattr(-, root, root)
%_includedir/near/
%_includedir/version.h
%{_libdir}/pkgconfig/neard.pc
%files test