mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
nasm.spec: s/Build-Requires/BuildRequires/
Fix incorrectly spelled tag. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
16ffec1864
commit
3e019c9197
@ -421,7 +421,7 @@ spec: nasm.spec
|
||||
ALLPERLSRC := $(shell find $(srcdir) -type f -name '*.p[lh]')
|
||||
|
||||
perlbreq.si: $(ALLPERLSRC)
|
||||
sed -n -r -e 's/^use[[:space:]]+([^[:space:];]+).*$$/Build-Requires: perl(\1)/p' $(ALLPERLSRC) | \
|
||||
sed -n -r -e 's/^use[[:space:]]+([^[:space:];]+).*$$/BuildRequires: perl(\1)/p' $(ALLPERLSRC) | \
|
||||
sed -r -e '/perl\((strict|warnings)\)/d' | \
|
||||
sort | uniq > perlbreq.si || ( rm -f perlbreq.si ; false )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user