Browse Source

update ExtJS

master
parent
commit
832eaefcca
  1. 26
      dhtml/dhtml.spec

26
dhtml/dhtml.spec

@ -64,7 +64,7 @@
%define V_jquery_interface 1.2
%define V_excanvas 20090130
%define V_oat 2.8
%define V_extjs 4.0.7
%define V_extjs 4.1.1
%define V_raphael 2.1.0
%define V_svgweb 20110226
%define V_canto 0.15
@ -87,7 +87,7 @@ Class: BASE
Group: HTML
License: Open Source
Version: 0
Release: 20120623
Release: 20120706
# list of sources
Source0: http://download.openpkg.org/components/versioned/dhtml/prototype-%{V_prototype}.js
@ -132,7 +132,7 @@ Source38: http://code.jquery.com/jquery-%{V_jquery}.min.js
Source39: http://interface.eyecon.ro/interface/interface_%{V_jquery_interface}.zip
Source40: http://download.openpkg.org/components/versioned/dhtml/excanvas-%{V_excanvas}.js
Source41: http://switch.dl.sourceforge.net/oat/oat-%{V_oat}.tar.gz
Source42: http://extjs.cachefly.net/ext-%{V_extjs}-gpl.zip
Source42: http://cdn.sencha.com/extjs-%{V_extjs}-gpl.zip
Source43: http://download.openpkg.org/components/versioned/dhtml/raphael-%{V_raphael}.js
Source44: http://download.openpkg.org/components/versioned/dhtml/svgweb-%{V_svgweb}.tar.gz
Source45: http://canto-js.googlecode.com/files/canto-%{V_canto}.js
@ -504,7 +504,7 @@ PreReq: OpenPKG, openpkg >= 20100101
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/jquery \
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/excanvas \
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/oat \
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/ext \
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/extjs \
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/raphael \
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/svgweb \
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/canto \
@ -650,15 +650,15 @@ PreReq: OpenPKG, openpkg >= 20100101
cp -rp oat-%{V_oat}/oat/*.js \
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/oat/
rm -rf \
ext-%{V_extjs}*/docs \
ext-%{V_extjs}*/src \
ext-%{V_extjs}*/pkgs \
ext-%{V_extjs}*/examples \
ext-%{V_extjs}*/build \
ext-%{V_extjs}*/[A-Z]*
find ext-%{V_extjs}* -name "*Copy.gif" -type f -exec rm -f {} \;
cp -rp ext-%{V_extjs}*/* \
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/ext/
extjs-%{V_extjs}/docs \
extjs-%{V_extjs}/src \
extjs-%{V_extjs}/pkgs \
extjs-%{V_extjs}/examples \
extjs-%{V_extjs}/build \
extjs-%{V_extjs}/[A-Z]*
find extjs-%{V_extjs} -name "*Copy.gif" -type f -exec rm -f {} \;
cp -rp extjs-%{V_extjs}/* \
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/extjs/
cp -rp svgweb/svg* \
$RPM_BUILD_ROOT%{l_prefix}/share/dhtml/svgweb/
%{l_shtool} install -c -m 644 \

Loading…
Cancel
Save