diff --git a/yasm.spec b/yasm.spec index b685da3..51ae79e 100644 --- a/yasm.spec +++ b/yasm.spec @@ -24,12 +24,13 @@ License: BSD3c Group: Development/Languages/Other AutoReqProv: on Version: 0.8.0 -Release: 1 +Release: 6 Summary: A complete rewrite of the NASM assembler Source: yasm-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python -Patch: yasm-no-build-date.patch +Patch: yasm-no-build-date.patch + %description 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., @@ -63,6 +64,7 @@ Authors: %prep %setup -q %patch + %build export CFLAGS="%{optflags}" %configure --prefix=/usr --with-gnu-ld --enable-python