auto-import changelog data from nasm-0.98.35-3.src.rpm

Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Tue Dec 17 2002 Phil Knirsch <pknirsch@redhat.com> 0.98.35-2
- Removed ExclusiveArch tag.
- Fixed typo in homepage URL.
Wed Dec 11 2002 Thomas Woerner <twoerner@redhat.com> 0.98.35-1
- new version 0.98.35
- nasm has new homepage (#77323)
Fri Nov 29 2002 Tim Powers <timp@redhat.com> 0.98.34-2
- fix %doc list
- remove unpackaged files from the buildroot
Mon Sep 16 2002 Jeremy Katz <katzj@redhat.com> 0.98.34-1hammer
- add x86_64 to ExclusiveArch list
This commit is contained in:
cvsdist 2004-09-09 08:57:44 +00:00
parent 3458aaf4dd
commit c3e6ca8de5
3 changed files with 28 additions and 7 deletions

View File

@ -1 +1 @@
nasm-0.98.34.tar.bz2
nasm-0.98.35.tar.bz2

View File

@ -1,13 +1,12 @@
Summary: A portable x86 assembler which uses Intel-like syntax.
Name: nasm
Version: 0.98.34
Release: 1
Version: 0.98.35
Release: 3
Patch0: nasm-0.98-boguself2.patch
License: LGPL
Group: Development/Languages
Source: http://prdownloads.sourceforge.net/nasm/nasm-%{version}.tar.bz2
URL: http://nasm.2y.net/
ExclusiveArch: %{ix86}
URL: http://nasm.sourceforge.net/
BuildRequires: perl
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prereq: /sbin/install-info
@ -58,6 +57,10 @@ gzip -9f $RPM_BUILD_ROOT/%{_infodir}/nasm.*
cp -a $RPM_BUILD_ROOT/usr/tempdoc/html $RPM_BUILD_ROOT/usr/tempdoc/nasmdoc.{ps,txt} .
gzip -9f nasmdoc.{ps,txt}
# remove unpackaged filed from teh buildroot
rm -rf $RPM_BUILD_ROOT%{_prefix}/tempdoc
rm -f $RPM_BUILD_ROOT%{_bindir}/rdf2ihx
%clean
rm -rf "$RPM_BUILD_ROOT"
@ -71,7 +74,7 @@ fi
%files
%defattr(-,root,root)
%doc AUTHORS Changes README TODO
%doc AUTHORS CHANGES README TODO
%{_bindir}/nasm
%{_bindir}/ndisasm
%{_mandir}/*/*
@ -91,6 +94,24 @@ fi
%{_bindir}/rdx
%changelog
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Tue Dec 17 2002 Phil Knirsch <pknirsch@redhat.com> 0.98.35-2
- Removed ExclusiveArch tag.
- Fixed typo in homepage URL.
* Wed Dec 11 2002 Thomas Woerner <twoerner@redhat.com> 0.98.35-1
- new version 0.98.35
- nasm has new homepage (#77323)
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 0.98.34-2
- fix %%doc list
- remove unpackaged files from the buildroot
* Mon Sep 16 2002 Jeremy Katz <katzj@redhat.com> 0.98.34-1hammer
- add x86_64 to ExclusiveArch list
* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.98.34-1
- 0.98.34

View File

@ -1 +1 @@
11689ffb9b7ab0bb3432e76bfc1d292e nasm-0.98.34.tar.bz2
d62dd9e551016322ba0ce9c895644585 nasm-0.98.35.tar.bz2