{
  "SPDXID": "SPDXRef-DOCUMENT",
  "name": "ORBit2-devel-0.2.14.19-27.oe2403sp4.aarch64.rpm",
  "spdxVersion": "SPDX-2.2",
  "creationInfo": {
    "created": "2026-07-04T02:24:06.585354077Z",
    "creators": [
      "openeuler_creator"
    ]
  },
  "dataLicense": "CC0-1.0",
  "documentNamespace": "https://sbom.openEuler.org/ORBit2-devel-0.2.14.19-27.oe2403sp4.aarch64.rpm",
  "packages": [
    {
      "SPDXID": "SPDXRef-rpm-ORBit2-devel-2.14.19",
      "name": "ORBit2-devel",
      "licenseConcluded": "LGPL-2.0-or-later AND GPL-2.0-or-later",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "ae816e37c91014436587c39cd93ec05a1e2dc0acf3750f50e169be0bcd49baaf"
        }
      ],
      "description": "Development package for ORBit.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/ORBit2-devel@2.14.19-27.oe2403sp4?arch=x86_64&epoch=0&upstream=ORBit2-2.14.19-27.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://gitlab.gnome.org/Archive/orbit2",
      "licenseDeclared": "LGPL-2.0-or-later AND GPL-2.0-or-later",
      "sourceInfo": "acquired package info from repodata DB: repodata/69e709f4d2852d98f12867a74015d19384fe2727ff670fd70178cdde80b1e77e-primary.sqlite.bz2",
      "summary": "Development libraries, header files and utilities for ORBit",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:2.14.19-27.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-ORBit2-2.14.19",
      "name": "ORBit2",
      "licenseConcluded": "LGPL-2.0-or-later AND GPL-2.0-or-later",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "1f2dd2a5a4015ab223cd76a87ffd14750f3899a65362c3e8fa31a03f961317b6"
        }
      ],
      "description": "ORBit is an efficient, free C-based ORB, compliant to CORBA version 2.2. CORBA\nstands for Common Object Request Broker Architecture. CORBA in many ways is a\nsuccessor to the Remote Procedure Call (RPC) system common on UNIX and other\nsystems: the best oneline description of CORBA is that it is \"Object Orientated\nRPC\".\nThe key point about CORBA is that it provides a way for two programs to\ncommunicate information. The CORBA mechanism allows these two programs to be\nrunning on different machines and written in different programming languages\nwhile safely (and portably) exchanging data. They also could be running in the\nsame program, on the same machine, in which case the process of communication is\nmuch quickeras ORBit recognises that it does not need to open any communication\nchannel.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/ORBit2@2.14.19-27.oe2403sp4?arch=x86_64&epoch=0&upstream=ORBit2-2.14.19-27.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://gitlab.gnome.org/Archive/orbit2",
      "licenseDeclared": "LGPL-2.0-or-later AND GPL-2.0-or-later",
      "sourceInfo": "acquired package info from repodata DB: repodata/69e709f4d2852d98f12867a74015d19384fe2727ff670fd70178cdde80b1e77e-primary.sqlite.bz2",
      "summary": "A high-performance CORBA Object Request Broker",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:2.14.19-27.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-automake-1.16.5",
      "name": "automake",
      "licenseConcluded": "GPLv2+ and GFDL-1.3-only and Public Domain and MIT",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "fcb36d86a460112cb8ae4aafefe8f04dfa3d4ad2a93bf3f4893d9440a5b4b36a"
        }
      ],
      "description": "iAutomake is a tool for automatically generating Makefile.in files compliant\nwith the GNU Coding Standards. Automake requires the use of Autoconf.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/automake@1.16.5-9.oe2403sp4?arch=noarch&epoch=0&upstream=automake-1.16.5-9.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://www.gnu.org/software/automake/",
      "licenseDeclared": "GPLv2+ and GFDL-1.3-only and Public Domain and MIT",
      "sourceInfo": "acquired package info from repodata DB: repodata/69e709f4d2852d98f12867a74015d19384fe2727ff670fd70178cdde80b1e77e-primary.sqlite.bz2",
      "summary": "A tool for automatically generating Makefile.in files",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:1.16.5-9.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-bash-5.2.15",
      "name": "bash",
      "licenseConcluded": "GPLv3",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "a980f85dfb01951730f94f5537d836d925d5e23cafc786f2e63f0087f69e1d93"
        }
      ],
      "description": "Bash is the GNU Project's shell. Bash is the Bourne Again SHell. Bash is an sh-compatible\nshell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is\nintended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers\nfunctional improvements over sh for both programming and interactive use. In addition, most\nsh scripts can be run by Bash without modification.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/bash@5.2.15-19.oe2403sp4?arch=x86_64&epoch=0&upstream=bash-5.2.15-19.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://www.gnu.org/software/bash",
      "licenseDeclared": "GPLv3",
      "sourceInfo": "acquired package info from repodata DB: repodata/69e709f4d2852d98f12867a74015d19384fe2727ff670fd70178cdde80b1e77e-primary.sqlite.bz2",
      "summary": "It is the Bourne Again Shell",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:5.2.15-19.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-coreutils-9.4",
      "name": "coreutils",
      "licenseConcluded": "GPLv3+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "433e473f0f3e48029a50a63e45680e5ae03a29789cc26d8952d691ea388b3b62"
        }
      ],
      "description": "These are the GNU core utilities.  This package is the combination of\nthe old GNU fileutils, sh-utils, and textutils packages.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/coreutils@9.4-22.oe2403sp4?arch=x86_64&epoch=0&upstream=coreutils-9.4-22.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://www.gnu.org/software/coreutils/",
      "licenseDeclared": "GPLv3+",
      "sourceInfo": "acquired package info from repodata DB: repodata/69e709f4d2852d98f12867a74015d19384fe2727ff670fd70178cdde80b1e77e-primary.sqlite.bz2",
      "summary": "A set of basic GNU tools commonly used in shell scripts",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:9.4-22.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-glib2-2.78.3",
      "name": "glib2",
      "licenseConcluded": "LGPLv2+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "d83786c70f4a2a2e5bb1e714070e09af82abddf60ecaa338d2fb22ae5ad08827"
        }
      ],
      "description": "GLib is a bundle of three (formerly five) low-level system libraries\nwritten in C and developed mainly by GNOME. GLib's code was separated\nfrom GTK, so it can be used by software other than GNOME and has been\ndeveloped in parallel ever since.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/glib2@2.78.3-16.oe2403sp4?arch=x86_64&epoch=0&upstream=glib2-2.78.3-16.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://www.gtk.org",
      "licenseDeclared": "LGPLv2+",
      "sourceInfo": "acquired package info from repodata DB: repodata/69e709f4d2852d98f12867a74015d19384fe2727ff670fd70178cdde80b1e77e-primary.sqlite.bz2",
      "summary": "The core library that forms the basis for projects such as GTK+ and GNOME",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:2.78.3-16.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-glib2-devel-2.78.3",
      "name": "glib2-devel",
      "licenseConcluded": "LGPLv2+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "bd3c49ee7909af89114856bc53abd1c86840ad9b564b07fac05d954c9bc165af"
        }
      ],
      "description": "Development files for the GLib library.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/glib2-devel@2.78.3-16.oe2403sp4?arch=x86_64&epoch=0&upstream=glib2-2.78.3-16.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://www.gtk.org",
      "licenseDeclared": "LGPLv2+",
      "sourceInfo": "acquired package info from repodata DB: repodata/69e709f4d2852d98f12867a74015d19384fe2727ff670fd70178cdde80b1e77e-primary.sqlite.bz2",
      "summary": "Development files for the GLib library",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:2.78.3-16.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-glibc-2.38",
      "name": "glibc",
      "licenseConcluded": "LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net-2.0 and ISC and Public Domain and GFDL-1.3-only",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "b136cc1d6c94e7df3b522b541c89c22084f0ce440f1b9714ed930f664b10ea04"
        }
      ],
      "description": "The GNU C Library project provides the core libraries for the GNU system and\nGNU/Linux systems, as well as many other systems that use Linux as the kernel.\nThese libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD,\nOS-specific APIs and more. These APIs include such foundational facilities as\nopen, read, write, malloc, printf, getaddrinfo, dlopen, pthread_create, crypt,\n login, exit and more.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/glibc@2.38-107.oe2403sp4?arch=x86_64&epoch=0&upstream=glibc-2.38-107.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://www.gnu.org/software/glibc/",
      "licenseDeclared": "LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net-2.0 and ISC and Public Domain and GFDL-1.3-only",
      "sourceInfo": "acquired package info from repodata DB: repodata/69e709f4d2852d98f12867a74015d19384fe2727ff670fd70178cdde80b1e77e-primary.sqlite.bz2",
      "summary": "The GNU libc libraries",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:2.38-107.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-indent-2.2.13",
      "name": "indent",
      "licenseConcluded": "GPLv3+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "5a8ee0cd2f2280d861dd209ac12c743cdd57f4261b7fed850588cc075755fa71"
        }
      ],
      "description": "The indent program can be used to make code easier to read. It\ncan also convert from one style of writing C to another. indent\nunderstands a substantial amount about the syntax of C, but it\nalso attempts to cope with incomplete and misformed syntax.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/indent@2.2.13-3.oe2403sp4?arch=x86_64&epoch=0&upstream=indent-2.2.13-3.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://www.gnu.org/software/indent/",
      "licenseDeclared": "GPLv3+",
      "sourceInfo": "acquired package info from repodata DB: repodata/69e709f4d2852d98f12867a74015d19384fe2727ff670fd70178cdde80b1e77e-primary.sqlite.bz2",
      "summary": "A tool to make code easier to read",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:2.2.13-3.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-libIDL-0.8.14",
      "name": "libIDL",
      "licenseConcluded": "LGPLv2+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "78a82df71fa5fcb05e470ecc03ab841712e7ac6b08434ca965a66df911604bd2"
        }
      ],
      "description": "libIDL is a library licensed under the GNU LGPL for creating trees\nof CORBA Interface Definition Language (IDL) files, which is a\nspecification for defining portable interfaces.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/libIDL@0.8.14-18.oe2403sp4?arch=x86_64&epoch=0&upstream=libIDL-0.8.14-18.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8",
      "licenseDeclared": "LGPLv2+",
      "sourceInfo": "acquired package info from repodata DB: repodata/69e709f4d2852d98f12867a74015d19384fe2727ff670fd70178cdde80b1e77e-primary.sqlite.bz2",
      "summary": "This is a library for Interface Definition Language.",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:0.8.14-18.oe2403sp4"
    },
    {
      "SPDXID": "SPDXRef-rpm-libIDL-devel-0.8.14",
      "name": "libIDL-devel",
      "licenseConcluded": "LGPLv2+",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "6b388de9e19710ea1bf54bd000b5a7fe91214963c84a8b0a14710b5edf4a843e"
        }
      ],
      "description": "The devel package provide header files and dynamic libraries for libIDL.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/libIDL-devel@0.8.14-18.oe2403sp4?arch=x86_64&epoch=0&upstream=libIDL-0.8.14-18.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8",
      "licenseDeclared": "LGPLv2+",
      "sourceInfo": "acquired package info from repodata DB: repodata/69e709f4d2852d98f12867a74015d19384fe2727ff670fd70178cdde80b1e77e-primary.sqlite.bz2",
      "summary": "Development library package for libIDL.",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:0.8.14-18.oe2403sp4"
    }
  ],
  "relationships": [
    {
      "spdxElementId": "SPDXRef-rpm-ORBit2-devel-2.14.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-ORBit2-2.14.19"
    },
    {
      "spdxElementId": "SPDXRef-rpm-ORBit2-devel-2.14.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-ORBit2-devel-2.14.19"
    },
    {
      "spdxElementId": "SPDXRef-rpm-ORBit2-devel-2.14.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-automake-1.16.5"
    },
    {
      "spdxElementId": "SPDXRef-rpm-ORBit2-devel-2.14.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-bash-5.2.15"
    },
    {
      "spdxElementId": "SPDXRef-rpm-ORBit2-devel-2.14.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-coreutils-9.4"
    },
    {
      "spdxElementId": "SPDXRef-rpm-ORBit2-devel-2.14.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-glib2-2.78.3"
    },
    {
      "spdxElementId": "SPDXRef-rpm-ORBit2-devel-2.14.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-glib2-devel-2.78.3"
    },
    {
      "spdxElementId": "SPDXRef-rpm-ORBit2-devel-2.14.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-glibc-2.38"
    },
    {
      "spdxElementId": "SPDXRef-rpm-ORBit2-devel-2.14.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-indent-2.2.13"
    },
    {
      "spdxElementId": "SPDXRef-rpm-ORBit2-devel-2.14.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-libIDL-0.8.14"
    },
    {
      "spdxElementId": "SPDXRef-rpm-ORBit2-devel-2.14.19",
      "relationshipType": "DEPENDS_ON",
      "relatedSpdxElement": "SPDXRef-rpm-libIDL-devel-0.8.14"
    }
  ]
}
