This commit is contained in:
parent
9e0c731608
commit
57c96e5113
38
yasm.spec
38
yasm.spec
@ -1,22 +1,30 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yasm (Version 0.6.2)
|
# spec file for package yasm (Version 0.6.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 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.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: yasm
|
Name: yasm
|
||||||
Url: http://www.tortall.net/projects/yasm/
|
Url: http://www.tortall.net/projects/yasm/
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.6.2
|
Version: 0.6.2
|
||||||
Release: 1
|
Release: 85
|
||||||
Summary: YASM is a complete rewrite of the NASM assembler
|
Summary: YASM is a complete rewrite of the NASM assembler
|
||||||
Source: yasm-%{version}.tar.bz2
|
Source: yasm-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -36,6 +44,7 @@ Authors:
|
|||||||
Peter Johnson <peter@tortall.net>
|
Peter Johnson <peter@tortall.net>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: BSD 3-Clause
|
||||||
Summary: YASM development package
|
Summary: YASM development package
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -83,8 +92,9 @@ rm -rf %buildroot
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/usr/include/*
|
/usr/include/*
|
||||||
%_libdir/lib*.a
|
%_libdir/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 30 2007 - uli@suse.de
|
* Tue Oct 30 2007 uli@suse.de
|
||||||
- update -> 0.6.2; new features since 0.4.0:
|
- update -> 0.6.2; new features since 0.4.0:
|
||||||
* AMD SSE4a and SSE5 instruction support.
|
* AMD SSE4a and SSE5 instruction support.
|
||||||
* AMD LZCNT, POPCNT, EXTRQ, INSERTQ, MOVNTSD, and MOVNTSS instruction
|
* AMD LZCNT, POPCNT, EXTRQ, INSERTQ, MOVNTSD, and MOVNTSS instruction
|
||||||
@ -148,24 +158,24 @@ rm -rf %buildroot
|
|||||||
x86 (including DWARF2 debug information).
|
x86 (including DWARF2 debug information).
|
||||||
* Specifying "amd64" as the machine (or using a 64-bit object format)
|
* Specifying "amd64" as the machine (or using a 64-bit object format)
|
||||||
automatically sets BITS 64.
|
automatically sets BITS 64.
|
||||||
* Tue May 29 2007 - pth@suse.de
|
* Tue May 29 2007 pth@suse.de
|
||||||
- Split off headers and .so symlinks to -devel subpackage.
|
- Split off headers and .so symlinks to -devel subpackage.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Jul 04 2005 - sf@suse.de
|
* Mon Jul 04 2005 sf@suse.de
|
||||||
- fix missing string function declarations
|
- fix missing string function declarations
|
||||||
* Wed Apr 27 2005 - meissner@suse.de
|
* Wed Apr 27 2005 meissner@suse.de
|
||||||
- fixed one stack overflow.
|
- fixed one stack overflow.
|
||||||
* Sun Mar 20 2005 - olh@suse.de
|
* Sun Mar 20 2005 olh@suse.de
|
||||||
- fix memory corruption in genmacro while handling empty lines
|
- fix memory corruption in genmacro while handling empty lines
|
||||||
or lines with whitespaces only
|
or lines with whitespaces only
|
||||||
use RPM_OPT_FLAGS, build with icecream
|
use RPM_OPT_FLAGS, build with icecream
|
||||||
* Thu Feb 10 2005 - sf@suse.de
|
* Thu Feb 10 2005 sf@suse.de
|
||||||
- update to version 0.4.0
|
- update to version 0.4.0
|
||||||
- added man pages
|
- added man pages
|
||||||
* Fri Nov 12 2004 - ro@suse.de
|
* Fri Nov 12 2004 ro@suse.de
|
||||||
- fixed file list
|
- fixed file list
|
||||||
* Sat Jan 10 2004 - adrian@suse.de
|
* Sat Jan 10 2004 adrian@suse.de
|
||||||
- add %%defattr and %%run_dlconfig
|
- add %%defattr and %%run_dlconfig
|
||||||
* Wed Nov 12 2003 - sf@suse.de
|
* Wed Nov 12 2003 sf@suse.de
|
||||||
- initial release 0.3.0
|
- initial release 0.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user