Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yambar for openSUSE:Factory checked in at 2022-12-27 11:54:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yambar (Old) and /work/SRC/openSUSE:Factory/.yambar.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yambar" Tue Dec 27 11:54:59 2022 rev:4 rq:1045445 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yambar/yambar.changes 2022-12-20 20:21:12.806117109 +0100 +++ /work/SRC/openSUSE:Factory/.yambar.new.1563/yambar.changes 2022-12-27 11:55:09.063344323 +0100 @@ -1,0 +2,6 @@ +Tue Dec 20 04:07:01 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Fix installation of license and docs. +- Set devel to noarch. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yambar.spec ++++++ --- /var/tmp/diff_new_pack.ZM6Db1/_old 2022-12-27 11:55:09.519346859 +0100 +++ /var/tmp/diff_new_pack.ZM6Db1/_new 2022-12-27 11:55:09.523346882 +0100 @@ -65,6 +65,7 @@ Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} +BuildArch: noarch %description devel Modules for interacting and modifying yambar. @@ -86,9 +87,11 @@ %install %{meson_install} +# We remove this because the docs are supplemented already +# from the doc and license macros +rm -rfv %{buildroot}%{_datadir}/doc/ + %files -%license LICENSE -%doc README.md %{_mandir}/man1/yambar.1%{?ext_man} %{_mandir}/man5/yambar.5%{?ext_man} %{_mandir}/man5/yambar-decorations.5%{?ext_man} @@ -119,6 +122,9 @@ %{_datadir}/applications/yambar.desktop %{_datadir}/zsh/site-functions/_yambar +%license LICENSE +%doc README.md CHANGELOG.md + %files devel %dir %{_includedir}/%{name}/ %dir %{_includedir}/%{name}/bar @@ -136,8 +142,4 @@ %{_includedir}/%{name}/xcb.h %{_includedir}/%{name}/yml.h -%dir %{_datadir}/doc/%{name}/ -%license %{_datadir}/doc/%{name}/LICENSE -%doc %{_datadir}/doc/%{name}/README.md - %changelog