Author: leamas
Update of /cvs/free/rpms/get-flash-videos/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29271
Modified Files:
get-flash-videos.spec
Log Message:
* Tue Dec 03 2013 Alec Leamas <alec(a)nowhere.com> - 1.24-10.20131203git2d46d08
- Updating to latest upstream
- Add new Requires/BR:
Index: get-flash-videos.spec
===================================================================
RCS file: /cvs/free/rpms/get-flash-videos/F-19/get-flash-videos.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- get-flash-videos.spec 13 Oct 2012 10:34:48 -0000 1.5
+++ get-flash-videos.spec 3 Dec 2013 09:48:35 -0000 1.6
@@ -1,18 +1,18 @@
-%global rel_tag 9.20121013gitc52cdf6
+%global rel_tag 20131203git2d46d08
Name: get-flash-videos
Version: 1.24
-Release: %{?rel_tag}%{?dist}
+Release: 10.%{?rel_tag}%{?dist}
Summary: CLI tool to download flash video from websites
Group: Applications/Communications
# License breakdown in README.fedora
License: ASL 2.0 and GPLv3+
URL:
http://code.google.com/p/get-flash-videos/
-# rel_tag=1.20120714git162d964;
+# rel_tag=20120714git162d964;
# srcdir=get-flash-videos
# git clone
git://github.com/monsieurvideo/get-flash-videos.git $srcdir
# cd $srcdir; git reset --hard ${rel_tag##*git}; cd ..
# tar czf $srcdir-$rel_tag.tar.gz --exclude .git $srcdir
-Source0: get-flash-videos-%{version}-%{rel_tag}.tar.gz
+Source0: get-flash-videos-%{rel_tag}.tar.gz
Source1: README.fedora
BuildArch: noarch
@@ -20,9 +20,12 @@
BuildRequires: perl(Compress::Zlib)
BuildRequires: perl(Crypt::Rijndael)
BuildRequires: perl(XML::Parser::PerlSAX)
+BuildRequires: perl(Module::Find)
BuildRequires: perl(LWP::UserAgent::Determined)
+BuildRequires: perl(LWP::Protocol::https)
Buildrequires: perl(Test::Simple)
BuildRequires: perl(Tie::IxHash)
+BuildRequires: perl(URI)
BuildRequires: perl(WWW::Mechanize)
BuildRequires: perl(XML::Simple)
@@ -30,11 +33,14 @@
Requires: perl(Compress::Zlib)
Requires: perl(Crypt::Rijndael)
Requires: perl(Data::AMF)
+Requires: perl(Module::Find)
+Requires: perl(LWP::Protocol::https)
Requires: perl(LWP::UserAgent::Determined)
Requires: perl(Tie::IxHash)
Requires: perl(XML::Simple)
Requires: rtmpdump
+
%{?perl_default_filter}
%description
@@ -77,6 +83,10 @@
%changelog
+* Tue Dec 03 2013 Alec Leamas <alec(a)nowhere.com> - 1.24-10.20131203git2d46d08
+- Updating to latest upstream
+- Add new Requires/BR:
+
* Sat Oct 13 2012 Alec Leamas <alec(a)nowhere.com> 1.24-9.20120714gitc52cdf6
- Updating to latest upstream
- Handle new utility ff-get-flash-video