]> git.pld-linux.org Git - packages/jwplayer.git/blame - jw_media_player.spec
- 3.16
[packages/jwplayer.git] / jw_media_player.spec
CommitLineData
d6ef2fe0 1%define ver %(echo %{version} | tr . -)
00e6b162 2Summary: JW Media Player
5aee2365 3Summary(pl.UTF-8): Odtwarzacz JW Media
00e6b162 4Name: jw_media_player
d6ef2fe0 5Version: 3.16
21621456 6Release: 1
88d38862 7Epoch: 1
a67578bf
ER
8License: Creative Commons
9Group: Applications/WWW
d6ef2fe0
ER
10Source0: http://www.jeroenwijering.com/upload/mediaplayer-%{ver}.zip
11# Source0-md5: ad0f15198fcdbabe453fe94e193a8764
5e725329 12Source1: %{name}-lighttpd.conf
00e6b162 13URL: http://www.jeroenwijering.com/?item=JW_Media_Player
5e725329
ER
14BuildRequires: rpmbuild(macros) >= 1.268
15Requires: webapps
c40d97cc 16Requires: webserver(alias)
00e6b162 17Obsoletes: flash_media_player
a67578bf
ER
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
5e725329
ER
21%define _webapps /etc/webapps
22%define _webapp %{name}
23%define _sysconfdir %{_webapps}/%{_webapp}
24%define _appdir %{_datadir}/%{_webapp}
2a5be263 25
a67578bf 26%description
00e6b162
ER
27The JW Media Player (built with Adobe's Flash) supports playback of a
28single media file of any format the Adobe Flash Player can handle
29(MP3, FLV, SWF, JPG, PNG and GIF). It also supports RSS, XSPF and ATOM
30playlist (with mixed mediatypes and advertisement possibilities), a
31wide range of flashvars (settings) for tweaking both behavior and
5aee2365 32appearance and an extensive, documented JavaScript/ActionScript API.
2c5d3529
JB
33
34%description -l pl.UTF-8
5aee2365
JB
35JW Media Player (zbudowany z Flashem Adobe) potrafi odtwarzać pliki
36multimedialne dowolnego typu obsługiwanego przez Adobe Flash Player
37(MP3, FLV, SWF, JPG, PNG i GIF). Obsługuje także playlisty
38RSS/XSPF/ATOM (z mieszanymi typami mediów), szeroki zakres ustawień do
39modyfikowania zarówno zachowania jak i wyglądu oraz obszerne,
40udokumentowane API JavaScriptu/ActionScriptu.
a67578bf
ER
41
42%prep
d6ef2fe0 43%setup -q -n mediaplayer-%{ver}
a67578bf
ER
44
45%install
46rm -rf $RPM_BUILD_ROOT
c40d97cc 47install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}}
2a5be263 48cp -a mediaplayer.swf $RPM_BUILD_ROOT%{_appdir}
5e725329
ER
49cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
50
8e27e6ee
JB
51%clean
52rm -rf $RPM_BUILD_ROOT
53
5e725329
ER
54%triggerin -- lighttpd
55%webapp_register lighttpd %{_webapp}
56
57%triggerun -- lighttpd
58%webapp_unregister lighttpd %{_webapp}
a67578bf 59
a67578bf
ER
60%files
61%defattr(644,root,root,755)
c40d97cc 62%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lighttpd.conf
6fafc418 63%dir %{_appdir}
2a5be263 64%{_appdir}/mediaplayer.swf
This page took 0.056272 seconds and 4 git commands to generate.