Browse Source

upgrading package: nasm 2.13.02 -> 2.14

master
parent
commit
7b80d374ab
  1. 7
      nasm/nasm.spec

7
nasm/nasm.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: PLUS
Group: Compiler
License: LGPL
Version: 2.13.02
Release: 20171202
Version: 2.14
Release: 20181127
# list of sources
Source0: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/nasm-%{version}.tar.xz
@ -65,7 +65,8 @@ PreReq: OpenPKG, openpkg >= 20160101
CFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix} \
--mandir=%{l_prefix}/man
--mandir=%{l_prefix}/man \
--disable-werror
%{l_make} %{l_mflags -O}
%install

Loading…
Cancel
Save