Thu, 24 Apr 2025 23:26:07 MSK | login

Information for build bcel-6.4.1-13.el9

ID26729
Package Namebcel
Version6.4.1
Release13.el9
Epoch
Sourcegit+http://git.inferitos.ru/rpms/bcel#e09af70bcbac2047278787fdb883343f1557faa6
SummaryByte Code Engineering Library
DescriptionThe Byte Code Engineering Library (formerly known as JavaClass) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular. Such objects can be read from an existing file, be transformed by a program (e.g. a class loader at run-time) and dumped to a file again. An even more interesting application is the creation of classes from scratch at run-time. The Byte Code Engineering Library (BCEL) may be also useful if you want to learn about the Java Virtual Machine (JVM) and the format of Java .class files. BCEL is already being used successfully in several projects such as compilers, optimizers, obsfuscators and analysis tools, the most popular probably being the Xalan XSLT processor at Apache.
Built bytigro
State complete
Volume DEFAULT
StartedFri, 28 Mar 2025 11:09:42 MSK
CompletedFri, 28 Mar 2025 11:12:01 MSK
Taskbuild (inferit-9_6-bootstrap, /rpms/bcel/:changed/i9c-beta/bcel-6.4.1-13.el9)
Extra{'source': {'original_url': 'git+http://git.inferitos.ru/rpms/bcel/?#changed/i9c-beta/bcel-6.4.1-13.el9'}}
Tags
inferit-9_6-bootstrap
inferit-9_6-init
RPMs
src
bcel-6.4.1-13.el9.src.rpm (info) (download)
noarch
bcel-6.4.1-13.el9.noarch.rpm (info) (download)
bcel-javadoc-6.4.1-13.el9.noarch.rpm (info) (download)
Logs
noarch
noarch_rpmdiff.json
root.log
state.log
mock_output.log
installed_pkgs.log
hw_info.log
build.log
Changelog * Thu Mar 20 2025 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6.4.1-13 - Rebuilt for MSVSphere 9.6-beta * Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 6.4.1-13 - Add noarch to ExclusiveArch * Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 6.4.1-12 - Disable building on i686 * Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 6.4.1-11 - Fix patch usage * Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 6.4.1-10 - Rebuild with regenerated Requires on Java