[Bug 417111] Review Request: youtube-dl - Download videos from YouTube.com

bugzilla at redhat.com bugzilla at redhat.com
Sat Dec 29 07:51:45 UTC 2007


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

Summary: Review Request: youtube-dl - Download videos from YouTube.com


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





------- Additional Comments From ianweller at gmail.com  2007-12-29 02:51 EST -------
Also, rpmlint returns
youtube-dl.noarch: W: no-documentation

This is because there isn't any documentation in the package. I'm not sure if
this is necessary, but to keep people happy I'd download a current copy of the
page at http://www.arrakis.es/~rggi3/youtube-dl/ and use that as documentation,
since it tells licensing information and how to use the program and all that
whatnot.

This may not be necessary, because the Fedora Packaging Guidelines state that
relevant documentation included in the source package should be included in the
RPM. However, there is no source *package*, per se.

I've helped you out and done the work for this for you. Add this to the bottom
of the %install block of your spec file:
wget http://www.arrakis.es/~rggi3/youtube-dl/index.html
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
mv index.html $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/README.html

And add this in your %files list:
%doc %{_docdir}/%{name}-%{version}/README.html

-- 
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, or are watching someone who is.




More information about the Fedora-package-review mailing list