Make RPM itself cycle through the necessary "architectures" to produce
authorH. Peter Anvin <hpa@zytor.com>
Mon, 6 May 2002 07:07:25 +0000 (07:07 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 6 May 2002 07:07:25 +0000 (07:07 +0000)
the doc package as noarch and the rest as the default arch.

nasm.spec.in

index 0775001..d0fe6ec 100644 (file)
@@ -1,8 +1,3 @@
-#
-# This RPM file should be built twice: once normally, to build the
-# nasm and nasm-rdoff packages, and once with --target=noarch to build
-# the nasm-doc RPM.
-#
 Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax
 Name: nasm
 Version: @@VERSION@@
@@ -14,6 +9,7 @@ URL: http://nasm.2y.net/
 BuildRoot: /tmp/rpm-build-nasm
 Prefix: /usr
 BuildPrereq: perl
+BuildArchitectures: noarch %{_arch}
 
 %package doc
 Summary: Extensive documentation for NASM