Skip to content

Commit

Permalink
Add ofed-docs
Browse files Browse the repository at this point in the history
 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
Alberto-Perez-Guevara committed Jan 9, 2025
1 parent 95d5a34 commit 17d0cf7
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SPECS/ofed-docs/ofed-docs.signatures.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"Signatures": {
"ofed-docs-24.10.tar.gz": "ca307e3ef7407d9f4386fe021dd3f130d114f793884e60493ae129fdc83f7478"
}
}
73 changes: 73 additions & 0 deletions SPECS/ofed-docs/ofed-docs.spec
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
10 changes: 10 additions & 0 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14978,6 +14978,16 @@
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "ofed-docs",
"version": "24.10",
"downloadUrl": "https://linux.mellanox.com/public/repo/mlnx_ofed/24.10-0.7.0.0/SRPMS/ofed-docs-24.10.tar.gz"
}
}
},
{
"component": {
"type": "other",
Expand Down

0 comments on commit 17d0cf7

Please sign in to comment.