fix the bug in spec and rebuild

(cherry picked from commit 160551cabe12eca1e87525978bc2cc272707065a)
This commit is contained in:
jzm369 2021-02-09 10:25:41 +08:00 committed by openeuler-sync-bot
parent fbb11dbd99
commit c9c9044ae1

View File

@ -1,6 +1,6 @@
Name: hicolor-icon-theme Name: hicolor-icon-theme
Version: 0.17 Version: 0.17
Release: 4 Release: 6
Summary: The default icon theme Summary: The default icon theme
License: GPLv2+ License: GPLv2+
@ -37,11 +37,18 @@ gtk-update-icon-cache --force %{_datadir}/icons/hicolor &>/dev/null || :
%files %files
%doc README %doc README
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_datadir}/icons/hicolor
%ghost %{_datadir}/icons/hicolor/icon-theme.cache %ghost %{_datadir}/icons/hicolor/icon-theme.cache
%{_datadir}/icons/hicolor/index.theme %{_datadir}/icons/hicolor/index.theme
%{_datadir}/icons/hicolor/*/* %{_datadir}/icons/hicolor/*/*
%license COPYING %license COPYING
%changelog %changelog
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 0.17-6
- rebuild hicolor-icon-theme
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 0.17.5
- fix the bug for packing files
* Mon Aug 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.17-4 * Mon Aug 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.17-4
- Package Init - Package Init