Use glob instead of macro
This commit is contained in:
parent
0475e32d65
commit
8701a17e9d
4
icu.spec
4
icu.spec
@ -3,8 +3,6 @@
|
||||
# Set to 0 when upgrading to a new ICU release that contains up-to-date timezone data.
|
||||
# (or update the timezone data update..).
|
||||
%global use_tzdata_update 0
|
||||
# Adjust to version major; used in tzdata update.
|
||||
%global icu_major 73
|
||||
|
||||
Name: icu
|
||||
Version: 73.2
|
||||
@ -78,7 +76,7 @@ BuildArch: noarch
|
||||
%if 0%{?use_tzdata_update}
|
||||
pushd source
|
||||
unzip -o %{SOURCE1}
|
||||
rm -f data/in/icudt%{icu_major}l.dat
|
||||
rm -f data/in/icudt*l.dat
|
||||
cp -v -f %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} data/misc
|
||||
popd
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user