/[packages]/updates/3/get_iplayer/current/SPECS/get_iplayer.spec
ViewVC logotype

Contents of /updates/3/get_iplayer/current/SPECS/get_iplayer.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 795343 - (show annotations) (download)
Mon Nov 3 20:29:14 2014 UTC (9 years, 5 months ago) by colin
File size: 1347 byte(s)
- new version: 2.90
- fix license
- install man page
1 Name: get_iplayer
2 Version: 2.90
3 Release: %mkrel 1
4 Summary: iPlayer TV, Radio, Podcase, Programmes stream tool
5 Group: Networking/File transfer
6 License: GPLv3+
7 Url: http://www.infradead.org/get_iplayer/html/get_iplayer.html
8 Source: ftp://ftp.infradead.org/pub/get_iplayer/get_iplayer-%{version}.tar.gz
9 BuildArch: noarch
10 Suggests: flvstreamer
11
12 %description
13 Lists, searches and records BBC iPlayer TV/Radio, BBC Podcast and ITVplayer TV programmes
14 Note: This is the version from:
15 http://www.infradead.org/get_iplayer/html/get_iplayer.html
16 which is a fork/continuation of the original from:
17 http://linuxcentre.net/getiplayer
18 which was discontinued as outlined here:
19 http://linuxcentre.net/get_iplayer-dropped-in-response-to-bbcs-lack-of-support-for-open-source
20
21 %prep
22 %setup -q
23
24 %build
25
26 %install
27 mkdir -p %{buildroot}%{_bindir}
28 mkdir -p %{buildroot}%{_mandir}/man1
29 mkdir -p %{buildroot}%{_datadir}/%{name}/plugins
30
31 install -m 755 get_iplayer %{buildroot}%{_bindir}
32 install -m 644 plugins/*.plugin %{buildroot}%{_datadir}/%{name}/plugins/
33
34 install -m 644 get_iplayer.1 %{buildroot}%{_mandir}/man1/
35
36 %files
37 %doc README.md
38 %{_bindir}/get_iplayer
39 %dir %{_datadir}/%{name}
40 %dir %{_datadir}/%{name}/plugins
41 %{_datadir}/%{name}/plugins/*.plugin
42 %{_mandir}/man1/get_iplayer.1*

  ViewVC Help
Powered by ViewVC 1.1.30