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

Roland Dreier (dreier) fedora-extras-commits at redhat.com
Thu Jan 31 18:10:48 UTC 2008


Author: dreier

Update of /cvs/pkgs/rpms/libmlx4/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31039/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libmlx4.spec 
Log Message:
Import libmlx4-1.0-2



--- NEW FILE libmlx4.spec ---
Name: libmlx4
Version: 1.0
Release: 2%{?dist}
Summary: Mellanox ConnectX InfiniBand HCA Userspace Driver

Group: System Environment/Libraries
License: GPLv2 or BSD
Url: http://openib.org/
Source: http://openib.org/downloads/mlx4/libmlx4-1.0.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: libibverbs-devel >= 1.1-0.1.rc2

%description
libmlx4 provides a device-specific userspace driver for Mellanox
ConnectX HCAs for use with the libibverbs library.

%package devel
Summary: Development files for the libmlx4 driver
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
Provides: libmlx4-static = %{version}-%{release}

%description devel
Static version of libmlx4 that may be linked directly to an
application, which may be useful for debugging.

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

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=%{buildroot} install
# remove unpackaged files from the buildroot
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la $RPM_BUILD_ROOT%{_libdir}/libmlx4.so

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_libdir}/libmlx4-rdmav2.so
%{_sysconfdir}/libibverbs.d/mlx4.driver
%doc AUTHORS COPYING README

%files devel
%defattr(-,root,root,-)
%{_libdir}/libmlx4.a

%changelog
* Sun Jan 27 2008 Roland Dreier <rdreier at cisco.com> - 1.0-2
- Spec file cleanups, based on Fedora review: don't mark
  libmlx4.driver as a config file, since it is not user modifiable,
  and change the name of the -devel-static package to plain -devel,
  since it would be empty without the static library.

* Sun Dec  9 2007 Roland Dreier <rdreier at cisco.com> - 1.0-1
- New upstream release

* Fri Apr  6 2007 Roland Dreier <rdreier at cisco.com> - 1.0-0.1.rc1
- Initial Fedora spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libmlx4/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 Jan 2008 17:51:30 -0000	1.1
+++ .cvsignore	31 Jan 2008 18:10:12 -0000	1.2
@@ -0,0 +1 @@
+libmlx4-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libmlx4/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Jan 2008 17:51:30 -0000	1.1
+++ sources	31 Jan 2008 18:10:12 -0000	1.2
@@ -0,0 +1 @@
+35c4c262ec45c818ffafb5f77d68a6ed  libmlx4-1.0.tar.gz




More information about the fedora-extras-commits mailing list