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
This commit is contained in:
Jan Engelhardt 2013-07-29 20:14:57 +00:00 committed by Git OBS Bridge
parent 1bccc71f13
commit a3f1837ce0
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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)