0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

Automatically make a specfile

This commit is contained in:
H. Peter Anvin
2002-05-27 01:14:00 +00:00
parent 4f22df2b91
commit d093e3232a

View File

@@ -100,6 +100,12 @@ zip -9Dlr ../../nasm-${version}.zip -x@"$bins" * # Text files
zip -9Dgr ../../nasm-${version}.zip -i@"$bins" * # Binary files zip -9Dgr ../../nasm-${version}.zip -i@"$bins" * # Binary files
cd .. cd ..
# Create specfile
cd nasm-$version
make spec
cp nasm.spec ../../nasm-${version}.spec
cd ..
# Record what we have already generated # Record what we have already generated
find nasm-$version -not -type d -print > main find nasm-$version -not -type d -print > main