From a8bc7b3b1e6bb1b32253a15c8595aa17b76efb6e Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:46:20 +0100 Subject: [PATCH] automatic update by autodist [release 1.7.2-1mamba;Mon Sep 02 2013] --- README.md | 2 ++ udis86.spec | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 udis86.spec diff --git a/README.md b/README.md index b8e3fc5..793bf1e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # udis86 +Udis86 is an easy-to-use minimalistic disassembler library (libudis86) for the x86 and AMD64 (x86-64) range of instruction set architectures. The primary intent of the design and development of udis86 is to aid software development projects that entail binary code analysis. + diff --git a/udis86.spec b/udis86.spec new file mode 100644 index 0000000..89dc944 --- /dev/null +++ b/udis86.spec @@ -0,0 +1,65 @@ +Name: udis86 +Version: 1.7.2 +Release: 1mamba +Summary: A disassembler for x86 and AMD64 +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://udis86.sourceforge.net/ +Source: http://downloads.sourceforge.net/sourceforge/udis86/udis86-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Udis86 is an easy-to-use minimalistic disassembler library (libudis86) for the x86 and AMD64 (x86-64) range of instruction set architectures. The primary intent of the design and development of udis86 is to aid software development projects that entail binary code analysis. + +%package -n libudis86-devel +Summary: Disassembler Library for x86 and AMD64 +Group: System/Libraries + +%description -n libudis86-devel +Udis86 is an easy-to-use minimalistic disassembler library (libudis86) for the x86 and AMD64 (x86-64) range of instruction set architectures. The primary intent of the design and development of udis86 is to aid software development projects that entail binary code analysis. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall docdir=%{_docdir}/udis86/x86 + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/udcli + +%files -n libudis86-devel +%defattr(-,root,root) +%dir %{_includedir}/libudis86 +%{_includedir}/libudis86/*.h +%{_includedir}/udis86.h +%{_libdir}/libudis86.a +%{_libdir}/libudis86.la +%dir %{_docdir}/udis86 +%dir %{_docdir}/udis86/x86 +%{_docdir}/udis86/x86/* + +%changelog +* Mon Sep 02 2013 Automatic Build System 1.7.2-1mamba +- automatic update by autodist + +* Thu May 30 2013 Automatic Build System 1.7.1-1mamba +- automatic version update by autodist + +* Wed Jul 02 2008 Silvan Calarco 1.7-1mamba +- package created by autospec