[nco] - BR antlr-C++ on Fedora 14+

Orion Poplawski orion at fedoraproject.org
Thu Dec 16 22:54:40 UTC 2010


commit e77af3a81534e350fc385ebb2623acec4cf5fa57
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Dec 16 15:54:33 2010 -0700

    - BR antlr-C++ on Fedora 14+

 nco.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/nco.spec b/nco.spec
index 67f34d7..183d00c 100644
--- a/nco.spec
+++ b/nco.spec
@@ -1,6 +1,6 @@
 Name:           nco
 Version:        4.0.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Suite of programs for manipulating NetCDF/HDF4 files
 Group:          Applications/Engineering
 License:        GPLv3
@@ -20,7 +20,11 @@ BuildRequires:  netcdf-devel
 BuildRequires:  libnc-dap-devel
 %endif
 BuildRequires:  udunits2-devel
+%if 0%{?fedora} >= 14
+BuildRequires:  antlr-C++
+%else
 BuildRequires:  antlr
+%endif
 BuildRequires:  gsl-devel
 BuildRequires:  texinfo-tex texinfo
 
@@ -129,6 +133,9 @@ fi
 %{_libdir}/libnco*.a
 
 %changelog
+* Thu Dec 16 2010 - Orion Poplawski <orion at cora.nwra.com> - 4.0.5-3
+- BR antlr-C++ on Fedora 14+
+
 * Mon Dec 13 2010 - Orion Poplawski <orion at cora.nwra.com> - 4.0.5-2
 - Use libnc-dap only for EL5
 - Other EL5 fixes


More information about the scm-commits mailing list