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

Sérgio M. Basto sergiomb at rpmfusion.org
Wed May 13 01:03:05 CEST 2015


Author: sergiomb

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

Modified Files:
	.cvsignore sources yle-dl.spec 
Log Message:
* 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.



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/yle-dl/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	7 May 2015 23:33:15 -0000	1.2
+++ .cvsignore	12 May 2015 23:03:04 -0000	1.3
@@ -1 +1,2 @@
 yle-dl-2.7.0.tar.gz
+AdobeHDS.php


Index: sources
===================================================================
RCS file: /cvs/free/rpms/yle-dl/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	7 May 2015 23:33:15 -0000	1.3
+++ sources	12 May 2015 23:03:04 -0000	1.4
@@ -1 +1,2 @@
 cc135515cfd88952149bdca78fb2a4f3  yle-dl-2.7.0.tar.gz
+a14c63bfac532d7d72236d15dd51b73d  AdobeHDS.php


Index: yle-dl.spec
===================================================================
RCS file: /cvs/free/rpms/yle-dl/devel/yle-dl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yle-dl.spec	7 May 2015 23:33:15 -0000	1.3
+++ yle-dl.spec	12 May 2015 23:03:04 -0000	1.4
@@ -1,12 +1,13 @@
 Name:		yle-dl
 Version:	2.7.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2
 Summary:	Command-line tool to download videos from Finnish broadcasting company
 Group:		Applications/Multimedia
 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, php
@@ -38,13 +39,10 @@
 mkdir -p %{buildroot}/%{_docdir}
 mkdir -p %{buildroot}/%{_datadir}/%{name}
 make DESTDIR=%{buildroot} prefix=%{_usr}  install
+install -m 0644 -D %{SOURCE1} \
+    %{buildroot}/%{_datadir}/%{name}
 make DESTDIR=%{buildroot} prefix=%{_usr}  install-adobehds
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog COPYING README.md README.fi
@@ -53,6 +51,9 @@
 
 
 %changelog
+* 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.
+
 * Thu May 07 2015 Sérgio Basto <sergio at serjux.com> - 2.7.0-1
 - Update to 2.7.0 .
 


More information about the rpmfusion-commits mailing list