libntirpc 1.4.1 GA

This commit is contained in:
Kaleb S. KEITHLEY 2016-09-20 07:47:47 -04:00
parent 0c1d8ed6bf
commit 4e5816d193
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- ntirpc-1.4.1/CMakeLists.txt.orig 2016-09-20 07:38:29.503597713 -0400
+++ ntirpc-1.4.1/CMakeLists.txt 2016-09-20 07:41:51.190597713 -0400
@@ -15,7 +15,7 @@
# version numbers
set(NTIRPC_MAJOR_VERSION 1)
set(NTIRPC_MINOR_VERSION 4)
-set(NTIRPC_PATCH_LEVEL 0)
+set(NTIRPC_PATCH_LEVEL 1)
set(VERSION_COMMENT
"Full-duplex and bi-directional ONC RPC on TCP."
)

View File

@ -10,6 +10,7 @@ License: BSD
Url: https://github.com/nfs-ganesha/ntirpc
Source0: https://github.com/nfs-ganesha/ntirpc/archive/v%{version}/ntirpc-%{version}.tar.gz
Patch0: libntirpc-1.4.1-CMakeList.txt.patch
BuildRequires: cmake
BuildRequires: krb5-devel
@ -39,6 +40,7 @@ Development headers and auxiliary files for developing with %{name}.
%prep
%setup -q -n ntirpc-%{version}
%patch0 -p1
%build
%cmake . -DOVERRIDE_INSTALL_PREFIX=/usr -DTIRPC_EPOLL=1 -DUSE_GSS=ON "-GUnix Makefiles"