rpms/yle-dl/devel .cvsignore, 1.1, 1.2 sources, 1.2, 1.3 yle-dl.spec, 1.2, 1.3

Sérgio M. Basto sergiomb at rpmfusion.org
Fri May 8 01:33:15 CEST 2015


Author: sergiomb

Update of /cvs/free/rpms/yle-dl/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23883

Modified Files:
	.cvsignore sources yle-dl.spec 
Log Message:
* Thu May 07 2015 Sérgio Basto <sergio at serjux.com> - 2.7.0-1
- Update to 2.7.0 .



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/yle-dl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Aug 2012 19:02:03 -0000	1.1
+++ .cvsignore	7 May 2015 23:33:15 -0000	1.2
@@ -0,0 +1 @@
+yle-dl-2.7.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/free/rpms/yle-dl/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Oct 2012 16:27:21 -0000	1.2
+++ sources	7 May 2015 23:33:15 -0000	1.3
@@ -1 +1 @@
-40a009684699a32e0515aaf1745a96a7  yle-dl-2.0.1.tar.gz
+cc135515cfd88952149bdca78fb2a4f3  yle-dl-2.7.0.tar.gz


Index: yle-dl.spec
===================================================================
RCS file: /cvs/free/rpms/yle-dl/devel/yle-dl.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yle-dl.spec	31 Aug 2014 13:55:54 -0000	1.2
+++ yle-dl.spec	7 May 2015 23:33:15 -0000	1.3
@@ -1,37 +1,44 @@
-
 Name:		yle-dl
-Version:	2.0.1
-Release:	4%{?dist}
+Version:	2.7.0
+Release:	1%{?dist}
 License:	GPLv2
 Summary:	Command-line tool to download videos from Finnish broadcasting company
 Group:		Applications/Multimedia
-Url:		http://users.tkk.fi/~aajanki/rtmpdump-yle/
-Source0:	http://users.tkk.fi/~aajanki/rtmpdump-yle/%{name}-%{version}.tar.gz
+Url:		http://aajanki.github.io/yle-dl/
+#Source0:   https://github.com/aajanki/%{name}/archive/%{name}-%{version}.tar.gz
+Source0:    http://github.srcurl.net/aajanki/%{name}/%{version}/%{name}-%{version}.tar.gz
 
 BuildRequires:	openssl-devel, json-c-devel, python-devel
-Requires:		rtmpdump, python-crypto
+Requires:		rtmpdump, python-crypto, php
 BuildArch:		noarch
 
+#global commit 158c026271198696a7a329b3c2de3e2197de3e25
+#global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 %description
 yle-dl is a command-line program for downloading media files
 from the two video streaming services of the Finnish national
-broadcasting company YLE: Yle Areena (http://areena.yle.fi/), 
-and Elävä Arkisto (http://www.yle.fi/elavaarkisto/).
-It is an extension of RTMPDump (http://rtmpdump.mplayerhq.hu/), 
-which is based on XBMC RTMP code used in RTMPDumper by team 
-boxee. 
+broadcasting company YLE: Yle Areena (http://areena.yle.fi/),
+and Elävä Arkisto (http://yle.fi/aihe/elava-arkisto/) and
+partial support for Yle Arkivet (http://svenska.yle.fi/arkivet).
+The videos are saved in Flash video (FLV) format.
+yle-dl is an extension of RTMPDump (http://rtmpdump.mplayerhq.hu/),
+which is based on XBMC RTMP code used in RTMPDumper by team
+boxee.
 
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
+%build
+sed -i 's|/usr/local/share/yle-dl/AdobeHDS.php|/usr/share/yle-dl/AdobeHDS.php|g' %{_builddir}/%{name}-%{version}/yle-dl
 
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}/%{_docdir}
 mkdir -p %{buildroot}/%{_datadir}/%{name}
 make DESTDIR=%{buildroot} prefix=%{_usr}  install
+make DESTDIR=%{buildroot} prefix=%{_usr}  install-adobehds
 
 
 %clean
@@ -40,20 +47,27 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README README.fi
+%doc ChangeLog COPYING README.md README.fi
 %{_bindir}/yle-dl
 %{_datadir}/%{name}
 
 
 %changelog
+* Thu May 07 2015 Sérgio Basto <sergio at serjux.com> - 2.7.0-1
+- Update to 2.7.0 .
+
+* Wed Mar 04 2015 Jani Patanen <ceuatjtm63 at snkmail.com> - 2.6.0-1
+- update to 2.6.0
+
 * Sun Aug 31 2014 Sérgio Basto <sergio at serjux.com> - 2.0.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
-* Sun Aug 08 2012 Juha Tuomala <tuju at iki.fi> 2.0.1-3
+* Wed Aug 08 2012 Juha Tuomala <tuju at iki.fi> 2.0.1-3
 - Minor pkg cleanups.
 
-* Sun Aug 08 2012 Juha Tuomala <tuju at iki.fi> 2.0.1-2
+* Wed Aug 08 2012 Juha Tuomala <tuju at iki.fi> 2.0.1-2
 - update to 2.0.1
 
 * Sat Jun 4 2011 Juha Tuomala <tuju at iki.fi> 1.4.2-1
 - Initial RPM creation.
+


More information about the rpmfusion-commits mailing list