]> git.pld-linux.org Git - packages/jwplayer-skins-premium.git/blob - jwplayer-skins-premium.spec
e2ef582153e7927542fa0907a9b21df2450b0234
[packages/jwplayer-skins-premium.git] / jwplayer-skins-premium.spec
1 Summary:        Premium skins for jwplayer
2 Name:           jwplayer-skins-premium
3 # no versioning, just use current jwplayer version they worked with
4 Version:        6.9
5 Release:        1
6 # zip is called "premium", but no licensing information can be found
7 License:        ?
8 Group:          Applications/WWW
9 Source0:        https://account.jwplayer.com/static/download/%{name}.zip
10 # NoSource0-md5:        fbf963f636cebbfe06a9fbb2de19870e
11 NoSource:       0
12 URL:            http://www.jwplayer.com/skins/
13 BuildRequires:  rpmbuild(macros) >= 1.268
14 BuildRequires:  unzip
15 Requires:       jwplayer >= 6.7
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _webapp jwplayer
20 %define         _appdir %{_datadir}/%{_webapp}
21
22 %description
23 Premium skins for JW Media Player.
24
25 %prep
26 %setup -qc
27 mv %{name} skins
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_appdir}
32 cp -a skins $RPM_BUILD_ROOT%{_appdir}
33
34 # these are "free" skins, available in base package
35 %{__rm} $RPM_BUILD_ROOT%{_appdir}/skins/five.xml
36 %{__rm} $RPM_BUILD_ROOT%{_appdir}/skins/six.xml
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %{_appdir}/skins/beelden.xml
44 %{_appdir}/skins/bekle.xml
45 %{_appdir}/skins/glow.xml
46 %{_appdir}/skins/modieus.xml
47 %{_appdir}/skins/roundster.xml
48 %{_appdir}/skins/stormtrooper.xml
49 %{_appdir}/skins/vapor.xml
This page took 0.0801 seconds and 2 git commands to generate.