Author: glen                         Date: Tue Apr  7 17:03:05 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update to 1.7.1 stable

---- Files affected:
SPECS:
   jquery-ui.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/jquery-ui.spec
diff -u SPECS/jquery-ui.spec:1.2 SPECS/jquery-ui.spec:1.3
--- SPECS/jquery-ui.spec:1.2    Tue Apr  7 18:52:21 2009
+++ SPECS/jquery-ui.spec        Tue Apr  7 19:02:59 2009
@@ -1,12 +1,12 @@
 # $Revision$, $Date$
 Summary:       jQuery UI
 Name:          jquery-ui
-Version:       1.5.3
+Version:       1.7.1
 Release:       0.1
 License:       MIT / GPL
 Group:         Applications/WWW
 Source0:       http://jquery-ui.googlecode.com/files/%{name}-%{version}.zip
-# Source0-md5: 5fc1bdd91953e975411de0623e4b0302
+# Source0-md5: 4378e0d5d84011998b8d4c46ad20f27f
 URL:           http://jqueryui.com/
 BuildRequires: rpmbuild(macros) > 1.268
 Source1:       %{name}-find-lang.sh
@@ -39,12 +39,16 @@
 
 find '(' -name '*.js' -o -name '*.html' ')' -print0 | xargs -0 %{__sed} -i -e 
's,\r$,,'
 
+find ui/minified -name '*.min.js' | while read a; do
+       mv $a ${a%.min.js}.js
+done
+
 install %{SOURCE1} find-lang.sh
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_appdir},%{_examplesdir}/%{name}-%{version}}
-cp -a ui/* $RPM_BUILD_ROOT%{_appdir}
+cp -a ui/minified/* $RPM_BUILD_ROOT%{_appdir}
 cp -a demos/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 ./find-lang.sh %{name}.lang
@@ -54,10 +58,15 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
+%doc AUTHORS.txt
 %dir %{_appdir}
-%{_appdir}/*.js
-%{_appdir}/packed
-%{_appdir}/minified
+%{_appdir}/ui.*.js
+%{_appdir}/effects.*.js
+
+# bundle of all effects
+%{_appdir}/jquery-ui.js
+# bundle of all languages
+%{_appdir}/i18n/jquery-ui-i18n.js
 
 %files demo
 %defattr(644,root,root,755)
@@ -69,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2009/04/07 17:02:59  glen
+- update to 1.7.1 stable
+
 Revision 1.2  2009/04/07 16:52:21  glen
 - up to 1.5.3, package to jquery 1.2.6 dirs
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/jquery-ui.spec?r1=1.2&r2=1.3&f=u

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

Reply via email to