Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: aunit-doc | Distribution: Fedora Project |
Version: 24.0.0 | Vendor: Fedora Project |
Release: 4.fc41 | Build date: Wed Jul 17 19:56:11 2024 |
Group: Unspecified | Build host: buildvm-x86-12.iad2.fedoraproject.org |
Size: 1010636 | Source RPM: aunit-24.0.0-4.fc41.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/AdaCore/aunit | |
Summary: Documentation for AUnit |
This is the Ada unit test framework AUnit, derived from the JUnit/CPPUnit frameworks for Java/C++. This package contains the documentation in HTML and PDF, and some examples.
GFDL-1.3-no-invariants-or-later AND MIT AND BSD-2-Clause AND GPL-3.0-or-later WITH GCC-exception-3.1
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2:24.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun May 12 2024 Dennis van Raaij <dvraaij@fedoraproject.org> - 2:24.0.0-3 - Use the new GPRinstall macro. * Wed Apr 03 2024 Björn Persson <Bjorn@Rombobjörn.se> - 2:24.0.0-2 - Adjusted pathnames in the manual. * Sun Mar 24 2024 Dennis van Raaij <dvraaij@fedoraproject.org> - 2:24.0.0-1 - Updated to v24.0.0. - Generated HTML-documentation now uses the 'Read the Docs' Sphinx theme. - Added the 'findutils' package as build dependency. - Added a check section and an option to disable it. - Added the AUnit cookbook in PDF format after backporting an upstream patch. - Now invoking GPRbuild and GPRinstall directly. * Mon Jan 22 2024 Dennis van Raaij <dvraaij@fedoraproject.org> - 2:23.0.0-1 - Updated to v23.0.0. - Removed backport patch aunit-remove-unnecessary-ancestor-withs.patch. - Removed backport patch aunit-remove-unnecessary-pragma-unreferenced.patch. - Switched to compile-time accessibility checks for anonymous access types. * Mon Jan 22 2024 Dennis van Raaij <dvraaij@fedoraproject.org> - 2:22.0.0-1 - Updated to v22.0.0. - Changed the epoch to mark the new upstream version scheme. - Changed the epoch to 2 instead of 1 for consistency with the GNATcoll packages. - Removed year/version from the patch filenames; version control should suffice. - Added a build dependency for building the documentation with Sphinx. - License fields now contain SPDX license expressions. - Moved the examples to the _pkgdocdir. - Re-enabled the _hardened_build flag; seems no need to disable it. - Removed the build dependency on chrpath; the tool isn't used. - Removed the invocation of ldconfig_scriptlets; the scriptlets are obsolete. - Excluded the GNATstudio plugin instead of removing it post-build. - Removed the unnecessary pre-install clean-up of the build root. - Removed an unnecessary runtime dependency on fedora-gnat-project-common. - Updated all summaries and descriptions. - Moved the documentation and examples into a separate package. - Added a fixup for the symlinks for the shared libraries. - Made the generated project file architecture-independent. - Added a build dependency on sed. - Moved the license files to their correct location. - Improved spec file readability. - Convert the line-endings of some GPRbuild files during prep. * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2020-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2020-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2020-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2020-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2020-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/share/doc/aunit /usr/share/doc/aunit/examples /usr/share/doc/aunit/examples/Makefile /usr/share/doc/aunit/examples/calculator /usr/share/doc/aunit/examples/calculator/Makefile /usr/share/doc/aunit/examples/calculator/fixture /usr/share/doc/aunit/examples/calculator/fixture/main_suite.adb /usr/share/doc/aunit/examples/calculator/fixture/main_suite.ads /usr/share/doc/aunit/examples/calculator/fixture/operands-ints-test-suite.adb /usr/share/doc/aunit/examples/calculator/fixture/operands-ints-test-suite.ads /usr/share/doc/aunit/examples/calculator/fixture/operations-addition-test-suite.ads /usr/share/doc/aunit/examples/calculator/fixture/operations-binary-gen_test-gen_suite.adb /usr/share/doc/aunit/examples/calculator/fixture/operations-binary-gen_test-gen_suite.ads /usr/share/doc/aunit/examples/calculator/fixture/operations-subtraction-test-suite.ads /usr/share/doc/aunit/examples/calculator/fixture/stack-test-suite.adb /usr/share/doc/aunit/examples/calculator/fixture/stack-test-suite.ads /usr/share/doc/aunit/examples/calculator/fixture/test_calculator.adb /usr/share/doc/aunit/examples/calculator/harness.gpr /usr/share/doc/aunit/examples/calculator/tested_lib /usr/share/doc/aunit/examples/calculator/tested_lib/src /usr/share/doc/aunit/examples/calculator/tested_lib/src/operands-ints.adb /usr/share/doc/aunit/examples/calculator/tested_lib/src/operands-ints.ads /usr/share/doc/aunit/examples/calculator/tested_lib/src/operands.ads /usr/share/doc/aunit/examples/calculator/tested_lib/src/operations-addition.ads /usr/share/doc/aunit/examples/calculator/tested_lib/src/operations-binary.adb /usr/share/doc/aunit/examples/calculator/tested_lib/src/operations-binary.ads /usr/share/doc/aunit/examples/calculator/tested_lib/src/operations-ints.adb /usr/share/doc/aunit/examples/calculator/tested_lib/src/operations-ints.ads /usr/share/doc/aunit/examples/calculator/tested_lib/src/operations-subtraction.ads /usr/share/doc/aunit/examples/calculator/tested_lib/src/operations.ads /usr/share/doc/aunit/examples/calculator/tested_lib/src/stack.adb /usr/share/doc/aunit/examples/calculator/tested_lib/src/stack.ads /usr/share/doc/aunit/examples/calculator/tested_lib/testlib.gpr /usr/share/doc/aunit/examples/calculator/tests /usr/share/doc/aunit/examples/calculator/tests/operands-ints-test.adb /usr/share/doc/aunit/examples/calculator/tests/operands-ints-test.ads /usr/share/doc/aunit/examples/calculator/tests/operations-addition-test.ads /usr/share/doc/aunit/examples/calculator/tests/operations-addition_test_fixture.adb /usr/share/doc/aunit/examples/calculator/tests/operations-addition_test_fixture.ads /usr/share/doc/aunit/examples/calculator/tests/operations-binary-gen_test.adb /usr/share/doc/aunit/examples/calculator/tests/operations-binary-gen_test.ads /usr/share/doc/aunit/examples/calculator/tests/operations-subtraction-test.ads /usr/share/doc/aunit/examples/calculator/tests/operations-subtraction_test_fixture.adb /usr/share/doc/aunit/examples/calculator/tests/operations-subtraction_test_fixture.ads /usr/share/doc/aunit/examples/calculator/tests/stack-test.adb /usr/share/doc/aunit/examples/calculator/tests/stack-test.ads /usr/share/doc/aunit/examples/failures /usr/share/doc/aunit/examples/failures/Makefile /usr/share/doc/aunit/examples/failures/harness.gpr /usr/share/doc/aunit/examples/failures/tested_lib /usr/share/doc/aunit/examples/failures/tested_lib/src /usr/share/doc/aunit/examples/failures/tested_lib/src/math.adb /usr/share/doc/aunit/examples/failures/tested_lib/src/math.ads /usr/share/doc/aunit/examples/failures/tested_lib/testlib.gpr /usr/share/doc/aunit/examples/failures/tests /usr/share/doc/aunit/examples/failures/tests/math-test.adb /usr/share/doc/aunit/examples/failures/tests/math-test.ads /usr/share/doc/aunit/examples/failures/tests/math_suite.adb /usr/share/doc/aunit/examples/failures/tests/math_suite.ads /usr/share/doc/aunit/examples/failures/tests/test_math.adb /usr/share/doc/aunit/examples/liskov /usr/share/doc/aunit/examples/liskov/Makefile /usr/share/doc/aunit/examples/liskov/harness.gpr /usr/share/doc/aunit/examples/liskov/tested_lib /usr/share/doc/aunit/examples/liskov/tested_lib/src /usr/share/doc/aunit/examples/liskov/tested_lib/src/rectangle.adb /usr/share/doc/aunit/examples/liskov/tested_lib/src/rectangle.ads /usr/share/doc/aunit/examples/liskov/tested_lib/src/shape.adb /usr/share/doc/aunit/examples/liskov/tested_lib/src/shape.ads /usr/share/doc/aunit/examples/liskov/tested_lib/src/square.adb /usr/share/doc/aunit/examples/liskov/tested_lib/src/square.ads /usr/share/doc/aunit/examples/liskov/tested_lib/testlib.gpr /usr/share/doc/aunit/examples/liskov/tests /usr/share/doc/aunit/examples/liskov/tests/my_suite.adb /usr/share/doc/aunit/examples/liskov/tests/my_suite.ads /usr/share/doc/aunit/examples/liskov/tests/rectangle-tests-suite.adb /usr/share/doc/aunit/examples/liskov/tests/rectangle-tests-suite.ads /usr/share/doc/aunit/examples/liskov/tests/rectangle-tests.adb /usr/share/doc/aunit/examples/liskov/tests/rectangle-tests.ads /usr/share/doc/aunit/examples/liskov/tests/shape-tests.adb /usr/share/doc/aunit/examples/liskov/tests/shape-tests.ads /usr/share/doc/aunit/examples/liskov/tests/square-tests-suite.adb /usr/share/doc/aunit/examples/liskov/tests/square-tests-suite.ads /usr/share/doc/aunit/examples/liskov/tests/square-tests-suite_liskov.adb /usr/share/doc/aunit/examples/liskov/tests/square-tests-suite_liskov.ads /usr/share/doc/aunit/examples/liskov/tests/square-tests.adb /usr/share/doc/aunit/examples/liskov/tests/square-tests.ads /usr/share/doc/aunit/examples/liskov/tests/test_liskov.adb /usr/share/doc/aunit/examples/simple_test /usr/share/doc/aunit/examples/simple_test/Makefile /usr/share/doc/aunit/examples/simple_test/harness.gpr /usr/share/doc/aunit/examples/simple_test/tested_lib /usr/share/doc/aunit/examples/simple_test/tested_lib/src /usr/share/doc/aunit/examples/simple_test/tested_lib/src/math.adb /usr/share/doc/aunit/examples/simple_test/tested_lib/src/math.ads /usr/share/doc/aunit/examples/simple_test/tested_lib/testlib.gpr /usr/share/doc/aunit/examples/simple_test/tests /usr/share/doc/aunit/examples/simple_test/tests/math-test.adb /usr/share/doc/aunit/examples/simple_test/tests/math-test.ads /usr/share/doc/aunit/examples/simple_test/tests/math_suite.adb /usr/share/doc/aunit/examples/simple_test/tests/math_suite.ads /usr/share/doc/aunit/examples/simple_test/tests/test_math.adb /usr/share/doc/aunit/examples/test_caller /usr/share/doc/aunit/examples/test_caller/Makefile /usr/share/doc/aunit/examples/test_caller/harness /usr/share/doc/aunit/examples/test_caller/harness/harness.gpr /usr/share/doc/aunit/examples/test_caller/harness/src /usr/share/doc/aunit/examples/test_caller/harness/src/math-test.adb /usr/share/doc/aunit/examples/test_caller/harness/src/math-test.ads /usr/share/doc/aunit/examples/test_caller/harness/src/math_suite.adb /usr/share/doc/aunit/examples/test_caller/harness/src/math_suite.ads /usr/share/doc/aunit/examples/test_caller/harness/src/test_math.adb /usr/share/doc/aunit/examples/test_caller/tested_lib /usr/share/doc/aunit/examples/test_caller/tested_lib/src /usr/share/doc/aunit/examples/test_caller/tested_lib/src/math.adb /usr/share/doc/aunit/examples/test_caller/tested_lib/src/math.ads /usr/share/doc/aunit/examples/test_caller/tested_lib/testlib.gpr /usr/share/doc/aunit/examples/test_fixture /usr/share/doc/aunit/examples/test_fixture/Makefile /usr/share/doc/aunit/examples/test_fixture/harness.gpr /usr/share/doc/aunit/examples/test_fixture/tested_lib /usr/share/doc/aunit/examples/test_fixture/tested_lib/src /usr/share/doc/aunit/examples/test_fixture/tested_lib/src/math.adb /usr/share/doc/aunit/examples/test_fixture/tested_lib/src/math.ads /usr/share/doc/aunit/examples/test_fixture/tested_lib/testlib.gpr /usr/share/doc/aunit/examples/test_fixture/tests /usr/share/doc/aunit/examples/test_fixture/tests/math-test.adb /usr/share/doc/aunit/examples/test_fixture/tests/math-test.ads /usr/share/doc/aunit/examples/test_fixture/tests/math_suite.adb /usr/share/doc/aunit/examples/test_fixture/tests/math_suite.ads /usr/share/doc/aunit/examples/test_fixture/tests/test_math.adb /usr/share/doc/aunit/html /usr/share/doc/aunit/html/_sources /usr/share/doc/aunit/html/_sources/aunit_cb /usr/share/doc/aunit/html/_sources/aunit_cb.rst.txt /usr/share/doc/aunit/html/_sources/aunit_cb/fixture.rst.txt /usr/share/doc/aunit/html/_sources/aunit_cb/gps_support.rst.txt /usr/share/doc/aunit/html/_sources/aunit_cb/installation_and_use.rst.txt /usr/share/doc/aunit/html/_sources/aunit_cb/introduction.rst.txt /usr/share/doc/aunit/html/_sources/aunit_cb/overview.rst.txt /usr/share/doc/aunit/html/_sources/aunit_cb/reporting.rst.txt /usr/share/doc/aunit/html/_sources/aunit_cb/restricted_runtimes.rst.txt /usr/share/doc/aunit/html/_sources/aunit_cb/suite.rst.txt /usr/share/doc/aunit/html/_sources/aunit_cb/test_case.rst.txt /usr/share/doc/aunit/html/_sources/aunit_cb/test_organization.rst.txt /usr/share/doc/aunit/html/_sources/share /usr/share/doc/aunit/html/_sources/share/gnu_free_documentation_license.rst.txt /usr/share/doc/aunit/html/_static /usr/share/doc/aunit/html/_static/_sphinx_javascript_frameworks_compat.js /usr/share/doc/aunit/html/_static/adacore_transparent.png /usr/share/doc/aunit/html/_static/basic.css /usr/share/doc/aunit/html/_static/css /usr/share/doc/aunit/html/_static/css/badge_only.css /usr/share/doc/aunit/html/_static/css/theme.css /usr/share/doc/aunit/html/_static/doctools.js /usr/share/doc/aunit/html/_static/documentation_options.js /usr/share/doc/aunit/html/_static/favicon.ico /usr/share/doc/aunit/html/_static/file.png /usr/share/doc/aunit/html/_static/jquery.js /usr/share/doc/aunit/html/_static/js /usr/share/doc/aunit/html/_static/js/badge_only.js /usr/share/doc/aunit/html/_static/js/theme.js /usr/share/doc/aunit/html/_static/language_data.js /usr/share/doc/aunit/html/_static/minus.png /usr/share/doc/aunit/html/_static/plus.png /usr/share/doc/aunit/html/_static/pygments.css /usr/share/doc/aunit/html/_static/searchtools.js /usr/share/doc/aunit/html/_static/sphinx_highlight.js /usr/share/doc/aunit/html/aunit_cb /usr/share/doc/aunit/html/aunit_cb.html /usr/share/doc/aunit/html/aunit_cb/fixture.html /usr/share/doc/aunit/html/aunit_cb/gps_support.html /usr/share/doc/aunit/html/aunit_cb/installation_and_use.html /usr/share/doc/aunit/html/aunit_cb/introduction.html /usr/share/doc/aunit/html/aunit_cb/overview.html /usr/share/doc/aunit/html/aunit_cb/reporting.html /usr/share/doc/aunit/html/aunit_cb/restricted_runtimes.html /usr/share/doc/aunit/html/aunit_cb/suite.html /usr/share/doc/aunit/html/aunit_cb/test_case.html /usr/share/doc/aunit/html/aunit_cb/test_organization.html /usr/share/doc/aunit/html/genindex.html /usr/share/doc/aunit/html/search.html /usr/share/doc/aunit/html/searchindex.js /usr/share/doc/aunit/html/share /usr/share/doc/aunit/html/share/gnu_free_documentation_license.html /usr/share/doc/aunit/pdf /usr/share/doc/aunit/pdf/aunit_cb.pdf
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 15 06:59:41 2024