File yt-dlp-compat-youtube-dl.spec of Package yt-dlp
#
# spec file for package yt-dlp-compat-youtube-dl
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: yt-dlp-compat-youtube-dl
Version: 0.1
Release: 0
Summary: Compatibility with youtube-dl
License: MIT
Group: Productivity/Networking/Web/Utilities
URL: https://build.opensuse.org/package/show/home%3Aarachnos/%{name}
Source1: %{name}.changes
BuildRequires: yt-dlp
Requires: yt-dlp
Provides: youtube-dl
Conflicts: youtube-dl
BuildArch: noarch
%description
This package contains the youtube-dl executable linking to yt-dlp.
%prep
%setup -q -c -T
%build
%install
mkdir -p "%{buildroot}%{_bindir}"
ln -s "yt-dlp" "%{buildroot}%{_bindir}/youtube-dl"
%files
%{_bindir}/youtube-dl
%changelog