[svn] r5062 - trunk/rpms/youtube-dl

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Tue Jan 9 14:45:59 CET 2007


Author: dries
Date: 2007-01-09 14:45:57 +0100 (Tue, 09 Jan 2007)
New Revision: 5062

Modified:
   trunk/rpms/youtube-dl/youtube-dl.spec
Log:
update and fixes by Moritz Barsnick

Modified: trunk/rpms/youtube-dl/youtube-dl.spec
===================================================================
--- trunk/rpms/youtube-dl/youtube-dl.spec	2007-01-09 13:21:14 UTC (rev 5061)
+++ trunk/rpms/youtube-dl/youtube-dl.spec	2007-01-09 13:45:57 UTC (rev 5062)
@@ -1,11 +1,11 @@
 # $Id$
 # Authority: dries
-# Upstream: 
+# Upstream: Ricardo Garcia Gonzalez <sarbalap$gmail,com>
 
 Summary: Download videos from YouTube.com
 Name: youtube-dl
 Version: 0
-Release: 0.2006.12.07
+Release: 0.2007.01.01
 License: GPL
 Group: Applications/Internet
 URL: http://www.arrakis.es/~rggi3/youtube-dl/
@@ -14,8 +14,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Buildarch: noarch
-BuildRequires: python
-Requires: python
+Requires: python >= 2.4
 
 %description
 youtube-dl is a small command-line program for downloading videos from 
@@ -28,7 +27,7 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%{__install} -m0755 -D %{SOURCE0} %{buildroot}%{_bindir}/youtube-dl
+%{__install} -p -m0755 -D %{SOURCE0} %{buildroot}%{_bindir}/youtube-dl
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -38,6 +37,14 @@
 %{_bindir}/youtube-dl
 
 %changelog
+* Mon Jan 01 2007 Moritz Barsnick <moritz+rpm at barsnick.net> 2007.01.01-1
+- Updated to release 2007.01.01
+- Preserve mtime on install
+- don't BR python
+- require python >= 2.4 instead of just python (at least 2.3 required
+    for optparse, 2.4 required for cookielib; the program indeed checks
+    for >= 2.4 at runtime)
+
 * Sat Dec 09 2006 Dries Verachtert <dries at ulyssis.org> - 2006.12.07-1
 - Updated to release 2006.12.07.
 



More information about the svn-commits mailing list