[ncl] - No flex-static in EL

Orion Poplawski orion at fedoraproject.org
Fri Dec 10 21:33:57 UTC 2010


commit 96a293d5d64e0cda810ea2c7f2bb76cade1bbfb1
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Dec 10 14:33:50 2010 -0700

    - No flex-static in EL

 ncl.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ncl.spec b/ncl.spec
index c550887..d611fd7 100644
--- a/ncl.spec
+++ b/ncl.spec
@@ -51,7 +51,10 @@ BuildRequires:  hdf-static, hdf-devel >= 4.2r2, libjpeg-devel
 BuildRequires:  g2clib-static, g2clib-devel, librx-devel, atlas-devel
 # imake needed for makedepend
 BuildRequires:  imake, libXt-devel, libXaw-devel, libXext-devel, libXpm-devel
-BuildRequires:  byacc, flex, flex-static
+BuildRequires:  byacc, flex
+%if %{?fedora} >= 13
+BuildRequires:  flex-static
+%endif
 BuildRequires:  udunits2-devel
 Requires:       %{name}-common = %{version}-%{release}
 Requires:       udunits2
@@ -334,6 +337,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Dec 10 2010 - Orion Poplawski <orion at cora.nwra.com> - 5.2.1-5
+- No flex-static in EL
+
 * Mon Nov 22 2010 - Orion Poplawski <orion at cora.nwra.com> - 5.2.1-4
 - Add BR flex-static
 


More information about the scm-commits mailing list