-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to be committed: new file: SPECS/ofed-docs/ofed-docs.signatures.json new file: SPECS/ofed-docs/ofed-docs.spec modified: cgmanifest.json
- Loading branch information
1 parent
95d5a34
commit 17d0cf7
Showing
3 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"ofed-docs-24.10.tar.gz": "ca307e3ef7407d9f4386fe021dd3f130d114f793884e60493ae129fdc83f7478" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# | ||
# Copyright (c) 2012 Mellanox Technologies. All rights reserved. | ||
# | ||
# This Software is licensed under one of the following licenses: | ||
# | ||
# 1) under the terms of the "Common Public License 1.0" a copy of which is | ||
# available from the Open Source Initiative, see | ||
# http://www.opensource.org/licenses/cpl.php. | ||
# | ||
# 2) under the terms of the "The BSD License" a copy of which is | ||
# available from the Open Source Initiative, see | ||
# http://www.opensource.org/licenses/bsd-license.php. | ||
# | ||
# 3) under the terms of the "GNU General Public License (GPL) Version 2" a | ||
# copy of which is available from the Open Source Initiative, see | ||
# http://www.opensource.org/licenses/gpl-license.php. | ||
# | ||
# Licensee has the right to choose one of the above licenses. | ||
# | ||
# Redistributions of source code must retain the above copyright | ||
# notice and one of the license notices. | ||
# | ||
# Redistributions in binary form must reproduce both the above copyright | ||
# notice, one of the license notices in the documentation | ||
# and/or other materials provided with the distribution. | ||
# | ||
# | ||
# $Id: ofed-docs.spec 7948 2006-06-13 12:42:34Z vlad $ | ||
# | ||
|
||
%global MLNX_OFED_VERSION 24.10-0.7.0.0 | ||
Summary: OFED docs | ||
Name: ofed-docs | ||
Version: 24.10 | ||
Release: 1%{?dist} | ||
License: GPL/BSD | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
URL: https://www.openfabrics.org | ||
Source0: https://linux.mellanox.com/public/repo/mlnx_ofed/%{MLNX_OFED_VERSION}/SRPMS/%{name}-%{version}.tar.gz | ||
Group: Documentation/Man | ||
|
||
BuildRoot: %{?build_root:%{build_root}}%{!?build_root:/var/tmp/%{name}-%{version}-root} | ||
|
||
%description | ||
OpenFabrics documentation | ||
|
||
%prep | ||
%setup -q -n %{name}-%{version} | ||
|
||
%install | ||
mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-%{version} | ||
cp -a * $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-%{version} | ||
|
||
%clean | ||
rm -rf $RPM_BUILD_ROOT | ||
|
||
%files | ||
%defattr(-,root,root) | ||
%{_defaultdocdir}/%{name}-%{version} | ||
|
||
%changelog | ||
* Wed Jan 08 2025 Alberto David Perez Guevara <[email protected]> 24.10-1 | ||
- Initial Azure Linux import from NVIDIA (licences: GPL). | ||
|
||
* Sun Mar 25 2007 Vladimir Sokolovsky <[email protected]> | ||
- Changed prefix | ||
|
||
* Thu Jul 27 2006 Vladimir Sokolovsky <[email protected]> | ||
- Changed version to 1.1 | ||
|
||
* Tue Jun 6 2006 Vladimir Sokolovsky <[email protected]> | ||
- Initial packaging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters