forked from pool/neard
Accepting request 835045 from hardware
OBS-URL: https://build.opensuse.org/request/show/835045 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neard?expand=0&rev=9
This commit is contained in:
commit
1a5d12faf8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:651f6513d32cdaf8a426255d03aff38a6620a89b0567ec2b36606c6330a93353
|
|
||||||
size 368196
|
|
3
neard-0.16.tar.xz
Normal file
3
neard-0.16.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eae3b11c541a988ec11ca94b7deab01080cd5b58cfef3ced6ceac9b6e6e65b36
|
||||||
|
size 379436
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 16 20:04:59 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.16:
|
||||||
|
* Added NDEF multi-record write support.
|
||||||
|
* Added ST Type5 tags support.
|
||||||
|
* Added nciattach tool for NCI UART configuration.
|
||||||
|
* Added support for NFC_CMD_ACTIVATE_TARGET.
|
||||||
|
* Added NDEF MIME payload exposure.
|
||||||
|
* Fixed Mifare Ultralight C issue.
|
||||||
|
* Fixed ACE starting logic.
|
||||||
|
* Fixed an NDEF segmentation fault.
|
||||||
|
* Fixed nfctool -d command line option handling.
|
||||||
|
* Fixed several secure elements related bugs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 3 15:08:08 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Feb 3 15:08:08 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
30
neard.spec
30
neard.spec
@ -18,13 +18,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: neard
|
Name: neard
|
||||||
Version: 0.15
|
Version: 0.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: NFC for Linux
|
Summary: NFC for Linux
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
URL: http://01.org/linux-nfc/
|
URL: http://01.org/linux-nfc/
|
||||||
|
|
||||||
#Git-Clone: git://git.kernel.org/pub/scm/network/nfc/neard
|
#Git-Clone: git://git.kernel.org/pub/scm/network/nfc/neard
|
||||||
Source: https://www.kernel.org/pub/linux/network/nfc/neard-%{version}.tar.xz
|
Source: https://www.kernel.org/pub/linux/network/nfc/neard-%{version}.tar.xz
|
||||||
Source1: neard.service
|
Source1: neard.service
|
||||||
@ -33,7 +32,7 @@ Patch1: neard-0.13-fix-dbus_send_destination_config.patch
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: check-devel
|
BuildRequires: check-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(dbus-1) >= 1.4
|
BuildRequires: pkgconfig(dbus-1) >= 1.4
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||||
BuildRequires: pkgconfig(libnl-3.0)
|
BuildRequires: pkgconfig(libnl-3.0)
|
||||||
@ -43,7 +42,7 @@ BuildRequires: pkgconfig(systemd)
|
|||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
NFC support for Linux.
|
NFC support for Linux.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Files needed for NFC development
|
Summary: Files needed for NFC development
|
||||||
@ -70,7 +69,7 @@ autoreconf -fiv
|
|||||||
--enable-tools \
|
--enable-tools \
|
||||||
--enable-test
|
--enable-test
|
||||||
|
|
||||||
make %{?_smp_mflags} all V=1
|
%make_build all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -90,26 +89,25 @@ install --mode=0644 -D %{SOURCE2} %{buildroot}%{_prefix}/lib/udev/rules.d/99-nea
|
|||||||
%service_add_post neard.service
|
%service_add_post neard.service
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%license COPYING
|
||||||
%doc AUTHORS COPYING ChangeLog README
|
%doc AUTHORS ChangeLog README
|
||||||
%config %{_sysconfdir}/dbus-1/system.d/org.neard.conf
|
%config %{_sysconfdir}/dbus-1/system.d/org.neard.conf
|
||||||
%dir %_libexecdir/nfc/
|
%dir %{_libexecdir}/nfc/
|
||||||
%_libexecdir/nfc/neard
|
%{_libexecdir}/nfc/neard
|
||||||
%{_prefix}/lib/udev/rules.d/99-neard.rules
|
%{_prefix}/lib/udev/rules.d/99-neard.rules
|
||||||
%{_unitdir}/neard.service
|
%{_unitdir}/neard.service
|
||||||
|
%{_bindir}/nciattach
|
||||||
%{_bindir}/nfctool
|
%{_bindir}/nfctool
|
||||||
%doc %{_mandir}/man1/nfctool.1.gz
|
%{_mandir}/man1/nfctool.1%{?ext_man}
|
||||||
%doc %{_mandir}/man5/neard.conf.5.gz
|
%{_mandir}/man5/neard.conf.5%{?ext_man}
|
||||||
%doc %{_mandir}/man8/neard.8.gz
|
%{_mandir}/man8/neard.8%{?ext_man}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%{_includedir}/near/
|
||||||
%_includedir/near/
|
%{_includedir}/version.h
|
||||||
%_includedir/version.h
|
|
||||||
%{_libdir}/pkgconfig/neard.pc
|
%{_libdir}/pkgconfig/neard.pc
|
||||||
|
|
||||||
%files test
|
%files test
|
||||||
%defattr(-, root, root)
|
|
||||||
%dir %{_libdir}/neard/
|
%dir %{_libdir}/neard/
|
||||||
%{_libdir}/neard/test/
|
%{_libdir}/neard/test/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user