diff --git a/libfreefare-0.3.4+git67.tar.xz b/libfreefare-0.3.4+git67.tar.xz new file mode 100644 index 0000000..24ce967 --- /dev/null +++ b/libfreefare-0.3.4+git67.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e55540e9946ccac950d298435c4aa5e57c4d79274140a46c793417a12b763d +size 82352 diff --git a/libfreefare-0.3.4.tar.xz b/libfreefare-0.3.4.tar.xz deleted file mode 100644 index 4b8fa6d..0000000 --- a/libfreefare-0.3.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ce69d6748f9af49bcc7e8a5c4350c7ab5f73341401bae0c6040aa2cce8e2307 -size 285568 diff --git a/libfreefare.changes b/libfreefare.changes index e01e23b..438c39c 100644 --- a/libfreefare.changes +++ b/libfreefare.changes @@ -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 diff --git a/libfreefare.spec b/libfreefare.spec index f4c7ae2..410c396 100644 --- a/libfreefare.spec +++ b/libfreefare.spec @@ -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: libopenssl-devel -BuildRequires: libnfc-devel >= 1.6.0 +BuildRequires: libnfc-devel >= 1.7.0 +BuildRequires: libopenssl-devel %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};