SPECS: youtube-dl.spec (NEW) - new

witekfl witekfl at pld-linux.org
Sat Apr 26 10:20:04 CEST 2008


Author: witekfl                      Date: Sat Apr 26 08:20:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   youtube-dl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/youtube-dl.spec
diff -u /dev/null SPECS/youtube-dl.spec:1.1
--- /dev/null	Sat Apr 26 10:20:04 2008
+++ SPECS/youtube-dl.spec	Sat Apr 26 10:19:59 2008
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:	Video extraction utility for YouTube
+Summary(pl.UTF-8):	Narzędzie do wydobywania filmów z YouTube
+Name:		youtube-dl
+Version:	20080420
+Release:	1
+License:	MIT
+Group:		Applications/System
+Source0:	http://www.arrakis.es/~rggi3/%{name}/youtube-dl
+# Source0-md5:	f79194714ad3d4913fc01417f4c71195
+URL:		http://www.arrakis.es/~rggi3/youtube-dl/
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.219
+%pyrequires_eq	python-libs
+Requires:	python >= 2.4
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+youtube-dl is a small command-line program to download videos from
+YouTube.com.
+
+%description -l pl.UTF-8
+youtube-dl jest programem do ściągania plików video z YouTube.com.
+
+%prep
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/youtube-dl
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-04-26 08:19:59  witekfl
+- new
+
================================================================


More information about the pld-cvs-commit mailing list