Author: glen                         Date: Wed May  4 08:32:41 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/jquery-mobile:
   jquery-mobile.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/jquery-mobile/jquery-mobile.spec
diff -u /dev/null packages/jquery-mobile/jquery-mobile.spec:1.1
--- /dev/null   Wed May  4 10:32:41 2011
+++ packages/jquery-mobile/jquery-mobile.spec   Wed May  4 10:32:35 2011
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+%define                plugin  mobile
+%define                subver  a4.1
+%define                rel             1
+Summary:       jQuery Mobile: Touch-Optimized Web Framework for Smartphones & 
Tablets
+Name:          jquery-%{plugin}
+Version:       1.0
+Release:       0.%{subver}.%{rel}
+License:       MIT / GPL v2
+Group:         Applications/WWW
+Source0:       
http://code.jquery.com/mobile/%{version}%{subver}/jquery.mobile-%{version}%{subver}.zip
+# Source0-md5: 92fa39077c49d25d6a319ebf20fbfe0f
+URL:           http://jquerymobile.com/
+BuildRequires: rpmbuild(macros) >= 1.268
+Requires:      jquery
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _appdir %{_datadir}/jquery/%{plugin}
+
+%description
+A unified user interface system across all popular mobile device
+platforms, built on the rock-solid jQuery and jQuery UI foundation.
+Its lightweight code is built with progressive enhancement, and has a
+flexible, easily themeable design.
+
+%prep
+%setup -q -n jquery.mobile-%{version}%{subver}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+cp -a images $RPM_BUILD_ROOT%{_appdir}
+cp -p jquery.mobile-*.min.js $RPM_BUILD_ROOT%{_appdir}/%{plugin}.js
+cp -p jquery.mobile-*.min.css $RPM_BUILD_ROOT%{_appdir}/%{plugin}.css
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_appdir}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/05/04 08:32:35  glen
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to