Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gprbuild-doc-23.0.0-2.el9 RPM for noarch

From EPEL 9 for ppc64le / Packages / g

Name: gprbuild-doc Distribution: Fedora Project
Version: 23.0.0 Vendor: Fedora Project
Release: 2.el9 Build date: Sun Jun 4 15:22:04 2023
Group: Unspecified Build host: buildvm-a64-31.iad2.fedoraproject.org
Size: 2239450 Source RPM: gprbuild-23.0.0-2.el9.src.rpm
Packager: Fedora Project
Url: https://github.com/AdaCore/gprbuild
Summary: Documentation for GPRbuild
GPRbuild is an advanced software tool designed to help automate the
construction of multi-language systems. It removes complexity from
multi-language development by allowing developers to quickly and easily
compile and link software written in a combination of languages including
Ada, Assembler, C, C++, and Fortran. Easily extendable by users to cover
new toolchains and languages it is primarily aimed at projects of all
sizes organized into subsystems and libraries and is particularly
well-suited for compiled languages.

This package contains the documentation in HTML, plain text and Info format, and
some examples.

Provides

Requires

License

GFDL-1.3-no-invariants-or-later AND MIT AND BSD-2-Clause AND GPL-3.0-or-later WITH GCC-exception-3.1 AND GPL-3.0-or-later WITH GNAT-exception

Changelog

* Tue Mar 14 2023 Björn Persson <Bjorn@Rombobjörn.se> - 2:23.0.0-2
  - The packages now require their dependencies correctly.
* Tue Feb 14 2023 Dennis van Raaij <dvraaij@fedoraproject.org> - 2:23.0.0-1
  - Updated to v23.0.0, using the archive available on GitHub.
  - Removed patch gprbuild-drop-exe-prefix.patch; has been fixed upstream (commit
    7395727).
  - New version specific build dependency on gprconfig-kb (content of commit
    8a9f79e is required).
* Sun Feb 12 2023 Dennis van Raaij <dvraaij@fedoraproject.org> - 2:22.0.0-1
  - Updated to v22.0.0, using the archive available on GitHub.
  - Changed the epoch to mark the new upstream version scheme.
  - Changed the epoch to 2 instead of 1 for consistency with the GNATcoll
    packages.
  - GPRconfig knowledge files are know packaged separately (gprconfig-kb).
  - Removed patch fedora_arches.xml; now part of gprconfig-kb.
  - Removed patch gprbuild-2016-gcc7.patch; now part of gprconfig-kb.
  - Removed patch gprbuild-2017-bootstrap.patch; has been fixed upstream (commit:
    81c0d3d).
  - Removed patch gprbuild-2017-fedora_compilers.patch; now part of gprconfig-kb.
  - Removed patch gprbuild-2017-libsubdir.patch; Makefile is no longer used to
    build package.
  - Removed patch gprbuild-2020-case_util_conflicts.patch; has been fixed upstream
    (commit: d803338).
  - Removed patch gprbuild-symlinked_dirs.patch; has been fixed upstream (commit:
    685aa45).
  - Removed patch gprbuild-2016-gcc5.patch; GCC 4 and earlier are no longer
    supported.
  - Changed build kind from 'debug' to 'production'.
  - Tools are now position-independent executables (PIE).
  - Added a new build dependency to build the documentation with Sphinx.
  - Moved documentation and examples into the _pkgdocdir.
  - Updated the license of the doc package.
  - Added a runtime exception for all other packages, following upstream.
  - Added the Unicode license as gprbuild is statically linked to xmlada.
  - License fields now contain SPDX license expressions.
  - Fixed the symbolic links for the shared libraries.
  - Fixed the so-version of libgnatprj.so.
  - Subpackage libgpr now provides libgnatprj.
  - Subpackage libgpr-devel now provides libgnatprj-devel.
  - Some release specific information in the source code is now updated during
    prep.
  - Moved the license files to the correct location.
  - Removed the explicit reset of _python_bytecompile_extra; flag seems to have no
    purpose here.
  - Added fedora-gnat-project-common as a dependency to libgpr-devel.
  - Marked the doc package as architecture-independent.
  - Removed runtime dependency from the doc package.
  - Added the doc package as a recommendation to the main package.
  - Moved the check section after the install section.
  - Refactored the bootstrap install sequence.
  - Removed GNAT version requirement; all versions supported by Fedora are more
    recent.
  - Made the generated usage project file architecture-independent.
  - Updated some summaries and descriptions.
  - Improved spec file readability.
  - Added a fix for incorrect line-endings for some example files during prep.
  - Updated the comment on bootstrap mode.
  - Updated the bootstrapping exception issue link.
  - Bootstrap mode can now be enabled via a configuration option.
  - Dropped the 'bootstrap_arch' macro; tweak RPM spec manually if needed.
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2020-13
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Jan 17 2023 Björn Persson <Bjorn@Rombobjörn.se> - 2020-12
  - Rebuilt with GCC 13.
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2020-11
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sun Jun 05 2022 Björn Persson <Bjorn@Rombobjörn.se> - 2020-10
  - Fixed the location of the Info file.
