[packages/ibpd] - new

qboosh qboosh at pld-linux.org
Wed Sep 3 16:20:00 CEST 2014


commit b55fbb4831a60f5c8cb44b6580d166b7fd1e675e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Sep 3 16:20:25 2014 +0200

    - new

 ibpd.spec | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
---
diff --git a/ibpd.spec b/ibpd.spec
new file mode 100644
index 0000000..ca1edc7
--- /dev/null
+++ b/ibpd.spec
@@ -0,0 +1,41 @@
+Summary:	InfiniBand Proxy Daemon
+Summary(pl.UTF-8):	InfiniBand Proxy Daemon - demon proxy IB
+Name:		ibpd
+Version:	1.0.0
+%define	subver	2
+Release:	2
+License:	GPL v2 or BSD
+Group:		Daemons
+Source0:	https://www.openfabrics.org/downloads/ibpd/%{name}-%{version}-%{subver}.tar.gz
+# Source0-md5:	875113f31fb93e9488dede2b21c7c508
+URL:		http://www.intel.com/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The IB Proxy Daemon (ibpd) is a user-mode process for InfiniBand proxy
+devices.
+
+%description -l pl.UTF-8
+IB Proxy Daemon (ibpd) to proces przestrzeni użytkownika dla urządzeń
+proxy InfiniBand.
+
+%prep
+%setup -q -n %{name}-%{version}-%{subver}
+
+%build
+%{__make} ibpd \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} %{rpmcppflags} %{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D ibpd $RPM_BUILD_ROOT%{_sbindir}/ibpd
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_sbindir}/ibpd
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ibpd.git/commitdiff/b55fbb4831a60f5c8cb44b6580d166b7fd1e675e



More information about the pld-cvs-commit mailing list