From: Jakub Bogusz Date: Wed, 17 May 2017 03:39:30 +0000 (+0200) Subject: - updated to 1.11.0 X-Git-Tag: auto/th/libnfs-1.11.0-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=12dab0f3227bdeb5f8788d229c70e8f7a315a3d9;p=packages%2Flibnfs.git - updated to 1.11.0 --- diff --git a/libnfs.spec b/libnfs.spec index 5e9eed7..705541b 100644 --- a/libnfs.spec +++ b/libnfs.spec @@ -1,13 +1,13 @@ Summary: Client library for accessing NFS shares over network Summary(pl.UTF-8): Biblioteka kliencka do dostępu do udziałów NFS poprzez sieć Name: libnfs -Version: 1.10.0 +Version: 1.11.0 Release: 1 # library code is LGPL, protocol definition files are BSD licensed License: LGPL v2.1+ and BSD Group: Libraries Source0: https://sites.google.com/site/libnfstarballs/li/%{name}-%{version}.tar.gz -# Source0-md5: b8d72202d95ca308a3d9bec9afabf6cc +# Source0-md5: a1b5a5fe925030a84c3188b23960f4c9 URL: https://github.com/sahlberg/libnfs BuildRequires: pkgconfig BuildRequires: popt-devel @@ -75,6 +75,10 @@ użyciu biblioteki libnfs. %setup -q %build +# XXX: remove this hack when autoconf supports glibc major/minor/makedev changes +# (or removes them from sys/types.h completely) +CPPFLAGS="%{rpmcppflags} -DMAJOR_IN_SYSMACROS" + %configure %{__make}