]> git.pld-linux.org Git - packages/jwplayer.git/blame - jwplayer.spec
add apache config
[packages/jwplayer.git] / jwplayer.spec
CommitLineData
e87e1586 1Summary: Flash Video Player for FLV, H.264/MPEG-4, MP3 and YouTube Videos on your website
5aee2365 2Summary(pl.UTF-8): Odtwarzacz JW Media
73a3c0be
ER
3Name: jwplayer
4Version: 6.8
83cc1b4d 5Release: 1
e87e1586 6License: CC 3.0
a67578bf 7Group: Applications/WWW
73a3c0be
ER
8Source0: https://account.jwplayer.com/static/download/%{name}-%{version}.zip
9# Source0-md5: cf4647973e2f0b338d5986745fecb932
1126a9d0
ER
10Source1: https://account.jwplayer.com/static/download/%{name}-skins-free.zip
11# Source1-md5: fdc9c63a7b533b31d14af5f7e0ae3383
12Source2: lighttpd.conf
83cc1b4d 13Source3: apache.conf
73a3c0be 14URL: http://www.jwplayer.com/about-jwplayer/
5e725329 15BuildRequires: rpmbuild(macros) >= 1.268
fcd266eb 16BuildRequires: unzip
5e725329 17Requires: webapps
c40d97cc 18Requires: webserver(alias)
00e6b162 19Obsoletes: flash_media_player
73a3c0be 20Obsoletes: jw_media_player
a67578bf
ER
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
5e725329
ER
24%define _webapps /etc/webapps
25%define _webapp %{name}
26%define _sysconfdir %{_webapps}/%{_webapp}
27%define _appdir %{_datadir}/%{_webapp}
2a5be263 28
a67578bf 29%description
00e6b162
ER
30The JW Media Player (built with Adobe's Flash) supports playback of a
31single media file of any format the Adobe Flash Player can handle
32(MP3, FLV, SWF, JPG, PNG and GIF). It also supports RSS, XSPF and ATOM
33playlist (with mixed mediatypes and advertisement possibilities), a
34wide range of flashvars (settings) for tweaking both behavior and
5aee2365 35appearance and an extensive, documented JavaScript/ActionScript API.
2c5d3529
JB
36
37%description -l pl.UTF-8
5aee2365
JB
38JW Media Player (zbudowany z Flashem Adobe) potrafi odtwarzać pliki
39multimedialne dowolnego typu obsługiwanego przez Adobe Flash Player
40(MP3, FLV, SWF, JPG, PNG i GIF). Obsługuje także playlisty
41RSS/XSPF/ATOM (z mieszanymi typami mediów), szeroki zakres ustawień do
42modyfikowania zarówno zachowania jak i wyglądu oraz obszerne,
43udokumentowane API JavaScriptu/ActionScriptu.
a67578bf
ER
44
45%prep
1126a9d0 46%setup -qc -a1
73a3c0be 47mv %{name}/* .
1126a9d0 48mv %{name}-skins-free skins
a67578bf
ER
49
50%install
51rm -rf $RPM_BUILD_ROOT
c40d97cc 52install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}}
73a3c0be 53cp -p *.swf *.js $RPM_BUILD_ROOT%{_appdir}
1126a9d0
ER
54cp -a skins $RPM_BUILD_ROOT%{_appdir}
55cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
83cc1b4d
ER
56cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
57cp -p $RPM_BUILD_ROOT%{_sysconfdir}/{apache,httpd}.conf
5e725329 58
8e27e6ee
JB
59%clean
60rm -rf $RPM_BUILD_ROOT
61
83cc1b4d
ER
62%triggerin -- apache1 < 1.3.37-3, apache1-base
63%webapp_register apache %{_webapp}
64
65%triggerun -- apache1 < 1.3.37-3, apache1-base
66%webapp_unregister apache %{_webapp}
67
68%triggerin -- apache < 2.2.0, apache-base
69%webapp_register httpd %{_webapp}
70
71%triggerun -- apache < 2.2.0, apache-base
72%webapp_unregister httpd %{_webapp}
73
5e725329
ER
74%triggerin -- lighttpd
75%webapp_register lighttpd %{_webapp}
76
77%triggerun -- lighttpd
78%webapp_unregister lighttpd %{_webapp}
a67578bf 79
a67578bf
ER
80%files
81%defattr(644,root,root,755)
73a3c0be 82%doc README.html
83cc1b4d
ER
83%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
84%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
c40d97cc 85%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lighttpd.conf
6fafc418 86%dir %{_appdir}
73a3c0be
ER
87%{_appdir}/jwplayer.flash.swf
88%{_appdir}/jwplayer.html5.js
89%{_appdir}/jwplayer.js
1126a9d0
ER
90%dir %{_appdir}/skins
91%{_appdir}/skins/five.xml
92%{_appdir}/skins/six.xml
This page took 0.056655 seconds and 4 git commands to generate.