From 5487684ba93a1c84ef42cad4d12a9898a5ba9ddd Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:10:05 +0100 Subject: [PATCH] automatic version update by autodist [release 1.8.0-1mamba;Wed Oct 14 2020] --- README.md | 2 +- libnfc.spec | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 30ebc7d..3a095cc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # libnfc - Free/Libre Near Field Communication (NFC) library. +Free/Libre Near Field Communication (NFC) library. diff --git a/libnfc.spec b/libnfc.spec index 214d9c2..4131d6a 100644 --- a/libnfc.spec +++ b/libnfc.spec @@ -1,5 +1,5 @@ Name: libnfc -Version: 1.7.1 +Version: 1.8.0 Release: 1mamba Summary: Free/Libre Near Field Communication (NFC) library Group: System/Libraries @@ -7,7 +7,6 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://nfc-tools.org/ -## GITSOURCE https://github.com/nfc-tools/libnfc.git libnfc-1.7.1 Source: https://github.com/nfc-tools/libnfc.git/libnfc-%{version}/libnfc-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN @@ -18,7 +17,7 @@ BuildRequires: cmake BuildRoot: %{_tmppath}/%{name}-%{version}-root %description - Free/Libre Near Field Communication (NFC) library. +Free/Libre Near Field Communication (NFC) library. %package devel Group: Development/Libraries @@ -65,15 +64,22 @@ This package contains utility applications for %{name}. %dir %{_includedir}/nfc %{_includedir}/nfc/*.h %{_libdir}/libnfc.so -%doc ChangeLog NEWS README README-Windows.txt +%{_libdir}/pkgconfig/libnfc.pc +%dir %{_libdir}/cmake/libnfc +%{_libdir}/cmake/libnfc/LibNFCConfig*.cmake +%{_libdir}/cmake/libnfc/UseLibNFC.cmake +%doc ChangeLog %files tools %defattr(-,root,root) %{_bindir}/nfc-* -%{_libdir}/pkgconfig/libnfc.pc +%{_bindir}/pn53x-* %{_mandir}/man1/nfc-*.1* %{_mandir}/man1/pn53x-*.1* %changelog +* Wed Oct 14 2020 Automatic Build System 1.8.0-1mamba +- automatic version update by autodist + * Wed Apr 03 2019 Silvan Calarco 1.7.1-1mamba - package created using the webbuild interface