diff --git a/.abf.yml b/.abf.yml index 7229477..b35b762 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - yt-dlp-2023.03.04.tar.gz: 39fd9ba13603626457dec9c69bb031050866d96b + yt-dlp-2023.07.06.tar.gz: a89e72ecac5fbce1bf4384b794fe02379e3811c0 diff --git a/yt-dlp.spec b/yt-dlp.spec index b393ce0..31d561a 100644 --- a/yt-dlp.spec +++ b/yt-dlp.spec @@ -3,8 +3,8 @@ Summary: Small command-line program to download videos and audio from different websites Name: yt-dlp -Version: 2023.03.04 -Release: 3 +Version: 2023.07.06 +Release: 1 License: Public Domain and GPLv2+ Group: Video Url: https://github.com/yt-dlp/yt-dlp @@ -62,7 +62,7 @@ This package contains the Python 3 bindings for %{name} (fork of youtube-dl) #----------------------------------------------------------------------------- %prep -%autosetup -p1 +%autosetup -p1 -n %{name} %build # include completions @@ -76,9 +76,7 @@ make completion-bash completion-zsh completion-fish sed -i -e 's,#!/usr/bin/env python,#!%{__python3},' %{buildroot}%{_bindir}/%{name} # installed as %%doc into standard location -# unlink %{buildroot}%{_datadir}/doc/yt_dlp/README.* -rmdir %{buildroot}%{_datadir}/doc/yt_dlp -rmdir %{buildroot}%{_datadir}/doc +rm -fvr %{buildroot}%{_datadir}/doc # compat symlink (e.g. mpv can use youtube-dl, but it is not developed anymore) ( cd %{buildroot}%{_bindir} && ln -s %{name} youtube-dl )