[grib_api] Fix typo, add convert comment

Orion Poplawski orion at fedoraproject.org
Mon Jul 9 15:56:59 UTC 2012


commit 08fca37f8db1b91b32254f3b51d2891b12cd9f4d
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Jul 9 09:56:58 2012 -0600

    Fix typo, add convert comment

 grib_api.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/grib_api.spec b/grib_api.spec
index 11b2fd2..4540ac2 100644
--- a/grib_api.spec
+++ b/grib_api.spec
@@ -25,7 +25,7 @@ Group:      Development/Languages
 Requires:   %{name}%{?_isa} = %{version}-%{release}
 Requires:   %{name}-static%{?_isa} = %{version}-%{release}
 Requires:   gcc-gfortran%{?_isa}
-Requires:   jasper-devel%{_?isa}
+Requires:   jasper-devel%{?_isa}
 
 %description devel
 Header files and libraries for building a extension library
@@ -60,6 +60,7 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
+# Convert ISO88591 text to UTF-8
 for file in `find %{buildroot}/%{_datadir}/%{name}/definitions/`; do
     iconv -f ISO88591 -t utf-8 $file > $file.new && mv $file.new $file || rm -f $file.new
 done


More information about the scm-commits mailing list