aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-04-08 19:45:41 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:36:00 -0800
commitfaaa10fc06c66abea346d24789dcffca58914848 (patch)
treec0f64fa3efa57da7ebd4ba071208627715b6ce77
parente83c24e0fda3d67b1e378865e404b427648219ce (diff)
downloadlibibverbs-faaa10fc06c66abea346d24789dcffca58914848.tar.gz
Revert unreviewed changes made without maintainer approval
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--libibverbs.spec.in13
1 files changed, 6 insertions, 7 deletions
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 31495d2..70eb576 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -1,20 +1,19 @@
# $Id$
-%define ver @VERSION@
-%define RELEASE 1
-%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
+%define ver @VERSION@
Name: libibverbs
Version: 1.0.3
-Release: %rel%{?dist}
+Release: 1%{?dist}
Summary: A library for direct userspace use of InfiniBand
+
Group: System Environment/Libraries
License: GPL/BSD
Url: http://openib.org/
-Source: http://openib.org/downloads/libibverbs-%{version}.tar.gz
+Source: http://openib.org/downloads/libibverbs-1.0.3.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: %{_includedir}/sysfs/libsysfs.h
+BuildRequires: sysfsutils-devel
%description
libibverbs is a library that allows userspace processes to use
@@ -28,7 +27,7 @@ also be installed.
%package devel
Summary: Development files for the libibverbs library
Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release} %{_includedir}/sysfs/libsysfs.h
+Requires: %{name} = %{version}-%{release} sysfsutils-devel
%description devel
Static libraries and header files for the libibverbs verbs library.