Click here to visit the old openkoji buildsystem (Archived)

Information for build GAPDoc-1.6.7-2.fc40

ID13472
Package NameGAPDoc
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.6.7
Release2.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/GAPDoc.git#2372eb38be1ea801af73164ad1b6ff98510f0634
SummaryGAP documentation tool
DescriptionThis package describes a document format for writing GAP documentation. The idea is to define a sufficiently abstract markup language for GAP documentation which can be (relatively easily) converted into different output formats. We used XML to define such a language. This package provides: - Utilities to use the documentation which is written in GAPDoc format with the GAP help system. If you don't want to write your own (package) documentation you can skip to the last point of this list. - The description of a markup language for GAP documentation (which is defined using the XML standard). - Three example documents using this language: The GAPDoc documentation itself, a short example which demonstrates all constructs defined in the GAPDoc language, and a very short example explained in the introduction of the main documentation. - A mechanism for distributing documentation among several files, including source code files. - GAP programs (written by the first named author) which produce from documentation written in the GAPDoc language several document formats: * text format with color markup for onscreen browsing. * LaTeX format and from this PDF- (and DVI)-versions with hyperlinks. * HTML (XHTML 1.0 strict) format for reading with a Web-browser (and many hooks for CSS layout). - Utility GAP programs which are used for the above but can be of independent interest as well: * Unicode strings with translations to and from other encodings * further utilities for manipulating strings * tools for dealing with BibTeX data * another data format BibXMLext for bibliographical data including tools to manipulate/translate them * a tool ComposedDocument for composing documents which are distributed in many files
https://github.com/frankluebeck/GAPDoc
Built bykojiadmin
State failed
Volume DEFAULT
StartedFri, 17 May 2024 14:36:04 CST
CompletedFri, 17 May 2024 14:42:58 CST
Taskbuild (f40, /rpms/GAPDoc.git:2372eb38be1ea801af73164ad1b6ff98510f0634)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/GAPDoc.git#2372eb38be1ea801af73164ad1b6ff98510f0634'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Mar 15 2024 Jerry James <loganjerry@gmail.com> - 1.6.7-2 - Do not use the github sources, which lack tests * Fri Mar 15 2024 Jerry James <loganjerry@gmail.com> - 1.6.7-1 - Version 1.6.7 * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jan 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jan 12 2023 Jerry James <loganjerry@gmail.com> - 1.6.6-4 - Update for split GAP directories - Add dependency on grfext.sty for TeXLive 2022 compatibility * Thu Nov 10 2022 Jerry James <loganjerry@gmail.com> - 1.6.6-3 - Use upstream's method of bootstrapping - Clarify license of the doc subpackage * Mon Sep 26 2022 Jerry James <loganjerry@gmail.com> - 1.6.6-3 - Update for gap 4.12.0 - Add conditionally-enabled %check script * Tue Aug 16 2022 Jerry James <loganjerry@gmail.com> - 1.6.6-2 - Convert License tag to SPDX - Drop license tags for no longer bundled mathml files * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 20 2022 Jerry James <loganjerry@gmail.com> - 1.6.6-1 - Version 1.6.6 - Add dependency on libxml2 for xmllint