Skip to content

Commit cb87d7c

Browse files
committed
chore(zellij): some updates
1 parent 6313481 commit cb87d7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/zellij/zellij.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ mv -v target/wasm32-wasip1/release/*.wasm zellij-utils/assets/plugins/
122122

123123
# Build zellij proper
124124
cargo --offline build --release --features unstable
125+
RUSTFLAGS='-C strip=symbols' cargo tree --workspace --edges no-build,no-dev,no-proc-macro --no-dedupe --target all \
126+
--prefix none --format '{l}: {p}' | sort -u | sed -e "s: ($(pwd)[^)]*)::g" -e 's: / :/:g' -e 's:/: OR :g' > LICENSE.dependencies
125127

126128
for shell in "zsh" "bash" "fish"
127129
do
@@ -151,7 +153,7 @@ cp -av example/themes %{buildroot}%{_datadir}/%{name}
151153

152154

153155
%files
154-
%license LICENSE.md
156+
%license LICENSE.md LICENSE.dependencies
155157
%doc README.md docs/ARCHITECTURE.md docs/MANPAGE.md docs/TERMINOLOGY.md docs/THIRD_PARTY_INSTALL.md
156158
%{_bindir}/%{name}
157159
%dir %{_datadir}/%{name}

0 commit comments

Comments
 (0)