Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 9c18dd9019cc9476ba83ed7ff40a06e8 > files > 4

youtube-dl-2012.12.11-2.mga3.src.rpm

Name:           youtube-dl
Version:        2012.12.11
Release:        %mkrel 2
Summary:        Small command-line program to download videos from YouTube
License:        Public Domain and GPLv2
Group:          Video/Players
URL:            http://rg3.github.com/youtube-dl/
Source0:        https://github.com/rg3/youtube-dl/archive/%{version}.zip
#man page from Debian by Rogerio Brito <rbrito@users.sf.net>, licensed under GPLv2
Source1:        %{name}.1.gz
Patch0:         %{name}-2012.12.11-mga-disable-broken-installation-of-extras.patch

BuildArch:      noarch

Requires:       python

%description
Small command-line program to download videos from YouTube.


%prep
%setup -q
%patch0 -p0

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

# man page by Rogerio Brito <rbrito@users.sf.net>, licensed under GPLv2 - from a Debian package
install -D -p -m 644 %{_sourcedir}/%{name}.1.gz %{buildroot}%{_mandir}/man1/%{name}.1.gz

%files
%{_bindir}/%{name}
%{python_sitelib}/youtube_dl/*py
%{python_sitelib}/youtube_dl-%{version}-py2.7.egg-info
%{_mandir}/man?/*


%changelog

* Mon Jan 14 2013 umeabot <umeabot> 2012.12.11-2.mga3
+ Revision: 387601
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Dec 16 2012 kamil <kamil> 2012.12.11-1.mga3
+ Revision: 331806
- rename P0 to mga-disable-broken-installation-of-extras.patch
- add P0 mga-disable-broken-installation-of-bash-completion.patch
- global reorganize .spec, build from tag from github - don't use new binary blobs from th project website
- new version 2012.12.11 and update Source0

* Tue Nov 27 2012 kamil <kamil> 2012.11.17-1.mga3
+ Revision: 322264
- update sources
- clean .spec, drop external copy-n-paste webpages. new version 2012.11.17

* Tue Oct 16 2012 tv <tv> 2012.10.09-1.mga3
+ Revision: 307347
- fix group
- new release

* Wed Mar 07 2012 kamil <kamil> 2012.02.27-1.mga2
+ Revision: 221335
- new version 2012.02.27

* Tue Jan 10 2012 kamil <kamil> 2012.01.08b-1.mga2
+ Revision: 194509
- new version

* Sat Jan 07 2012 kamil <kamil> 2012.01.05-1.mga2
+ Revision: 192811
- new version

* Wed Jan 04 2012 kamil <kamil> 2011.12.18-1.mga2
+ Revision: 190784
- new version

* Tue Dec 13 2011 kamil <kamil> 2011.12.08-1.mga2
+ Revision: 181079
- new version
- replace %%{SOURCEXYZ} with %%{_sourcedir}/file-name
- drop cleaning in %%install

* Tue Nov 29 2011 kamil <kamil> 2011.11.23-1.mga2
+ Revision: 174034
- new version

* Wed Nov 02 2011 obgr_seneca <obgr_seneca> 2011.10.19-1.mga2
+ Revision: 161811
- change Reuires to unversioned python, since there is no
  python smaller 2.7 in Mageia

  + kamil <kamil>
    - new version
    - added man page from Debian package under GPLv2
    - added docs from the project website
    - imported package youtube-dl