* Wed Feb 02 2022 Björn Persson <Bjorn@Rombobjörn.se> - 2020-9
  - Added workarounds to be able to build with GCC 12 prerelease.
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2020-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Apr 02 2021 Björn Persson <Bjorn@Rombobjörn.se> - 2020-6
  - rebuilt with gcc-11.0.1-0.3

Files

/usr/share/doc/gprbuild
/usr/share/doc/gprbuild/examples
/usr/share/doc/gprbuild/examples/Makefile
/usr/share/doc/gprbuild/examples/ada_cpp
/usr/share/doc/gprbuild/examples/ada_cpp/Makefile
/usr/share/doc/gprbuild/examples/ada_cpp/animals.gpr
/usr/share/doc/gprbuild/examples/ada_cpp/except.gpr
/usr/share/doc/gprbuild/examples/ada_cpp/src1
/usr/share/doc/gprbuild/examples/ada_cpp/src1/ada_main.adb
/usr/share/doc/gprbuild/examples/ada_cpp/src1/call_cpp.adb
/usr/share/doc/gprbuild/examples/ada_cpp/src1/call_cpp.ads
/usr/share/doc/gprbuild/examples/ada_cpp/src1/cpp_main.cpp
/usr/share/doc/gprbuild/examples/ada_cpp/src1/cpp_routine.cpp
/usr/share/doc/gprbuild/examples/ada_cpp/src1/cpp_routine.h
/usr/share/doc/gprbuild/examples/ada_cpp/src2
/usr/share/doc/gprbuild/examples/ada_cpp/src2/animals.adb
/usr/share/doc/gprbuild/examples/ada_cpp/src2/animals.ads
/usr/share/doc/gprbuild/examples/ada_cpp/src2/animals.h
/usr/share/doc/gprbuild/examples/ada_cpp/src2/animals_c.cc
/usr/share/doc/gprbuild/examples/ada_cpp/src2/animals_interfaces.ads
/usr/share/doc/gprbuild/examples/ada_cpp/src2/main.adb
/usr/share/doc/gprbuild/examples/ada_f77
/usr/share/doc/gprbuild/examples/ada_f77/Makefile
/usr/share/doc/gprbuild/examples/ada_f77/ess.f
/usr/share/doc/gprbuild/examples/ada_f77/fm.gpr
/usr/share/doc/gprbuild/examples/ada_f77/ft.gpr
/usr/share/doc/gprbuild/examples/ada_f77/src
/usr/share/doc/gprbuild/examples/ada_f77/src/fm-interfac.adb
/usr/share/doc/gprbuild/examples/ada_f77/src/fm-interfac.ads
/usr/share/doc/gprbuild/examples/ada_f77/src/fm-locks.adb
/usr/share/doc/gprbuild/examples/ada_f77/src/fm-locks.ads
/usr/share/doc/gprbuild/examples/ada_f77/src/fm-protected_queue.adb
/usr/share/doc/gprbuild/examples/ada_f77/src/fm-protected_queue.ads
/usr/share/doc/gprbuild/examples/ada_f77/src/fm-system_dependant.adb
/usr/share/doc/gprbuild/examples/ada_f77/src/fm-system_dependant.ads
/usr/share/doc/gprbuild/examples/ada_f77/src/fm-tuple_manager.adb
/usr/share/doc/gprbuild/examples/ada_f77/src/fm-tuple_manager.ads
/usr/share/doc/gprbuild/examples/ada_f77/src/fm-types.ads
/usr/share/doc/gprbuild/examples/ada_f77/src/fm.adb
/usr/share/doc/gprbuild/examples/ada_f77/src/fm.ads
/usr/share/doc/gprbuild/examples/extended_projects
/usr/share/doc/gprbuild/examples/extended_projects/Makefile
/usr/share/doc/gprbuild/examples/extended_projects/new_ada_main.gpr
/usr/share/doc/gprbuild/examples/extended_projects/new_ada_src
/usr/share/doc/gprbuild/examples/extended_projects/new_ada_src/ada_main.adb
/usr/share/doc/gprbuild/examples/extended_projects/new_common_subsystem.gpr
/usr/share/doc/gprbuild/examples/extended_projects/new_util_src
/usr/share/doc/gprbuild/examples/extended_projects/new_util_src/c_lib.ads
/usr/share/doc/gprbuild/examples/extended_projects/new_util_src/lib2.c
/usr/share/doc/gprbuild/examples/first_steps
/usr/share/doc/gprbuild/examples/first_steps/Makefile
/usr/share/doc/gprbuild/examples/first_steps/ada_main.gpr
/usr/share/doc/gprbuild/examples/first_steps/ada_src
/usr/share/doc/gprbuild/examples/first_steps/ada_src/ada_main.adb
/usr/share/doc/gprbuild/examples/first_steps/c_main.gpr
/usr/share/doc/gprbuild/examples/first_steps/c_src
/usr/share/doc/gprbuild/examples/first_steps/c_src/c_main.c
/usr/share/doc/gprbuild/examples/first_steps/util_src
/usr/share/doc/gprbuild/examples/first_steps/util_src/ada_lib.adb
/usr/share/doc/gprbuild/examples/first_steps/util_src/ada_lib.ads
/usr/share/doc/gprbuild/examples/first_steps/util_src/c_lib.ads
/usr/share/doc/gprbuild/examples/first_steps/util_src/lib.c
/usr/share/doc/gprbuild/examples/first_steps/util_src/lib.h
/usr/share/doc/gprbuild/examples/libraries
/usr/share/doc/gprbuild/examples/libraries/Makefile
/usr/share/doc/gprbuild/examples/libraries/ada_main.adb
/usr/share/doc/gprbuild/examples/libraries/c_main.c
/usr/share/doc/gprbuild/examples/libraries/dynamic_lib.gpr
/usr/share/doc/gprbuild/examples/libraries/extern_lib.gpr
/usr/share/doc/gprbuild/examples/libraries/lib_src
/usr/share/doc/gprbuild/examples/libraries/lib_src/ada_lib.adb
/usr/share/doc/gprbuild/examples/libraries/lib_src/ada_lib.ads
/usr/share/doc/gprbuild/examples/libraries/lib_src/c_lib.ads
/usr/share/doc/gprbuild/examples/libraries/lib_src/lib.c
/usr/share/doc/gprbuild/examples/libraries/lib_src/lib.h
/usr/share/doc/gprbuild/examples/libraries/main0.gpr
/usr/share/doc/gprbuild/examples/libraries/main1.gpr
/usr/share/doc/gprbuild/examples/libraries/main2.gpr
/usr/share/doc/gprbuild/examples/libraries/main3.gpr
/usr/share/doc/gprbuild/examples/libraries/main4.gpr
/usr/share/doc/gprbuild/examples/libraries/sa_lib.gpr
/usr/share/doc/gprbuild/examples/libraries/static_lib.gpr
/usr/share/doc/gprbuild/examples/matrix
/usr/share/doc/gprbuild/examples/matrix/Makefile
/usr/share/doc/gprbuild/examples/matrix/matrix.gpr
/usr/share/doc/gprbuild/examples/matrix/src
/usr/share/doc/gprbuild/examples/matrix/src/initmat.c
/usr/share/doc/gprbuild/examples/matrix/src/main.adb
/usr/share/doc/gprbuild/examples/matrix/src/multmat.f
/usr/share/doc/gprbuild/examples/namings
/usr/share/doc/gprbuild/examples/namings/Makefile
/usr/share/doc/gprbuild/examples/namings/_print2.ada
/usr/share/doc/gprbuild/examples/namings/_print3.adb
/usr/share/doc/gprbuild/examples/namings/main.adb
/usr/share/doc/gprbuild/examples/namings/my_routine.c1
/usr/share/doc/gprbuild/examples/namings/my_routine2.c1
/usr/share/doc/gprbuild/examples/namings/namings.gpr
/usr/share/doc/gprbuild/examples/namings/src1
/usr/share/doc/gprbuild/examples/namings/src1/main.adb
/usr/share/doc/gprbuild/examples/namings/util-case1.ada
/usr/share/doc/gprbuild/examples/namings/util-case2.ada
/usr/share/doc/gprbuild/examples/namings/util.ads
/usr/share/doc/gprbuild/examples/scenarios
/usr/share/doc/gprbuild/examples/scenarios/Makefile
/usr/share/doc/gprbuild/examples/scenarios/general_lib.gpr
/usr/share/doc/gprbuild/examples/scenarios/main.gpr
/usr/share/doc/gprbuild/examples/subsystems
/usr/share/doc/gprbuild/examples/subsystems/Makefile
/usr/share/doc/gprbuild/examples/subsystems/ada_main.gpr
/usr/share/doc/gprbuild/examples/subsystems/ada_src
/usr/share/doc/gprbuild/examples/subsystems/ada_src/ada_main.adb
/usr/share/doc/gprbuild/examples/subsystems/attribute_sharing.gpr
/usr/share/doc/gprbuild/examples/subsystems/c_main.gpr
/usr/share/doc/gprbuild/examples/subsystems/c_src
/usr/share/doc/gprbuild/examples/subsystems/c_src/c_main.c
/usr/share/doc/gprbuild/examples/subsystems/common_subsystem.gpr
/usr/share/doc/gprbuild/examples/subsystems/util_src
/usr/share/doc/gprbuild/examples/subsystems/util_src/ada_lib.adb
/usr/share/doc/gprbuild/examples/subsystems/util_src/ada_lib.ads
/usr/share/doc/gprbuild/examples/subsystems/util_src/c_lib.ads
/usr/share/doc/gprbuild/examples/subsystems/util_src/lib.c
/usr/share/doc/gprbuild/examples/subsystems/util_src/lib.h
/usr/share/doc/gprbuild/html
/usr/share/doc/gprbuild/html/_images
/usr/share/doc/gprbuild/html/_images/importing_and_project_extension_figure_1.png
/usr/share/doc/gprbuild/html/_images/importing_and_project_extension_figure_2.png
/usr/share/doc/gprbuild/html/_images/importing_and_project_extension_figure_3.png
/usr/share/doc/gprbuild/html/_images/importing_and_project_extension_figure_4.png
/usr/share/doc/gprbuild/html/_images/project-manager-figure.png
/usr/share/doc/gprbuild/html/_sources
/usr/share/doc/gprbuild/html/_sources/gprbuild_ug
/usr/share/doc/gprbuild/html/_sources/gprbuild_ug.rst.txt
/usr/share/doc/gprbuild/html/_sources/gprbuild_ug/building_with_gprbuild.rst.txt
/usr/share/doc/gprbuild/html/_sources/gprbuild_ug/companion_tools.rst.txt
/usr/share/doc/gprbuild/html/_sources/gprbuild_ug/gnat_project_manager.rst.txt
/usr/share/doc/gprbuild/html/_sources/gprbuild_ug/introduction.rst.txt
/usr/share/doc/gprbuild/html/_sources/share
/usr/share/doc/gprbuild/html/_sources/share/gnu_free_documentation_license.rst.txt
/usr/share/doc/gprbuild/html/_static
/usr/share/doc/gprbuild/html/_static/basic.css
/usr/share/doc/gprbuild/html/_static/contents.png
/usr/share/doc/gprbuild/html/_static/doctools.js
/usr/share/doc/gprbuild/html/_static/documentation_options.js
/usr/share/doc/gprbuild/html/_static/favicon.ico
/usr/share/doc/gprbuild/html/_static/file.png
/usr/share/doc/gprbuild/html/_static/jquery-3.5.1.js
/usr/share/doc/gprbuild/html/_static/jquery.js
/usr/share/doc/gprbuild/html/_static/language_data.js
/usr/share/doc/gprbuild/html/_static/minus.png
/usr/share/doc/gprbuild/html/_static/navigation.png
/usr/share/doc/gprbuild/html/_static/plus.png
/usr/share/doc/gprbuild/html/_static/pygments.css
/usr/share/doc/gprbuild/html/_static/searchtools.js
/usr/share/doc/gprbuild/html/_static/sphinxdoc.css
/usr/share/doc/gprbuild/html/_static/underscore-1.3.1.js
/usr/share/doc/gprbuild/html/_static/underscore.js
/usr/share/doc/gprbuild/html/genindex.html
/usr/share/doc/gprbuild/html/gprbuild_ug
/usr/share/doc/gprbuild/html/gprbuild_ug.html
/usr/share/doc/gprbuild/html/gprbuild_ug/building_with_gprbuild.html
/usr/share/doc/gprbuild/html/gprbuild_ug/companion_tools.html
/usr/share/doc/gprbuild/html/gprbuild_ug/gnat_project_manager.html
/usr/share/doc/gprbuild/html/gprbuild_ug/introduction.html
/usr/share/doc/gprbuild/html/search.html
/usr/share/doc/gprbuild/html/searchindex.js
/usr/share/doc/gprbuild/html/share
/usr/share/doc/gprbuild/html/share/gnu_free_documentation_license.html
/usr/share/doc/gprbuild/txt
/usr/share/doc/gprbuild/txt/gprbuild_ug.txt
/usr/share/info/gprbuild_ug.info.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 02:39:06 2024