rpms/yle-dl/F-20 .cvsignore, 1.1, 1.2 sources, 1.3, 1.4 yle-dl.spec, 1.2, 1.3

Sérgio M. Basto sergiomb at rpmfusion.org
Sat May 23 16:29:28 CEST 2015


Author: sergiomb

Update of /cvs/free/rpms/yle-dl/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15009

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



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/yle-dl/F-20/.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	23 May 2015 14:29:28 -0000	1.2
@@ -0,0 +1,2 @@
+yle-dl-2.7.1.tar.gz
+AdobeHDS.php


Index: sources
===================================================================
RCS file: /cvs/free/rpms/yle-dl/F-20/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	16 Jan 2014 14:08:59 -0000	1.3
+++ sources	23 May 2015 14:29:28 -0000	1.4
@@ -1 +1,2 @@
-012cafb3c0b539ae843acf64678bda59  yle-dl-2.1.0-0-g51f30c8.tar.gz
+1f5592624191ea487ccd78028dc3d0fe  yle-dl-2.7.1.tar.gz
+a14c63bfac532d7d72236d15dd51b73d  AdobeHDS.php


Index: yle-dl.spec
===================================================================
RCS file: /cvs/free/rpms/yle-dl/F-20/yle-dl.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yle-dl.spec	16 Jan 2014 14:08:20 -0000	1.2
+++ yle-dl.spec	23 May 2015 14:29:28 -0000	1.3
@@ -1,63 +1,78 @@
-%global		gitver	51f30c8
-
 Name:		yle-dl
-Version:	2.1.0
-Release:	0.3.git%{gitver}%{?dist}
+Version:	2.7.1
+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}-0-g%{gitver}.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
+Source1:    https://raw.githubusercontent.com/K-S-V/Scripts/master/AdobeHDS.php
 
-BuildRequires:	openssl-devel, json-c-devel, python-devel
-Requires:		rtmpdump, python-crypto
+BuildRequires:	sed
+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 aajanki-yle-dl-%{gitver}
+%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
-
-
-%clean
-rm -rf %{buildroot}
-
+install -m 0644 -D %{SOURCE1} \
+    %{buildroot}/%{_datadir}/%{name}
+make DESTDIR=%{buildroot} prefix=%{_usr}  install-adobehds
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README README.fi
+%doc ChangeLog COPYING README.md README.fi
 %{_bindir}/yle-dl
 %{_datadir}/%{name}
 
 
 %changelog
-* Tue Oct 10 2013 Juha Tuomala <tuju at iki.fi> 2.1.0-0.2.git51f30c8
-- bump for build.
+* Sat May 16 2015 Sérgio Basto <sergio at serjux.com> - 2.7.1-1
+- Update to 2.7.1 .
+- Update BuildRequires .
 
-* Fri Oct 10 2013 Juha Tuomala <tuju at iki.fi> 2.1.0-0-g51f30c8
-- Update to 2.1.0-git51f30c8.
+* Tue May 12 2015 Sérgio Basto <sergio at serjux.com> - 2.7.0-2
+- Include file named AdobeHDS.php , instead download it every build.
 
-* Sun Aug 08 2012 Juha Tuomala <tuju at iki.fi> 2.0.1-3
+* 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
+
+* 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