libntirpc 1.4.0-pre2
This commit is contained in:
parent
d8fbe3fed3
commit
2c46ba43fb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user