[thredds/f20] fix BuildArch

gil gil at fedoraproject.org
Wed Nov 6 19:41:33 UTC 2013


commit 1b1131a74fd5c1684858a30cc6f2576863883c1c
Author: gil <puntogil at libero.it>
Date:   Wed Nov 6 20:41:47 2013 +0100

    fix BuildArch

 thredds.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/thredds.spec b/thredds.spec
index fec4a10..f3b678d 100644
--- a/thredds.spec
+++ b/thredds.spec
@@ -87,18 +87,21 @@ as well as to many other types of scientific data formats.
 %if 0
 %package -n bufr
 Summary:       BUFR IOSP
+BuildArch:     noarch
 
 %description -n bufr
 Reading BUFR files with the NetCDF-java library.
 
 %package -n grib
 Summary:       GRIB IOSP and Feature Collection
+BuildArch:     noarch
 
 %description -n grib
 Decoder for the GRIB format.
 
 %package -n tdm
 Summary:       THREDDS Data Manager (TDM)
+BuildArch:     noarch
 
 %description -n tdm
 THREDDS Data Manager (TDM).
@@ -117,6 +120,7 @@ another, raising a unit to a power).
 
 %package javadoc
 Summary:       Javadoc for %{name}
+BuildArch:     noarch
 
 %description javadoc
 This package contains javadoc for %{name}.


More information about the scm-commits mailing list