rpms/ncl/devel ncl.spec,1.21,1.22

Orion Poplawski orion at fedoraproject.org
Tue Sep 22 17:42:33 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/ncl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2327

Modified Files:
	ncl.spec 
Log Message:
Add rhel conditionals for EPEL builds



Index: ncl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ncl/devel/ncl.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- ncl.spec	25 Jul 2009 15:51:17 -0000	1.21
+++ ncl.spec	22 Sep 2009 17:42:33 -0000	1.22
@@ -77,7 +77,9 @@ The software comes with a couple of usef
 Summary:        Common files for NCL and NCAR Graphics
 Group:          Applications/Engineering
 Requires:       %{name} = %{version}-%{release}
+%if 0%{?fedora} > 9 || 0%{?rhel} > 5
 BuildArch:      noarch
+%endif
 
 %description common
 %{summary}.
@@ -100,7 +102,9 @@ Obsoletes:      ncarg-devel < %{version}
 Summary:        Example programs and data using NCL
 Group:          Development/Libraries
 Requires:       %{name}-devel = %{version}-%{release}
+%if 0%{?fedora} > 9 || 0%{?rhel} > 5
 BuildArch:      noarch
+%endif
 
 %description examples
 Example programs and data using NCL.




More information about the scm-commits mailing list