|
From: <hp...@us...> - 2002-05-06 07:07:28
|
Update of /cvsroot/nasm/nasm
In directory usw-pr-cvs1:/tmp/cvs-serv28208
Modified Files:
nasm.spec.in
Log Message:
Make RPM itself cycle through the necessary "architectures" to produce
the doc package as noarch and the rest as the default arch.
Index: nasm.spec.in
===================================================================
RCS file: /cvsroot/nasm/nasm/nasm.spec.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nasm.spec.in 6 May 2002 06:46:14 -0000 1.3
+++ nasm.spec.in 6 May 2002 07:07:25 -0000 1.4
@@ -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 @@
BuildRoot: /tmp/rpm-build-nasm
Prefix: /usr
BuildPrereq: perl
+BuildArchitectures: noarch %{_arch}
%package doc
Summary: Extensive documentation for NASM
|