From 772bd3cd4ca1dc66da356ea3d296e9f70ac9a2e3fff1ae9577180876c377b11b Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 26 Jul 2024 02:15:49 +0000 Subject: [PATCH] - Fix contrib file list in %prep. Contrib are not part of river's sources from upstream so it makes sense to put it here. * include vendor.tar.zst (so users can see what's inside) * include river-run.sh (so users know if they want to edit this) * include river-portals.conf OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=69 --- river.changes | 9 +++++++++ river.spec | 2 ++ 2 files changed, 11 insertions(+) diff --git a/river.changes b/river.changes index 74f3057..85d3ba2 100644 --- a/river.changes +++ b/river.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jul 26 02:14:14 UTC 2024 - Soc Virnyl Estela + +- Fix contrib file list in %prep. Contrib are not part of river's sources + from upstream so it makes sense to put it here. + * include vendor.tar.zst (so users can see what's inside) + * include river-run.sh (so users know if they want to edit this) + * include river-portals.conf + ------------------------------------------------------------------- Fri Jul 26 02:08:30 UTC 2024 - Soc Virnyl Estela diff --git a/river.spec b/river.spec index ae0a680..826ed02 100644 --- a/river.spec +++ b/river.spec @@ -174,6 +174,8 @@ sed -i 's|Exec=river|Exec=river-run.sh|' contrib/river.desktop install -Dpm 0644 contrib/river.desktop %{buildroot}%{_datadir}/wayland-sessions cp -rv contrib %{buildroot}%{_datadir}/river/contrib cp -v %{SOURCE2} %{buildroot}%{_datadir}/river/contrib/ +cp -v %{SOURCE3} %{buildroot}%{_datadir}/river/contrib/ +cp -v %{SOURCE4} %{buildroot}%{_datadir}/river/contrib/ # Install convenient script to run river install -Dpm 0755 %{SOURCE3} %{buildroot}%{_bindir}