!4 modify the usage of hardlink

Merge pull request !4 from Minjie.Ma/xsl
This commit is contained in:
openeuler-ci-bot 2020-07-25 15:38:14 +08:00 committed by Gitee
commit 402feb9204

View File

@ -1,6 +1,6 @@
Name: breeze-icon-theme
Version: 5.50.0
Release: 2
Release: 3
Summary: Breeze icon theme
License: LGPLv3+
@ -49,7 +49,7 @@ cd -
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
/usr/sbin/hardlink -c -v %{buildroot}%{_datadir}/icons/
hardlink -c -v %{buildroot}%{_datadir}/icons/
touch %{buildroot}%{_kf5_datadir}/icons/breeze/icon-theme.cache
touch %{buildroot}%{_kf5_datadir}/icons/breeze-dark/icon-theme.cache
@ -95,5 +95,8 @@ gtk-update-icon-cache %{_datadir}/icons/breeze-dark &>/dev/null || :
%changelog
* Sat Jul 25 2020 Senlin <xisenlin1@huawei.com> - 5.50.0-3
- modify the usage of hardlink: hardlink is provided by util-linux
* Thu Mar 5 2020 dingyiming <dingyiming3@huawei.com> - 5.50.0-2
- Package init