- update to 0.98.39
- add BuildRequires ghostscript, texinfo to doc subpackage (#110584) - generate also PDF documentation for nasm (#88431) - new release fixes CAN-2004-1287 (#143052)
This commit is contained in:
parent
43ecbb076b
commit
5b61660f0f
@ -1,5 +1,5 @@
|
||||
--- nasm-0.98/outelf.c.boguself Sun May 20 01:25:35 2001
|
||||
+++ nasm-0.98/outelf.c Sun May 20 02:01:59 2001
|
||||
--- nasm-0.98.39/output/outelf.c.boguself Sun May 20 01:25:35 2001
|
||||
+++ nasm-0.98.39/output/outelf.c Sun May 20 02:01:59 2001
|
||||
@@ -548,7 +548,7 @@ static void elf_add_reloc (struct Sectio
|
||||
r->symbol = 0;
|
||||
for (i=0; i<nsects; i++)
|
||||
|
||||
19
nasm.spec
19
nasm.spec
@ -1,7 +1,7 @@
|
||||
Summary: A portable x86 assembler which uses Intel-like syntax.
|
||||
Name: nasm
|
||||
Version: 0.98.38
|
||||
Release: 3
|
||||
Version: 0.98.39
|
||||
Release: 1
|
||||
Patch0: nasm-0.98-boguself2.patch
|
||||
License: LGPL
|
||||
Group: Development/Languages
|
||||
@ -14,6 +14,7 @@ Prereq: /sbin/install-info
|
||||
%package doc
|
||||
Summary: Documentation for NASM.
|
||||
Group: Development/Languages
|
||||
BuildRequires: ghostscript, texinfo
|
||||
|
||||
%package rdoff
|
||||
Summary: Tools for the RDOFF binary format, sometimes used with NASM.
|
||||
@ -35,11 +36,11 @@ include linker, library manager, loader, and information dump.
|
||||
|
||||
%prep
|
||||
%setup
|
||||
#patch0 -p1 -b .boguself
|
||||
#%patch0 -p1 -b .boguself
|
||||
|
||||
%build
|
||||
%configure
|
||||
make everything CFLAGS="$RPM_OPT_FLAGS -I. -I`pwd` -ansi -pedantic -Wall"
|
||||
make everything CFLAGS="$RPM_OPT_FLAGS -I. -I`pwd` -ansi -pedantic"
|
||||
|
||||
%install
|
||||
rm -fr $RPM_BUILD_ROOT
|
||||
@ -48,7 +49,7 @@ 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
|
||||
cp -a $RPM_BUILD_ROOT/usr/tempdoc/html $RPM_BUILD_ROOT/usr/tempdoc/nasmdoc.{ps,txt} .
|
||||
cp -a $RPM_BUILD_ROOT/usr/tempdoc/html $RPM_BUILD_ROOT/usr/tempdoc/nasmdoc.{ps,txt,pdf} .
|
||||
gzip -9f nasmdoc.{ps,txt}
|
||||
# remove unpackaged filed from the buildroot
|
||||
rm -rf $RPM_BUILD_ROOT%{_prefix}/tempdoc
|
||||
@ -75,7 +76,7 @@ fi
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%doc html nasmdoc.txt.gz nasmdoc.ps.gz
|
||||
%doc html nasmdoc.txt.gz nasmdoc.ps.gz nasmdoc.pdf
|
||||
|
||||
%files rdoff
|
||||
%defattr(-,root,root)
|
||||
@ -87,6 +88,12 @@ fi
|
||||
%{_bindir}/rdx
|
||||
|
||||
%changelog
|
||||
* Thu Mar 31 2005 Jindrich Novy <jnovy@redhat.com> 0.98.39-1
|
||||
- update to 0.98.39
|
||||
- add BuildRequires ghostscript, texinfo to doc subpackage (#110584)
|
||||
- generate also PDF documentation for nasm (#88431)
|
||||
- new release fixes CAN-2004-1287 (#143052)
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user