Author: leamas
Update of /cvs/free/rpms/get-flash-videos/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17293/devel
Modified Files:
.cvsignore sources
Added Files:
README.fedora get-flash-videos.spec
Log Message:
Initial commit
--- NEW FILE README.fedora ---
Currently, the search function is broken, see e. g.:
http://code.google.com/p/get-flash-videos/issues/detail?id=341
http://code.google.com/p/get-flash-videos/issues/detail?id=332
http://code.google.com/p/get-flash-videos/issues/detail?id=351
Licensing:
- lib/FlashVideo/JSON.pm is in Public Domain
- lib/FlashVideo/Site/Zshare.pm is GPLv3+
- All other files are ASL 2.0
--- NEW FILE get-flash-videos.spec ---
%global rel_tag 3.20120329git8abc6c6
Name: get-flash-videos
Version: 1.24
Release: %{?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.20120329git8abc6c6;
# 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
Source1: README.fedora
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Compress::Zlib)
BuildRequires: perl(Crypt::Rijndael)
BuildRequires: perl(XML::Parser::PerlSAX)
BuildRequires: perl(LWP::UserAgent::Determined)
Buildrequires: perl(Test::Simple)
BuildRequires: perl(Tie::IxHash)
BuildRequires: perl(WWW::Mechanize)
BuildRequires: perl(XML::Simple)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
$version))
Requires: perl(Compress::Zlib)
Requires: perl(Crypt::Rijndael)
Requires: perl(Data::AMF)
Requires: perl(LWP::UserAgent::Determined)
Requires: perl(Tie::IxHash)
Requires: perl(XML::Simple)
Requires: rtmpdump
%{?perl_default_filter}
%description
Download videos from various Flash-based video hosting sites, without
having to use the Flash player. Handy for saving videos for watching
offline, and means you don't have to keep upgrading Flash for sites that
insist on a newer version of the player.
%prep
%setup -q -n get-flash-videos
cp %{SOURCE1} .
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
# Search is currently broken, see README.fedora
rm t/google_video_search.t
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
%doc README README.fedora
%{perl_vendorlib}/*
%{_bindir}/get_flash_videos
%{_mandir}/man1/*.1*
%changelog
* Thu Mar 29 2012 Alec Leamas <alec(a)nowhere.com> 1.24-3.20120329git8abc6c6
- Updating license break-down
* Fri Feb 24 2012 Alec Leamas <alec(a)nowhere.com> 1.24-3.20120224git8abc6c6
- Re-enabling Require: perl(:MODULE_COMPAT_...)
- Resolving naming mess, illegal name of spec, bad name of source.
* Tue Feb 21 2012 Alec Leamas <alec(a)nowhere.com> 1.24-3.20120205git8abc6c6
- Rewriting deps using Perl(Module) syntax.
- Removing auto-detected Requires.
- Updating Requires: from upstream website.
* Sun Feb 05 2012 Alec Leamas <alec(a)nowhere.com> 1.24-2.20120205git8abc6c6
- Moving to latest git
* Sat Jan 31 2012 Alec Leamas <alec(a)nowhere.com> 1.24-1
- Intial packaging
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/get-flash-videos/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 30 Mar 2012 10:16:16 -0000 1.1
+++ .cvsignore 2 Apr 2012 11:11:28 -0000 1.2
@@ -0,0 +1 @@
+get-flash-videos-1.24-3.20120329git8abc6c6.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/get-flash-videos/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 30 Mar 2012 10:16:16 -0000 1.1
+++ sources 2 Apr 2012 11:11:28 -0000 1.2
@@ -0,0 +1 @@
+1cd7ff89cfa44aa647b96670533a43dc get-flash-videos-1.24-3.20120329git8abc6c6.tar.gz