libntirpc 1.4.0-pre2

This commit is contained in:
Kaleb S KEITHLEY 2016-02-29 16:10:53 -05:00
parent d8fbe3fed3
commit 2c46ba43fb
2 changed files with 8 additions and 6 deletions

View File

@ -3,16 +3,15 @@
Name: libntirpc
Version: 1.4.0
%global dev pre1
%global dev pre2
%global dev_version 1.4.0%{dev}
%global dash_dev_version 1.4.0-%{dev}
Release: 0.1%{?dev:%{dev}}%{?dist}
Release: 0.2%{?dev:%{dev}}%{?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%{dash_dev_version}/ntirpc-%{dev_version}.tar.gz
Source0: https://github.com/nfs-ganesha/ntirpc/archive/v%{dev_version}/ntirpc-%{dev_version}.tar.gz
BuildRequires: cmake
BuildRequires: jemalloc-devel
@ -42,7 +41,7 @@ Requires: %{name}%{?_isa} = %{version}
Development headers and auxiliary files for developing with %{name}.
%prep
%setup -q -n ntirpc-%{dash_dev_version}
%setup -q -n ntirpc-%{dev_version}
%build
%cmake . -DOVERRIDE_INSTALL_PREFIX=/usr -DTIRPC_EPOLL=1 -DUSE_GSS=ON "-GUnix Makefiles"
@ -76,6 +75,9 @@ install -p -m 644 libntirpc.pc %{buildroot}%{_libdir}/pkgconfig/
%{_libdir}/pkgconfig/libntirpc.pc
%changelog
* Mon Feb 29 2016 Kaleb S. KEITHLEY <kkeithle at redhat.com> 1.4.0-0.2pre2
- libntirpc 1.4.0-pre2
* Fri Feb 5 2016 Kaleb S. KEITHLEY <kkeithle at redhat.com> 1.4.0-0.1pre1
- libntirpc 1.4.0-pre1, correct release

View File

@ -1 +1 @@
89075fb0298a769f00e43c0f9a1eb2dd ntirpc-1.4.0pre1.tar.gz
792789c046e0bb52de7e69c1f3672586 ntirpc-1.4.0pre2.tar.gz