Accepting request 184880 from X11:common:Factory
forward 148876 from dvaleev OBS-URL: https://build.opensuse.org/request/show/184880 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/icu?expand=0&rev=43
This commit is contained in:
commit
d4ed4ce83d
@ -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
|
||||
|
||||
|
6
icu.spec
6
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 %sparc mips hppa ppc ppc64 s390x
|
||||
%_datadir/icu/%version/icudt51b.dat
|
||||
%else
|
||||
%_datadir/icu/%version/icudt51l.dat
|
||||
%endif
|
||||
|
||||
%files -n libicu-devel
|
||||
%defattr(-, root, root)
|
||||
|
Loading…
Reference in New Issue
Block a user