[youtube-dl/epel7: 2/2] Update to latest release

Till Maas till at fedoraproject.org
Tue Feb 10 11:37:45 UTC 2015


commit 5766e335b0d4f8a55854599b96aaa681f2d14918
Author: Till Maas <opensource at till.name>
Date:   Tue Feb 10 12:36:22 2015 +0100

    Update to latest release
    
    - remove pre-built file in %setup

 youtube-dl.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/youtube-dl.spec b/youtube-dl.spec
index 310c1df..b2dc7f0 100644
--- a/youtube-dl.spec
+++ b/youtube-dl.spec
@@ -1,5 +1,5 @@
 Name:           youtube-dl
-Version:        2015.01.30.2
+Version:        2015.02.10.2
 Release:        1%{?dist}
 Summary:        A small command-line program to download online videos
 License:        Public Domain
@@ -22,6 +22,9 @@ Small command-line program to download videos from YouTube and other sites.
 gpgv --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
 %setup -qn %{name}
 
+# remove pre-built file
+rm youtube-dl
+
 cp -a setup.py setup.py.installpath
 # Remove files that are installed to the wrong path
 sed -i '/youtube-dl.bash-completion/d' setup.py
@@ -56,6 +59,10 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub
 %{python_sitelib}/youtube_dl*.egg-info
 
 %changelog
+* Tue Feb 10 2015 Till Maas <opensource at till.name> - 2015.02.10.2-1
+- Update to latest release
+- remove pre-built file in %%setup
+
 * Sat Jan 31 2015 Till Maas <opensource at till.name> - 2015.01.30.1-1
 - Update to new release
 - Use %%license


More information about the scm-commits mailing list