Spec cleanup
This commit is contained in:
parent
062aea8af6
commit
1298337f63
8
icu.spec
8
icu.spec
@ -112,21 +112,13 @@ install -p -m755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/icu-config
|
||||
if grep -q @VERSION@ source/tools/*/*.8 source/tools/*/*.1 source/config/*.1; then
|
||||
exit 1
|
||||
fi
|
||||
%ifarch i686
|
||||
# F26 since the mass rebuild in 2017-Feb fails a check, ignore error. TODO: find cause / disable only one.
|
||||
%make_build -C source check ||:
|
||||
%else
|
||||
%make_build -C source check
|
||||
%endif
|
||||
|
||||
# log available codes
|
||||
pushd source
|
||||
LD_LIBRARY_PATH=lib:stubdata:tools/ctestfw:$LD_LIBRARY_PATH bin/uconv -l
|
||||
|
||||
|
||||
%ldconfig_scriptlets -n lib%{name}
|
||||
|
||||
|
||||
%files
|
||||
%license license.html
|
||||
%exclude %{_datadir}/%{name}/*/LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user