[icu/f17] Resolves: rhbz#986814 install icu-config.sh from source2

Eike Rathke erack at fedoraproject.org
Mon Jul 22 09:30:05 UTC 2013


commit 9e25ab939edbe1e56e81ac8e1400ffdc45d89742
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Jul 22 11:29:32 2013 +0200

    Resolves: rhbz#986814 install icu-config.sh from source2

 icu.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/icu.spec b/icu.spec
index 89e1ecb..67a1594 100644
--- a/icu.spec
+++ b/icu.spec
@@ -1,6 +1,6 @@
 Name:      icu
 Version:   4.8.1.1
-Release:   6%{?dist}
+Release:   7%{?dist}
 Summary:   International Components for Unicode
 Group:     Development/Tools
 License:   MIT and UCD and Public Domain
@@ -97,7 +97,7 @@ chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so.*
  cd $RPM_BUILD_ROOT%{_bindir}
  mv icu-config icu-config-%{__isa_bits}
 )
-install -p -m755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/icu-config
+install -p -m755 -D %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/icu-config
 
 %check
 make -C source check
@@ -156,6 +156,9 @@ make -C source check
 %doc source/__docs/%{name}/html/*
 
 %changelog
+* Mon Jul 22 2013 Eike Rathke <erack at redhat.com> - 4.8.1.1-7
+- Resolves: rhbz#986814 install icu-config.sh from source2
+
 * Wed Jul 17 2013 Eike Rathke <erack at redhat.com> - 4.8.1.1-6
 - Resolves: rhbz#966141 various flaws in Layout Engine font processing
 - Resolves: rhbz#966077 aarch64 support for icu-config.sh wrapper


More information about the scm-commits mailing list