]> git.pld-linux.org Git - packages/jquery-flowplayer.git/blame - jquery-flowplayer.spec
up to v5.4.3 (Wednesday, 19. June 2013)
[packages/jquery-flowplayer.git] / jquery-flowplayer.spec
CommitLineData
c448367a
ER
1%define plugin flowplayer
2Summary: Flowplayer - The video player for the Web
3Name: jquery-%{plugin}
42a1c6f4 4Version: 5.4.3
c448367a
ER
5Release: 1
6# The free version comes with a GPL-based license and carries a Flowplayer logo. Commercial use is allowed.
aa708440 7License: GPL v3 with additional term
c448367a
ER
8Group: Applications/WWW
9Source0: http://releases.flowplayer.org/%{version}/flowplayer-%{version}.zip
42a1c6f4 10# Source0-md5: da8ad2a064b6b6efb57fd70d1a29fe49
c448367a
ER
11URL: http://flowplayer.org/
12BuildRequires: rpmbuild(macros) >= 1.268
13BuildRequires: unzip
14Requires: jquery >= 1.7.1
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%define _appdir %{_datadir}/jquery/%{plugin}
19
20%description
21Flowplayer design is simple and minimalistic. The player will look as
22good on your site as it looks on ours.
23
24%prep
25%setup -qc
c448367a
ER
26
27%install
28rm -rf $RPM_BUILD_ROOT
29install -d $RPM_BUILD_ROOT%{_appdir}
30cp -p %{plugin}.min.js $RPM_BUILD_ROOT%{_appdir}/%{plugin}-%{version}.min.js
31cp -p %{plugin}.js $RPM_BUILD_ROOT%{_appdir}/%{plugin}-%{version}.js
32ln -s %{plugin}-%{version}.min.js $RPM_BUILD_ROOT%{_appdir}/%{plugin}.js
33ln -s %{plugin}-%{version}.js $RPM_BUILD_ROOT%{_appdir}/%{plugin}.src.js
34cp -p %{plugin}.swf $RPM_BUILD_ROOT%{_appdir}
35cp -a skin $RPM_BUILD_ROOT%{_appdir}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc LICENSE.md
43%{_appdir}
This page took 0.069187 seconds and 4 git commands to generate.