diff --git a/libntirpc.spec b/libntirpc.spec index c541d5c..575a1c2 100644 --- a/libntirpc.spec +++ b/libntirpc.spec @@ -3,20 +3,17 @@ Name: libntirpc Version: 1.3.0 -Release: 1%{?dev_version:%{dev_version}}%{?dist} +Release: 2%{?dev_version:%{dev_version}}%{?dist} Summary: New Transport Independent RPC Library Group: System Environment/Libraries License: BSD Url: https://github.com/nfs-ganesha/ntirpc Source0: https://github.com/nfs-ganesha/ntirpc/archive/v%{version}/ntirpc-%{version}.tar.gz -Patch1: libntirpc-1.3.0-src-CMakeList.txt.patch BuildRequires: cmake BuildRequires: jemalloc-devel BuildRequires: krb5-devel -BuildRequires: libibverbs-devel -BuildRequires: librdmacm-devel %description This package contains a new implementation of the original libtirpc, @@ -40,10 +37,8 @@ Development headers and auxiliary files for developing with %{name}. %prep %setup -q -n ntirpc-%{version} -%patch1 -p1 %build -mv CMakeLists.txt.standalone CMakeLists.txt %cmake ./ -DCMAKE_INSTALL_PREFIX= make %{?_smp_mflags} @@ -75,6 +70,9 @@ install -p -m 644 libntirpc.pc %{buildroot}%{_libdir}/pkgconfig/ %{_libdir}/pkgconfig/libntirpc.pc %changelog +* Wed Sep 9 2015 Kaleb S. KEITHLEY 1.3.0-2 +- libntirpc 1.3.0 GA, w/ correct top-level CMakeList.txt + * Wed Sep 9 2015 Kaleb S. KEITHLEY 1.3.0-1 - libntirpc 1.3.0 GA