From: kolodko Date: Fri, 21 Jan 2005 11:41:38 +0000 (+0000) Subject: - added from Piotr Skwarna X-Git-Tag: auto/th/ald-0_1_7-2~5 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fald.git;a=commitdiff_plain;h=32e9980aacd1467af831721889cfd24ccdd33acd - added from Piotr Skwarna - cosmetics Changed files: ald.spec -> 1.1 --- 32e9980aacd1467af831721889cfd24ccdd33acd diff --git a/ald.spec b/ald.spec new file mode 100644 index 0000000..547a747 --- /dev/null +++ b/ald.spec @@ -0,0 +1,47 @@ +Summary: Assembly Language Debugger +Summary(pl): Debuger Asemblera +Name: ald +Version: 0.1.7 +Release: 1 +License: GPL v2 +Group: Development +Source0: http://dl.sourceforge.net/ald/%{name}-%{version}.tar.gz +# Source0-md5: dc9839014ea9308146142ab84efbbd46 +URL: http://ald.sourceforge.net/ +BuildRequires: readline-devel >= 4.2 +ExclusiveArch: %{ix86} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The Assembly Language Debugger is a tool for debugging executable +programs at the assembly level. It currently runs only on Intel x86 +platforms. + +%description -l pl +Assembly Language Debugger jest narzêdziem s³u¿±cym odpluskwianiu +wykonywalnych programów na poziomie asemblera. Obecnie dzia³a jedynie +na platformie x86. + +%prep +%setup -q + +%build + +%configure +%{__make} \ + CFLAGS="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS INSTALL ChangeLog README TODO +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man8/%{name}.*