Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 620395 Details for
Bug 861435
youtube-dl-2012.09.27 is available
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for spec file.
0001-Bump-Python-requirement-to-2.6.patch (text/plain), 2.51 KB, created by
Tim Landscheidt
on 2012-10-02 17:04:49 UTC
(
hide
)
Description:
Patch for spec file.
Filename:
MIME Type:
Creator:
Tim Landscheidt
Created:
2012-10-02 17:04:49 UTC
Size:
2.51 KB
patch
obsolete
>From 4237d1b0261f81632bfef31ce5324ab08afb8091 Mon Sep 17 00:00:00 2001 >From: Tim Landscheidt <tim@tim-landscheidt.de> >Date: Tue, 2 Oct 2012 17:00:19 +0000 >Subject: [PATCH] - Bump Python requirement to 2.6. - Update to new release > and GitHub tarballs. > >--- > youtube-dl.spec | 23 +++++++++++++++-------- > 1 files changed, 15 insertions(+), 8 deletions(-) > >diff --git a/youtube-dl.spec b/youtube-dl.spec >index fd31177..281a47f 100644 >--- a/youtube-dl.spec >+++ b/youtube-dl.spec >@@ -1,16 +1,16 @@ > Name: youtube-dl >-Version: 2012.02.27 >-Release: 2%{?dist} >+Version: 2012.09.27 >+Release: 1%{?dist} > Summary: Small command-line program to download videos from YouTube > Summary(pl): Tekstowy program do pobierania filmów z youtube.com > Group: Applications/Multimedia > License: Public Domain > URL: http://rg3.github.com/youtube-dl/ >-Source0: https://github.com/rg3/youtube-dl/raw/%{version}/youtube-dl >+Source0: https://github.com/rg3/youtube-dl/tarball/%{version} > Source1: %{name}.conf > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > BuildArch: noarch >-Requires: python >= 2.4 >+Requires: python >= 2.6 > > %description > Small command-line program to download videos from YouTube. >@@ -20,15 +20,17 @@ youtube-dl to maÅy tekstowy program sÅuÅ¼Ä cy do pobierania filmów z > youtube.com. > > %prep >-#nothing to prep >+%setup -cqTn %{name}-%{version} >+gzip -dc %{SOURCE0} | tar --strip-components=1 -xvvf - > > %build >-#nothing to build >+make > > %install > rm -rf $RPM_BUILD_ROOT >-mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_sysconfdir} >-install -p -m 755 %{SOURCE0} $RPM_BUILD_ROOT%{_bindir} >+mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} $RPM_BUILD_ROOT%{_sysconfdir} >+install -p -m 755 youtube-dl $RPM_BUILD_ROOT%{_bindir} >+install -p -m 644 README.md $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} > install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir} > > %clean >@@ -38,8 +40,13 @@ rm -rf $RPM_BUILD_ROOT > %defattr(-,root,root,-) > %{_bindir}/%{name} > %config %{_sysconfdir}/%{name}.conf >+%doc %{_docdir}/%{name}-%{version}/README.md > > %changelog >+* Tue Oct 2 2012 Tim Landscheidt <tim@tim-landscheidt.de> - 2012.09.27-1 >+- Bump Python requirement to 2.6. >+- Update to new release and GitHub tarballs. >+ > * Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.02.27-2 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >-- >1.7.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 861435
: 620395