[grib_api] Fix ksh path

Orion Poplawski orion at fedoraproject.org
Sat Jan 14 15:46:20 UTC 2012


commit cc1de6fe69ee62ba04fb8d28281dd09ce3fab94d
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sat Jan 14 08:46:17 2012 -0700

    Fix ksh path

 grib_api.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/grib_api.spec b/grib_api.spec
index fdf2329..f79e594 100644
--- a/grib_api.spec
+++ b/grib_api.spec
@@ -1,6 +1,6 @@
 Name:           grib_api
 Version:        1.9.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        WMO FM-92 GRIB (v1,v2) interface accessible from C and FORTRAN programs
 
 Group:          Applications/System
@@ -39,6 +39,8 @@ Static libraries for %{name}
 %prep
 %setup -q
 %patch0 -p1 -b .paths
+# Fix ksh patch
+sed -i -e 's,/usr/bin/ksh,/bin/ksh' tools/grib1to2.txt
 
 
 %build
@@ -83,6 +85,9 @@ rm -rf %{buildroot}
 %{_libdir}/*.a
 
 %changelog
+* Sat Jan 14 2012 Orion Poplawski <orion at cora.nwra.com> - 1.9.9-2
+- Fix ksh path
+
 * Fri Jan 13 2012 Orion Poplawski <orion at cora.nwra.com> - 1.9.9-1
 - Update to 1.9.9
 - Fix directory ownership


More information about the scm-commits mailing list