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

Eike Rathke erack at fedoraproject.org
Mon Jul 22 09:11:51 UTC 2013


commit fc32a7538954920cbf4a69f2d7e6f75a21fa419e
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Jul 22 11:10:54 2013 +0200

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

 icu.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/icu.spec b/icu.spec
index 0a13c80..5293f50 100644
--- a/icu.spec
+++ b/icu.spec
@@ -112,7 +112,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
 # test to ensure that -j(X>1) didn't "break" man pages. b.f.u #2357
@@ -177,6 +177,9 @@ make %{?_smp_mflags} -C source check
 %doc source/__docs/%{name}/html/*
 
 %changelog
+* Mon Jul 22 2013 Eike Rathke <erack at redhat.com> - 50.1.2-7
+- Resolves: rhbz#986814 install icu-config.sh from source2
+
 * Wed Jul 17 2013 Eike Rathke <erack at redhat.com> - 50.1.2-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