commit c448367ae0b9a737bcbb9c6e0dda617c96ba0755
Author: Elan Ruusamäe <[email protected]>
Date:   Mon Apr 29 17:25:08 2013 +0300

    new, version 5.4.1

 jquery-flowplayer.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
---
diff --git a/jquery-flowplayer.spec b/jquery-flowplayer.spec
new file mode 100644
index 0000000..7ccba2e
--- /dev/null
+++ b/jquery-flowplayer.spec
@@ -0,0 +1,44 @@
+%define                plugin  flowplayer
+Summary:       Flowplayer - The video player for the Web
+Name:          jquery-%{plugin}
+Version:       5.4.1
+Release:       1
+# The free version comes with a GPL-based license and carries a Flowplayer 
logo. Commercial use is allowed.
+License:       GPL
+Group:         Applications/WWW
+Source0:       
http://releases.flowplayer.org/%{version}/flowplayer-%{version}.zip
+# Source0-md5: cfbdd4a16ff17babea781404b87f386c
+URL:           http://flowplayer.org/
+BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: unzip
+Requires:      jquery >= 1.7.1
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _appdir %{_datadir}/jquery/%{plugin}
+
+%description
+Flowplayer design is simple and minimalistic. The player will look as
+good on your site as it looks on ours.
+
+%prep
+%setup -qc
+mv %{plugin}/* .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+cp -p %{plugin}.min.js  $RPM_BUILD_ROOT%{_appdir}/%{plugin}-%{version}.min.js
+cp -p %{plugin}.js $RPM_BUILD_ROOT%{_appdir}/%{plugin}-%{version}.js
+ln -s %{plugin}-%{version}.min.js $RPM_BUILD_ROOT%{_appdir}/%{plugin}.js
+ln -s %{plugin}-%{version}.js $RPM_BUILD_ROOT%{_appdir}/%{plugin}.src.js
+cp -p %{plugin}.swf $RPM_BUILD_ROOT%{_appdir}
+cp -a skin $RPM_BUILD_ROOT%{_appdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE.md
+%{_appdir}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jquery-flowplayer.git/commitdiff/c448367ae0b9a737bcbb9c6e0dda617c96ba0755

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to