- pdf docs are duplication of html, txt and postscript

This commit is contained in:
Jeremy Katz 2005-04-04 17:47:14 +00:00
parent de04caba94
commit 39f71bcdfb

View File

@ -1,7 +1,7 @@
Summary: A portable x86 assembler which uses Intel-like syntax.
Name: nasm
Version: 0.98.39
Release: 2
Release: 3
Patch0: nasm-0.98-boguself2.patch
Patch1: nasm-0.98.39-overfl.patch
License: LGPL
@ -78,7 +78,7 @@ fi
%files doc
%defattr(-,root,root)
%doc html nasmdoc.txt.gz nasmdoc.ps.gz nasmdoc.pdf
%doc html nasmdoc.txt.gz nasmdoc.ps.gz
%files rdoff
%defattr(-,root,root)
@ -90,6 +90,9 @@ fi
%{_bindir}/rdx
%changelog
* Mon Apr 4 2005 Jeremy Katz <katzj@redhat.com> - 0.98.39-3
- pdf docs are duplication of html, txt and postscript
* Fri Apr 01 2005 Jindrich Novy <jnovy@redhat.com> 0.98.39-2
- fix yet another vsprintf buffer overflow (#152963)