|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: youtube-dl
|
|
|
|
Name: youtube-dl
|
|
|
|
Version: 2015.04.03
|
|
|
|
Version: 2015.04.28
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A small command-line program to download online videos
|
|
|
|
Summary: A small command-line program to download online videos
|
|
|
|
License: Public Domain
|
|
|
|
License: Public Domain
|
|
|
@ -15,9 +15,11 @@ BuildArch: noarch
|
|
|
|
# For source verification with gpgv
|
|
|
|
# For source verification with gpgv
|
|
|
|
BuildRequires: gpg
|
|
|
|
BuildRequires: gpg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Small command-line program to download videos from YouTube and other sites.
|
|
|
|
Small command-line program to download videos from YouTube and other sites.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
gpgv --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|
|
|
gpgv --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|
|
|
%setup -qn %{name}
|
|
|
|
%setup -qn %{name}
|
|
|
@ -31,9 +33,11 @@ sed -i '/youtube-dl.bash-completion/d' setup.py
|
|
|
|
sed -i '/youtube-dl.fish/d' setup.py
|
|
|
|
sed -i '/youtube-dl.fish/d' setup.py
|
|
|
|
sed -i '/README.txt/d' setup.py
|
|
|
|
sed -i '/README.txt/d' setup.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{__python2} setup.py build
|
|
|
|
%{__python2} setup.py build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%{__python2} setup.py install --root=%{buildroot}
|
|
|
|
%{__python2} setup.py install --root=%{buildroot}
|
|
|
|
|
|
|
|
|
|
|
@ -44,9 +48,11 @@ install -pm644 youtube-dl.bash-completion %{buildroot}%{_sysconfdir}/bash_comple
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/zsh/site-functions/
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/zsh/site-functions/
|
|
|
|
install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtube-dl
|
|
|
|
install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtube-dl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
#make test
|
|
|
|
#make test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
@ -58,7 +64,11 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub
|
|
|
|
%{python_sitelib}/youtube_dl/
|
|
|
|
%{python_sitelib}/youtube_dl/
|
|
|
|
%{python_sitelib}/youtube_dl*.egg-info
|
|
|
|
%{python_sitelib}/youtube_dl*.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Apr 29 2015 Matej Cepl <mcepl@redhat.com> - 2015.04.28-1
|
|
|
|
|
|
|
|
- Update to the latest release (#1210132)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Apr 04 2015 Matej Cepl <mcepl@redhat.com> - 2015.04.03-1
|
|
|
|
* Sat Apr 04 2015 Matej Cepl <mcepl@redhat.com> - 2015.04.03-1
|
|
|
|
- Update to the latest release (#1205700)
|
|
|
|
- Update to the latest release (#1205700)
|
|
|
|
|
|
|
|
|
|
|
|