diff --git a/yt-dlp.changes b/yt-dlp.changes index e800b24..9207600 100644 --- a/yt-dlp.changes +++ b/yt-dlp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 28 13:33:56 UTC 2021 - Bjørn Lie + +- Tweak spec, use current syntax for Supplements. + ------------------------------------------------------------------- Wed Dec 1 00:47:35 UTC 2021 - Jan Engelhardt diff --git a/yt-dlp.spec b/yt-dlp.spec index e4543ee..fd90d9b 100644 --- a/yt-dlp.spec +++ b/yt-dlp.spec @@ -23,7 +23,7 @@ Summary: A tool for downloading from video sites for offline watching License: CC-BY-SA-3.0 AND SUSE-Public-Domain Group: Productivity/Networking/Web/Utilities URL: https://github.com/yt-dlp/yt-dlp -Source: https://github.com/yt-dlp/yt-dlp/releases/download/%version/yt-dlp.tar.gz +Source: %url/releases/download/%version/yt-dlp.tar.gz BuildRequires: make >= 4 BuildRequires: python3-devel BuildRequires: python3-xml @@ -41,7 +41,7 @@ YouTube.com and other video sites for later watching. Summary: Bash completion for yt-dlp Group: System/Shells Requires: bash-completion -Supplements: packageand(yt-dlp:bash) +Supplements: (yt-dlp and bash) %description bash-completion Bash command line completion support for yt-dlp. @@ -50,7 +50,7 @@ Bash command line completion support for yt-dlp. Summary: Fish completion for yt-dlp Group: System/Shells Requires: fish -Supplements: packageand(yt-dlp:fish) +Supplements: (yt-dlp and fish) %description fish-completion Fish command line completion support for yt-dlp. @@ -59,7 +59,7 @@ Fish command line completion support for yt-dlp. Summary: Zsh Completion for yt-dlp Group: System/Shells Requires: zsh -Supplements: packageand(yt-dlp:zsh) +Supplements: (yt-dlp and zsh) %description zsh-completion ZSH command line completion support for yt-dlp. @@ -79,11 +79,11 @@ install -Dvm0644 completions/zsh/_yt-dlp "$b/%_datadir/zsh/site-functions/_yt-dl install -Dvm0644 completions/fish/yt-dlp.fish "$b/%_datadir/fish/completions/yt-dlp.fish" install -Dvm0644 yt-dlp.1 "$b/%_mandir/man1/yt-dlp.1" -%files -n yt-dlp +%files %license LICENSE %doc README.md -%_bindir/yt-dlp -%_mandir/man1/*.1* +%_bindir/%name +%_mandir/man1/%name.1%ext_man %files -n yt-dlp-bash-completion %_datadir/bash-completion/