Blame SPECS/nasm.spec

663560
Summary: A portable x86 assembler which uses Intel-like syntax
663560
Name: nasm
663560
Version: 2.10.07
663560
Release: 5%{?dist}
663560
License: BSD
663560
URL: http://www.nasm.us
663560
Source0: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}.tar.bz2
663560
Source1: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}-xdoc.tar.bz2
663560
Patch1: %{name}-manpages.patch
663560
BuildRequires: perl(Env)
663560
BuildRequires: autoconf
663560
BuildRequires: asciidoc
663560
BuildRequires: xmlto
663560
Requires(post): /sbin/install-info
663560
Requires(preun): /sbin/install-info
663560
663560
%package doc
663560
Summary: Documentation for NASM
663560
BuildRequires: ghostscript, texinfo
663560
BuildArch: noarch
663560
# For arch to noarch conversion
663560
Obsoletes: %{name}-doc < %{version}-%{release}
663560
663560
%package rdoff
663560
Summary: Tools for the RDOFF binary format, sometimes used with NASM
663560
663560
%description
663560
NASM is the Netwide Assembler, a free portable assembler for the Intel
663560
80x86 microprocessor series, using primarily the traditional Intel
663560
instruction mnemonics and syntax.
663560
663560
%description doc
663560
This package contains documentation for the Netwide Assembler (NASM),
663560
in HTML, info, PostScript, and text formats.
663560
663560
%description rdoff
663560
Tools for the operating-system independent RDOFF binary format, which
663560
is sometimes used with the Netwide Assembler (NASM). These tools
663560
include linker, library manager, loader, and information dump.
663560
663560
%prep
663560
%setup -q
663560
tar xjf %{SOURCE1} --strip-components 1
663560
%patch1 -p1
663560
663560
%build
663560
autoreconf
663560
%configure
663560
make everything %{?_smp_mflags}
663560
gzip -9f doc/nasmdoc.{ps,txt}
663560
663560
%install
663560
mkdir -p $RPM_BUILD_ROOT%{_bindir}
663560
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
663560
make INSTALLROOT=$RPM_BUILD_ROOT install install_rdf
663560
install -d $RPM_BUILD_ROOT/%{_infodir}
663560
install -t $RPM_BUILD_ROOT/%{_infodir} doc/info/*
663560
663560
%post
663560
if [ -e %{_infodir}/nasm.info.gz ]; then
663560
  /sbin/install-info %{_infodir}/nasm.info.gz  %{_infodir}/dir || :
663560
fi
663560
663560
%preun
663560
if [ $1 = 0 -a -e %{_infodir}/nasm.info.gz ]; then
663560
  /sbin/install-info --delete %{_infodir}/nasm.info.gz %{_infodir}/dir || :
663560
fi
663560
663560
%files
663560
%doc AUTHORS CHANGES README TODO
663560
%{_bindir}/nasm
663560
%{_bindir}/ndisasm
663560
%{_mandir}/man1/nasm*
663560
%{_mandir}/man1/ndisasm*
663560
%{_infodir}/nasm.info*.gz
663560
663560
%files doc
663560
%doc doc/html doc/nasmdoc.txt.gz doc/nasmdoc.ps.gz
663560
663560
%files rdoff
663560
%{_bindir}/ldrdf
663560
%{_bindir}/rdf2bin
663560
%{_bindir}/rdf2ihx
663560
%{_bindir}/rdf2com
663560
%{_bindir}/rdfdump
663560
%{_bindir}/rdflib
663560
%{_bindir}/rdx
663560
%{_bindir}/rdf2ith
663560
%{_bindir}/rdf2srec
663560
%{_mandir}/man1/rd*
663560
%{_mandir}/man1/ld*
663560
663560
%changelog
663560
* Mon Jul  1 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.07-5
663560
- Move rdf manpages to rdf subpackage
663560
663560
* Mon Jul  1 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.07-4
663560
- Backport upsteam manpage fixes
663560
- Resolves: rhbz#948792
663560
663560
* Thu Mar  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.07-3
663560
- Properly obsolete arch-specific doc subpackage
663560
663560
* Thu Mar  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.07-2
663560
- Update to current packaging guidelines
663560
- Resolves: rhbz#919008 (doc subpackage should be noarch)
663560
663560
* Wed Jan 30 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.07-1
663560
- Update to upstream version 2.10.07
663560
663560
* Mon Aug  6 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.03-1
663560
- Update to upstream version 2.10.03
663560
663560
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10-2
663560
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
663560
663560
* Thu Mar 15 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 2.10-1
663560
- update to 2.10 (#797858)
663560
663560
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09.08-2
663560
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
663560
663560
* Tue Apr 26 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 2.09.08-1
663560
- update to 2.09.08
663560
  Resolves: #685125 
663560
663560
* Mon Mar 14 2011 Adam Tkac <atkac redhat com> - 2.09.07-1
663560
- update to 2.09.07
663560
663560
* Mon Feb 21 2011 Adam Tkac <atkac redhat com> - 2.09.05-1
663560
- update to 2.09.05
663560
663560
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09.04-2
663560
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
663560
663560
* Tue Nov 23 2010 Adam Tkac <atkac redhat com> - 2.09.04-1
663560
- update to 2.09.04
663560
663560
* Thu Nov 11 2010 Adam Tkac <atkac redhat com> - 2.09.03-2
663560
- fix URL (#652012)
663560
663560
* Tue Nov 02 2010 Adam Tkac <atkac redhat com> - 2.09.03-1
663560
- update to 2.09.03
663560
663560
* Wed Sep 29 2010 jkeating - 2.09.02-2
663560
- Rebuilt for gcc bug 634757
663560
663560
* Mon Sep 20 2010 Adam Tkac <atkac redhat com> - 2.09.02-1
663560
- update to 2.09.02
663560
663560
* Mon Sep 13 2010 Adam Tkac <atkac redhat com> - 2.09.01-1
663560
- update to 2.09.01
663560
663560
* Thu Sep 02 2010 Adam Tkac <atkac redhat com> - 2.09-1
663560
- update to 2.09
663560
663560
* Fri Aug 13 2010 Adam Tkac <atkac redhat com> - 2.08.02-1
663560
- update to 2.08.02
663560
663560
* Wed Jul 14 2010 Todd Zullinger <tmz@gaggle.net> - 2.08.01-2
663560
- Fix license tag, nasm is under 2 clause BSD since 2.07
663560
663560
* Tue Mar 23 2010 Adam Tkac <atkac redhat com> - 2.08.01-1
663560
- update to 2.08.01
663560
663560
* Thu Aug 20 2009 Zdenek Prikryl <zprikryl@redhat.com> - 2.07-3
663560
- Don't complain if installing with --excludedocs (#515944)
663560
663560
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.07-2
663560
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
663560
663560
* Tue Jul 21 2009 Adam Tkac <atkac redhat com> - 2.07-1
663560
- update to 2.07
663560
663560
* Wed Jul 10 2009 Zdenek Prikryl <zprikryl@redhat.com> - 2.06-1
663560
- updated to 2.06
663560
663560
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.05.01-2
663560
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
663560
663560
* Wed Nov 12 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2.05.01-1
663560
- updated to 2.05.01
663560
663560
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.03.01-2
663560
- fix license tag
663560
663560
* Thu Jun 19 2008 Petr Machata <pmachata@redhat.com> - 2.03.01-1
663560
- rebase to a new stable upstream version 2.03.01
663560
663560
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.01-2
663560
- Autorebuild for GCC 4.3
663560
663560
* Tue Jan 29 2008 Petr Machata <pmachata@redhat.com> - 2.01-1
663560
- rebase to a new stable upstream version 2.01
663560
663560
* Wed Feb  7 2007 Petr Machata <pmachata@redhat.com> - 0.98.39-5
663560
- tidy up the specfile per rpmlint comments
663560
- use utf-8 and fix national characters in contributor's names
663560
- port bogus elf patch to new nasm version and turn it on again
663560
663560
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 0.98.39-4
663560
- Ville Skyttä: patch for non-failing %%post, %%preun
663560
- Resolves: #223714
663560
663560
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.98.39-3.2.2
663560
- rebuild
663560
663560
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.98.39-3.2.1
663560
- bump again for double-long bug on ppc(64)
663560
663560
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.98.39-3.2
663560
- rebuilt for new gcc4.1 snapshot and glibc changes
663560
663560
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
663560
- rebuilt
663560
663560
* Mon Apr  4 2005 Jeremy Katz <katzj@redhat.com> - 0.98.39-3
663560
- pdf docs are duplication of html, txt and postscript
663560
663560
* Fri Apr 01 2005 Jindrich Novy <jnovy@redhat.com> 0.98.39-2
663560
- fix yet another vsprintf buffer overflow (#152963)
663560
663560
* Thu Mar 31 2005 Jindrich Novy <jnovy@redhat.com> 0.98.39-1
663560
- update to 0.98.39
663560
- add BuildRequires ghostscript, texinfo to doc subpackage (#110584)
663560
- generate also PDF documentation for nasm (#88431)
663560
- new release fixes CAN-2004-1287 (#143052)
663560
663560
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
663560
- rebuilt
663560
663560
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
663560
- rebuilt
663560
663560
* Fri Sep 26 2003 Florian La Roche <Florian.LaRoche@redhat.de>
663560
- update to 0.98.38 and specfile cleanup
663560
663560
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
663560
- rebuilt
663560
663560
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
663560
- rebuilt
663560
663560
* Tue Dec 17 2002 Phil Knirsch <pknirsch@redhat.com> 0.98.35-2
663560
- Removed ExclusiveArch tag.
663560
- Fixed typo in homepage URL.
663560
663560
* Wed Dec 11 2002 Thomas Woerner <twoerner@redhat.com> 0.98.35-1
663560
- new version 0.98.35
663560
- nasm has new homepage (#77323)
663560
663560
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 0.98.34-2
663560
- fix %%doc list
663560
- remove unpackaged files from the buildroot
663560
663560
* Mon Sep 16 2002 Jeremy Katz <katzj@redhat.com> 0.98.34-1hammer
663560
- add x86_64 to ExclusiveArch list
663560
663560
* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.98.34-1
663560
- 0.98.34
663560
663560
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
663560
- automated rebuild
663560
663560
* Sun May 26 2002 Tim Powers <timp@redhat.com>
663560
- automated rebuild
663560
663560
* Tue May 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.98.32-1
663560
- 0.98.32
663560
- Various doc files have changed names/been removed/added
663560
- New download location (after the license change, it's at sourceforge)
663560
- The new version is LGPL
663560
- Only build on x86 (#65255)
663560
663560
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.98.22-2
663560
- Rebuild
663560
663560
* Mon Jan 21 2002 Bernhard Rosenkraenzer <bero@redhat.com>
663560
- Update to 0.98.22 to fix bogus code generation in SDL
663560
- Fix spec file, handle RPM_OPT_FLAGS
663560
663560
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
663560
- automated rebuild
663560
663560
* Tue Aug  7 2001 Trond Eivind Glomsrød <teg@redhat.com>
663560
- Updated patch from H.J. Lu for bogus elf generation (#45986,
663560
  verified by reporter) 
663560
663560
* Thu Apr 26 2001 Trond Eivind Glomsrød <teg@redhat.com>
663560
- Updated patch for bogus elf generation from hjl@gnu.org
663560
663560
* Tue Feb 13 2001 Trond Eivind Glomsrød <teg@redhat.com>
663560
- Add patch from H.J. Lu to avoid creating bogus elf objects (#27489)
663560
663560
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
663560
- automatic rebuild
663560
663560
* Tue Jun 13 2000 Trond Eivind Glomsrød <teg@redhat.com>
663560
- rewrote almost everything. The old specfile was bad, bad, bad.
663560
  Really Bad.
663560
663560
* Tue Apr 04 2000 Erik Troan <ewt@redhat.com>
663560
- moved to distribution (syslinux needs it)
663560
- gzipped man pages
663560
663560
* Thu Dec 02 1999 Preston Brown <pbrown@redhat.com>
663560
- adopted from one of the best .spec files I have seen in a long time. :)