66 lines
2.0 KiB
RPMSpec
66 lines
2.0 KiB
RPMSpec
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 <silvan.calarco@mambasoft.it>
|
|
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 <autodist@mambasoft.it> 1.7.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu May 30 2013 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7-1mamba
|
|
- package created by autospec
|