| Name: | libdasm |
|---|---|
| Version: | 1.6 |
| Release: | 1.el7 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 191748 |
| License: | BSD |
| RPM: | libdasm-1.6-1.el7.x86_64.rpm |
| Source RPM: | libdasm-1.6-1.el7.src.rpm |
| Build Date: | Wed May 02 2018 |
| Build Host: | x86-ol6-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/jtpereyda/libdasm |
| Summary: | Simple x86 disassembly library |
| Description: | libdasm is a C-library that tries to provide simple and convenient way to disassemble Intel x86 raw op-code bytes (machine code). It can parse and print out op-codes in AT&T and Intel syntax. The op-codes are based on IA-32 Intel Architecture Software Developer's Manual Volume 2: Instruction Set Reference, order number 243667, year 2004. Non-Intel instructions are not supported at the moment (also, non-Intel but Intel-compatible CPU extensions, like AMD 3DNow! are not supported). |
- switch to the github release of 1.6
- switch to github snapshot with BSD license - use ldconfig_scriptlets instead of ldconfig in post/postun
- switch to github snapshot
- remove *.a files
- build for Fedora 17 - patch the makefiles to fix issue with soname, destdir
- add python-devel to build requirements
- initial packaging