[info=c3a56d7a9e383aa2ada172caf622dc6cf4a47d01316f87434b7ef3fcde89b7aa]
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=178
This commit is contained in:
parent
6a4a4698e7
commit
c9f1279fea
@ -1,4 +1,4 @@
|
|||||||
mtime: 1727871104
|
mtime: 1727875496
|
||||||
commit: e42094e4a2b793aff296f43cb650a94a5e17276afb351bf2d0f74b8f833c3429
|
commit: c3a56d7a9e383aa2ada172caf622dc6cf4a47d01316f87434b7ef3fcde89b7aa
|
||||||
url: https://src.opensuse.org/jengelh/icu
|
url: https://src.opensuse.org/jengelh/icu
|
||||||
revision: master
|
revision: master
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d6382c1fe8b27ae9323944675cc8aa4e76ba07c4e4ae592f4c73bd2184e9c5ce
|
oid sha256:fc1e6f5a50ff3dabd00b91c994506a72fa786ba128934e294d5a75364fb19af4
|
||||||
size 256
|
size 256
|
||||||
|
12
icu.spec
12
icu.spec
@ -16,10 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{define amajor 76} # what icu thinks it is
|
# what icu thinks the package is
|
||||||
%{define aversion 76.1} # what icu thinks it is
|
%define amajor 76
|
||||||
%{define sonum %amajor} # for the rare case that SUSE needs to workaround ABI breaks
|
%define aversion 76.1
|
||||||
%{define lname libicu%amajor} # like sonum but with underscore
|
# for the rare case that SUSE needs to workaround ABI breaks:
|
||||||
|
%define sonum %amajor
|
||||||
|
# like sonum, but with underscore
|
||||||
|
%define lname libicu%amajor
|
||||||
|
|
||||||
%ifarch %armb hppa mips mips64 ppc ppc64 %sparc s390 s390x m68k
|
%ifarch %armb hppa mips mips64 ppc ppc64 %sparc s390 s390x m68k
|
||||||
%define be_platform 1
|
%define be_platform 1
|
||||||
%else
|
%else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user