rpms/librdmacm/devel librdmacm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Roland Dreier (dreier) fedora-extras-commits at redhat.com
Sun Feb 24 04:47:02 UTC 2008


Author: dreier

Update of /cvs/extras/rpms/librdmacm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8540/devel

Modified Files:
	.cvsignore sources 
Added Files:
	librdmacm.spec 
Log Message:
Import librdmacm-1.0.6-2



--- NEW FILE librdmacm.spec ---
Name: librdmacm
Version: 1.0.6
Release: 2%{?dist}
Summary: Userspace RDMA Connection Manager

Group: System Environment/Libraries
License: GPLv2 or BSD
Url: http://www.openfabrics.org/
Source: http://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: libibverbs-devel >= 1.1-1

%description
librdmacm provides a userspace RDMA Communication Managment API.

%package devel
Summary: Development files for the librdmacm library
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release} %{_includedir}/infiniband/verbs.h

%description devel
Development files for the librdmacm library.

%package static
Summary: Static development files for the librdmacm library
Group: System Environment/Libraries

%description static
Static libraries for the librdmacm library.

%package utils
Summary: Examples for the librdmacm library
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}

%description utils
Example test programs for the librdmacm library.

%prep
%setup -q -n %{name}-%{version}

%build
%configure
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
# remove unpackaged files from the buildroot
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%{_libdir}/librdmacm*.so.*
%doc AUTHORS COPYING README

%files devel
%defattr(-,root,root)
%{_libdir}/lib*.so
%{_includedir}/*
%{_mandir}/man3/*
%{_mandir}/man7/*

%files static
%defattr(-,root,root,-)
%{_libdir}/*.a

%files utils
%defattr(-,root,root,-)
%{_bindir}/*
%{_mandir}/man1/*

%changelog

* Fri Feb 22 2008 Roland Dreier <rdreier at cisco.com> - 1.0.6-2
- Spec file cleanups from Fedora review: add BuildRequires for
  libibverbs, and move the static library to -static.

* Fri Feb 15 2008 Roland Dreier <rdreier at cisco.com> - 1.0.6-1
- Initial Fedora spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/librdmacm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Feb 2008 04:23:16 -0000	1.1
+++ .cvsignore	24 Feb 2008 04:46:25 -0000	1.2
@@ -0,0 +1 @@
+librdmacm-1.0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/librdmacm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Feb 2008 04:23:16 -0000	1.1
+++ sources	24 Feb 2008 04:46:25 -0000	1.2
@@ -0,0 +1 @@
+1df1641750496e9bcfba66a09d8c4c22  librdmacm-1.0.6.tar.gz




More information about the fedora-extras-commits mailing list