From a3f1837ce0b956baf363a35948c9179cfa0a4183eaa8af4873ad1d34e11e518c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 29 Jul 2013 20:14:57 +0000 Subject: [PATCH 1/2] Accepting request 184876 from home:k0da:ppc - make filelist depend on architecture icudt51b.dat - on BigEndian platforms icudt51l.dat - on LittleEndian OBS-URL: https://build.opensuse.org/request/show/184876 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=34 --- icu.changes | 7 +++++++ icu.spec | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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) From 4bd87c1103add96656bc9ebb61d360d35a335eb2949dadc37104602749c7461d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 29 Jul 2013 20:25:07 +0000 Subject: [PATCH 2/2] more BE platforms OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=35 --- icu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu.spec b/icu.spec index 5e90bda..5189bdc 100644 --- a/icu.spec +++ b/icu.spec @@ -235,7 +235,7 @@ fi; %defattr(-,root,root) %dir %_datadir/icu %dir %_datadir/icu/%version -%ifarch ppc ppc64 s390x +%ifarch %sparc mips hppa ppc ppc64 s390x %_datadir/icu/%version/icudt51b.dat %else %_datadir/icu/%version/icudt51l.dat