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:
parent
1bccc71f13
commit
a3f1837ce0
@ -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
|
Tue Jul 23 18:00:11 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
6
icu.spec
6
icu.spec
@ -22,7 +22,7 @@ Version: 51.2
|
|||||||
Release: 0
|
Release: 0
|
||||||
%define aversion 51_2
|
%define aversion 51_2
|
||||||
Summary: International Components for Unicode
|
Summary: International Components for Unicode
|
||||||
License: X11
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://icu-project.org/
|
Url: http://icu-project.org/
|
||||||
|
|
||||||
@ -235,7 +235,11 @@ fi;
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %_datadir/icu
|
%dir %_datadir/icu
|
||||||
%dir %_datadir/icu/%version
|
%dir %_datadir/icu/%version
|
||||||
|
%ifarch ppc ppc64 s390x
|
||||||
|
%_datadir/icu/%version/icudt51b.dat
|
||||||
|
%else
|
||||||
%_datadir/icu/%version/icudt51l.dat
|
%_datadir/icu/%version/icudt51l.dat
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n libicu-devel
|
%files -n libicu-devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
Reference in New Issue
Block a user