Backport upsteam manpage fixes

This commit is contained in:
Mikolaj Izdebski 2013-07-01 17:15:16 +02:00
parent 9d1b3328c0
commit 10a8bd85ce
2 changed files with 1178 additions and 2 deletions

1167
nasm-manpages.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,16 @@
Summary: A portable x86 assembler which uses Intel-like syntax
Name: nasm
Version: 2.10.07
Release: 4%{?dist}
Release: 5%{?dist}
License: BSD
URL: http://www.nasm.us
Source0: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}.tar.bz2
Source1: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}-xdoc.tar.bz2
BuildRequires: perl, perl(Env)
Patch1: %{name}-manpages.patch
BuildRequires: perl(Env)
BuildRequires: autoconf
BuildRequires: asciidoc
BuildRequires: xmlto
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
@ -37,8 +41,10 @@ include linker, library manager, loader, and information dump.
%prep
%setup -q
tar xjf %{SOURCE1} --strip-components 1
%patch1 -p1
%build
autoreconf
%configure
make everything %{?_smp_mflags}
gzip -9f doc/nasmdoc.{ps,txt}
@ -85,6 +91,9 @@ fi
%{_mandir}/man1/ld*
%changelog
* Mon Jul 1 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.07-5
- Backport upsteam manpage fixes
* Mon Apr 8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.07-4
- Add missing BR: perl(Env)
- Move rdf manpages to rdf subpackage