From c7342b06dedf89ef9ea7db71d785f1585489078e Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Wed, 16 May 2007 16:30:00 -0700 Subject: [PATCH] Release 1.0.1 --- configure.in | 4 ++-- librdmacm.spec.in | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index 06f6cd0d..a25a704d 100644 --- a/configure.in +++ b/configure.in @@ -1,11 +1,11 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(librdmacm, 1.0-2-rc, general@lists.openfabrics.org) +AC_INIT(librdmacm, 1.0.1, general@lists.openfabrics.org) AC_CONFIG_SRCDIR([src/cma.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(librdmacm, 1.0-2-rc) +AM_INIT_AUTOMAKE(librdmacm, 1.0.1) AM_PROG_LIBTOOL diff --git a/librdmacm.spec.in b/librdmacm.spec.in index 2f4371aa..ac595930 100644 --- a/librdmacm.spec.in +++ b/librdmacm.spec.in @@ -1,14 +1,14 @@ %define ver @VERSION@ Name: librdmacm -Version: 1.0 -Release: 2-rc%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: Userspace RDMA Connection Manager. Group: System Environment/Libraries License: GPL/BSD Url: http://www.openfabrics.org/ -Source: http://www.openfabrics.org/downloads/%{name}-%{version}-%{release}.tar.gz +Source: http://www.openfabrics.org/downloads/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -59,7 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.so %{_libdir}/*.a %{_includedir}/* +%{_mandir}/man1/* %{_mandir}/man3/* +%{_mandir}/man7/* %files utils %defattr(-,root,root,-) -- 2.41.0