diff --git a/colord.spec b/colord.spec index 3e8208b..ca5be50 100644 --- a/colord.spec +++ b/colord.spec @@ -1,6 +1,6 @@ Name: colord Version: 1.4.3 -Release: 3 +Release: 4 Summary: A system activated daemon License: GPLv2+ and LGPLv2+ URL: https://www.freedesktop.org/software/colord/ @@ -77,7 +77,8 @@ exit 0 %systemd_postun colord.service %files -f %{name}.lang -%doc COPYING +%doc AUTHORS +%license COPYING %{_bindir}/* %attr(755,colord,colord) %dir %{_localstatedir}/lib/colord/icc %attr(755,colord,colord) %dir %{_localstatedir}/lib/colord @@ -135,7 +136,7 @@ exit 0 %{_icccolordir}/colord/WideGamutRGB.icc %files help -%doc AUTHORS README.md NEWS +%doc README.md NEWS %dir %{_datadir}/gtk-doc/html/colord %{_datadir}/gtk-doc/html/colord/* %{_datadir}/dbus-1/interfaces/org.freedesktop.ColorHelper.xml @@ -144,5 +145,8 @@ exit 0 %{_datadir}/man/man1/*.1.gz %changelog +* Tue Dec 24 2019 openEuler Buildteam - 1.4.3-4 +- change the path of files + * Wed Sep 18 2019 Yiru Wang - 1.4.3-3 - Pakcage init