rhbz#856594 to-do add --disable-renaming on next soname bump

This commit is contained in:
Caolán McNamara 2012-09-12 20:43:31 +01:00
parent c36751576f
commit c830678fab

View File

@ -1,6 +1,6 @@
Name: icu Name: icu
Version: 49.1.1 Version: 49.1.1
Release: 6%{?dist} Release: 7%{?dist}
Summary: International Components for Unicode Summary: International Components for Unicode
Group: Development/Tools Group: Development/Tools
License: MIT and UCD and Public Domain License: MIT and UCD and Public Domain
@ -63,7 +63,8 @@ cd source
autoconf autoconf
CFLAGS='%optflags -fno-strict-aliasing' CFLAGS='%optflags -fno-strict-aliasing'
CXXFLAGS='%optflags -fno-strict-aliasing' CXXFLAGS='%optflags -fno-strict-aliasing'
%configure --with-data-packaging=library --disable-samples --disable-renaming #rhbz#856594 to-do add --disable-renaming on next soname bump
%configure --with-data-packaging=library --disable-samples
#rhbz#225896 #rhbz#225896
sed -i 's|-nodefaultlibs -nostdlib||' config/mh-linux sed -i 's|-nodefaultlibs -nostdlib||' config/mh-linux
#rhbz#681941 #rhbz#681941
@ -153,6 +154,9 @@ make %{?_smp_mflags} -C source check
%doc source/__docs/%{name}/html/* %doc source/__docs/%{name}/html/*
%changelog %changelog
* Wed Sep 12 2012 Caolán McNamara <caolanm@redhat.com> - 49.1.1-7
- Related: rhbz#856594 reenable icu symbol renaming
* Wed Sep 12 2012 Caolán McNamara <caolanm@redhat.com> - 49.1.1-6 * Wed Sep 12 2012 Caolán McNamara <caolanm@redhat.com> - 49.1.1-6
- Resolves: rhbz#856594 disable icu symbol renaming - Resolves: rhbz#856594 disable icu symbol renaming