[Bug 525929] Review Request: youtube-dl - Small command-line program to download videos from YouTube

bugzilla at redhat.com bugzilla at redhat.com
Thu Oct 1 10:06:40 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=525929


Michael Schwendt <mschwendt at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |mschwendt at gmail.com
         AssignedTo|nobody at fedoraproject.org    |mschwendt at gmail.com
               Flag|                            |fedora-review+




--- Comment #1 from Michael Schwendt <mschwendt at gmail.com>  2009-10-01 06:06:39 EDT ---
> Source1:        http://bitbucket.org/rg3/youtube-dl/wiki/Home

> %prep
> cp %{SOURCE1} .
> mv Home index.html

Why the extra "mv"?

cp %{SOURCE1} index.html
or:
cp --preserve=timestamps %{SOURCE1} index.html
or (to match your %install section):
install -p -m0644 %{SOURCE1} index.html


Beyond that: APPROVED

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list