auto-import changelog data from nasm-0.98.38-1.src.rpm

Fri Sep 26 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 0.98.38 and specfile cleanup
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
This commit is contained in:
cvsdist 2004-09-09 08:58:07 +00:00
parent c3e6ca8de5
commit 3fa821dee2
3 changed files with 11 additions and 12 deletions

View File

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

View File

@ -1,7 +1,7 @@
Summary: A portable x86 assembler which uses Intel-like syntax.
Name: nasm
Version: 0.98.35
Release: 3
Version: 0.98.38
Release: 1
Patch0: nasm-0.98-boguself2.patch
License: LGPL
Group: Development/Languages
@ -35,29 +35,22 @@ include linker, library manager, loader, and information dump.
%prep
%setup
#patch0 -p1 -b .boguself
%build
%configure
make everything CFLAGS="$RPM_OPT_FLAGS -I. -I`pwd` -ansi -pedantic -Wall"
%install
rm -fr $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
mkdir -p $RPM_BUILD_ROOT/%{_infodir}
mkdir -p $RPM_BUILD_ROOT/usr/tempdoc
%makeinstall install_everything docdir=$RPM_BUILD_ROOT/usr/tempdoc
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
# remove unpackaged filed from the buildroot
rm -rf $RPM_BUILD_ROOT%{_prefix}/tempdoc
rm -f $RPM_BUILD_ROOT%{_bindir}/rdf2ihx
@ -94,6 +87,12 @@ fi
%{_bindir}/rdx
%changelog
* Fri Sep 26 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 0.98.38 and specfile cleanup
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt

View File

@ -1 +1 @@
d62dd9e551016322ba0ce9c895644585 nasm-0.98.35.tar.bz2
9f682490c132b070d54e395cb6ee145e nasm-0.98.38.tar.bz2