packages: mstflint/mstflint.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sat Sep 18 08:14:35 CEST 2010


Author: qboosh                       Date: Sat Sep 18 06:14:35 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/mstflint:
   mstflint.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/mstflint/mstflint.spec
diff -u /dev/null packages/mstflint/mstflint.spec:1.1
--- /dev/null	Sat Sep 18 08:14:35 2010
+++ packages/mstflint/mstflint.spec	Sat Sep 18 08:14:29 2010
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+Summary:	Firmware burning and diagnostic tools for Mellanox HCA/NIC cards
+Summary(pl.UTF-8):	Narzędzia modyfikujące firmware i diagnostyczne dla kart HCA/NIC Mellanox
+Name:		mstflint
+Version:	1.4
+Release:	1
+License:	BSD or GPL v2
+Group:		Networking/Utilities
+Source0:	http://www.openfabrics.org/downloads/mstflint/%{name}-%{version}.tar.gz
+# Source0-md5:	7ab9cba9acfede2411fd2fc2a999c05f
+URL:		http://www.openfabrics.org/
+BuildRequires:	libstdc++-devel
+BuildRequires:	zlib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Firmware burning and diagnostic tools for Mellanox HCA/NIC cards
+
+%description -l pl.UTF-8
+Narzędzia modyfikujące firmware i diagnostyczne dla kart HCA/NIC Mellanox
+
+%package devel
+Summary:	Header files for Mellanox HCA/NIC cards access
+Summary(pl.UTF-8):	Pliki nagłówkowe do dostępu do kart HCA/NIC Mellanox
+Group:		Development/Libraries
+# doesn't require base
+
+%description devel
+Header files for Mellanox HCA/NIC cards access.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe do dostępu do kart HCA/NIC Mellanox.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README hca_self_test.readme
+%attr(755,root,root) %{_bindir}/hca_self_test.ofed
+%attr(755,root,root) %{_bindir}/mstflint
+%attr(755,root,root) %{_bindir}/mstmcra
+%attr(755,root,root) %{_bindir}/mstmread
+%attr(755,root,root) %{_bindir}/mstmwrite
+%attr(755,root,root) %{_bindir}/mstregdump
+%attr(755,root,root) %{_bindir}/mstvpd
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/mtcr_ul
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/09/18 06:14:29  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list