Accepting request 47050 from devel:tools:compiler
checked in (request 47050) OBS-URL: https://build.opensuse.org/request/show/47050 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/yasm?expand=0&rev=8
This commit is contained in:
parent
d5b20d2db7
commit
818dffbec1
@ -24,12 +24,13 @@ License: BSD3c
|
|||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.8.0
|
Version: 0.8.0
|
||||||
Release: 1
|
Release: 6
|
||||||
Summary: A complete rewrite of the NASM assembler
|
Summary: 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
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
Patch: yasm-no-build-date.patch
|
Patch: yasm-no-build-date.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
YASM is a complete rewrite of the NASM assembler. It is designed from
|
YASM is a complete rewrite of the NASM assembler. It is designed from
|
||||||
the ground up to allow for multiple syntaxes to be supported (e.g.,
|
the ground up to allow for multiple syntaxes to be supported (e.g.,
|
||||||
@ -63,6 +64,7 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
%patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
%configure --prefix=/usr --with-gnu-ld --enable-python
|
%configure --prefix=/usr --with-gnu-ld --enable-python
|
||||||
|
Loading…
Reference in New Issue
Block a user