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

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


commit b21c1f4103579e05fd82c4ceffab71997812d7e0
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Jul 22 11:21:30 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 c4bcd5a..804ffa4 100644
--- a/icu.spec
+++ b/icu.spec
@@ -1,6 +1,6 @@
 Name:      icu
 Version:   49.1.1
-Release:   9%{?dist}
+Release:   10%{?dist}
 Summary:   International Components for Unicode
 Group:     Development/Tools
 License:   MIT and UCD and Public Domain
@@ -113,7 +113,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
@@ -178,6 +178,9 @@ make %{?_smp_mflags} -C source check
 %doc source/__docs/%{name}/html/*
 
 %changelog
+* Mon Jul 22 2013 Eike Rathke <erack at redhat.com> - 49.1.1-10
+- Resolves: rhbz#986814 install icu-config.sh from source2
+
 * Wed Jul 17 2013 Eike Rathke <erack at redhat.com> - 49.1.1-9
 - 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