]> git.pld-linux.org Git - SPECS.git/blob - jwplayer-skins-premium.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.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.11
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:        bf91239d6de56bc88ff1c4eb21dd5b13
11 NoSource:       0
12 URL:            http://www.jwplayer.com/skins/
13 BuildRequires:  rpmbuild(macros) >= 1.268
14 BuildRequires:  unzip
15 Requires:       jwplayer >= 6.11
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/roundster.xml
47 %{_appdir}/skins/stormtrooper.xml
48 %{_appdir}/skins/vapor.xml
This page took 0.454231 seconds and 3 git commands to generate.