SHA256
1
0
forked from pool/nasm
OBS User unknown 2007-01-26 16:44:59 +00:00 committed by Git OBS Bridge
parent 3dfdb8b508
commit 5f386fd30b
2 changed files with 25 additions and 20 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 26 13:16:42 CET 2007 - ro@suse.de
- replace ghostscript-mini by ghostscript_any in BuildReq (#119914)
-------------------------------------------------------------------
Wed Jan 25 21:38:34 CET 2006 - mls@suse.de

View File

@ -1,35 +1,33 @@
#
# spec file for package nasm (Version 0.98.39)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: nasm
BuildRequires: ghostscript-mini
URL: http://nasm.sourceforge.net/
License: LGPL
Group: Development/Languages/Other
Autoreqprov: on
Version: 0.98.39
Release: 1
Summary: Netwide Assembler (an x86 assembler)
Source: nasm-%version.tar.bz2
PreReq: %install_info_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Name: nasm
BuildRequires: ghostscript_any
URL: http://nasm.sourceforge.net/
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Development/Languages/Other
Autoreqprov: on
Version: 0.98.39
Release: 35
Summary: Netwide Assembler (An x86 Assembler)
Source: nasm-%version.tar.bz2
PreReq: %install_info_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
NASM is a prototype general-purpose x86 assembler. It will currently
output several binary formats, including among others ELF, a.out, Win32
and OS/2.
NASM is a prototype general-purpose x86 assembler. It can currently
output several binary formats, including ELF, a.out, Win32, and OS/2.
Please read the licence agreement in
/usr/share/doc/packages/nasm/Licence.
Read the licence agreement in /usr/share/doc/packages/nasm/Licence.
@ -78,11 +76,13 @@ rm -f $RPM_BUILD_ROOT/%_docdir/nasm/*.ps
%doc %{_infodir}/nasm*
%changelog -n nasm
* Fri Jan 26 2007 - ro@suse.de
- replace ghostscript-mini by ghostscript_any in BuildReq (#119914)
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Sep 22 2005 - uli@suse.de
- update -> 0.98.39 (includes secfix and no longer builds with
-ansi, among other things)
-ansi, among other things)
* Tue Dec 21 2004 - sf@suse.de
- use vsnprintf to avoid buffer overflow (#49336)
* Wed Feb 25 2004 - stepan@suse.de