1
0
forked from pool/libfreefare

Accepting request 177800 from hardware

- Update to new upstream snapshot 0.3.4+git67
* update for new libnfc4-1.7.0 API

OBS-URL: https://build.opensuse.org/request/show/177800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfreefare?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2013-06-06 10:08:27 +00:00 committed by Git OBS Bridge
commit f48d1d5a7f
4 changed files with 23 additions and 9 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39e55540e9946ccac950d298435c4aa5e57c4d79274140a46c793417a12b763d
size 82352

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ce69d6748f9af49bcc7e8a5c4350c7ab5f73341401bae0c6040aa2cce8e2307
size 285568

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 5 15:58:17 UTC 2013 - jengelh@inai.de
- Update to new upstream snapshot 0.3.4+git67
* update for new libnfc4-1.7.0 API
-------------------------------------------------------------------
Fri Jun 15 17:47:46 UTC 2012 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libfreefare
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,20 +21,25 @@ Name: libfreefare
Summary: API for Mifare card manipulations
License: LGPL-3.0+
Group: Development/Libraries/C and C++
Version: 0.3.4
# Commit 089b6006b1bdd7546f9c7b291a8b3325cbda5537
Version: 0.3.4+git67
Release: 0
Url: http://code.google.com/p/nfc-tools/
#Git-Clone: http://code.google.com/p/libfreefare/
Source: %name-%version.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: xz
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
BuildRequires: pkgconfig(libcrypto)
BuildRequires: pkgconfig(libnfc) >= 1.6.0
BuildRequires: pkgconfig(libnfc) >= 1.7.0
%else
BuildRequires: libnfc-devel >= 1.7.0
BuildRequires: libopenssl-devel
BuildRequires: libnfc-devel >= 1.6.0
%endif
%description
@ -80,9 +85,12 @@ This package contains example programs using libfreefare for
inspecting and manipulating Mifare cards.
%prep
%setup -q
%setup -qn %name
%build
if [ ! -e configure ]; then
autoreconf -fi
fi
%configure --disable-static
make %{?_smp_mflags};