diff --git a/icu.changes b/icu.changes index de2eaee..6dfdf0d 100644 --- a/icu.changes +++ b/icu.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 29 18:34:20 UTC 2013 - dvaleev@suse.com + +- make filelist depend on architecture + icudt51b.dat - on BigEndian platforms + icudt51l.dat - on LittleEndian + ------------------------------------------------------------------- Tue Jul 23 18:00:11 UTC 2013 - jengelh@inai.de diff --git a/icu.spec b/icu.spec index f9f7cfd..5e90bda 100644 --- a/icu.spec +++ b/icu.spec @@ -22,7 +22,7 @@ Version: 51.2 Release: 0 %define aversion 51_2 Summary: International Components for Unicode -License: X11 +License: MIT Group: Development/Libraries/C and C++ Url: http://icu-project.org/ @@ -235,7 +235,11 @@ fi; %defattr(-,root,root) %dir %_datadir/icu %dir %_datadir/icu/%version +%ifarch ppc ppc64 s390x +%_datadir/icu/%version/icudt51b.dat +%else %_datadir/icu/%version/icudt51l.dat +%endif %files -n libicu-devel %defattr(-, root, root)