ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/yui.spec
(Generate patch)

Comparing COMP/CMSDIST/yui.spec (file contents):
Revision 1.5 by eulisse, Tue Dec 19 09:00:56 2006 UTC vs.
Revision 1.7 by eulisse, Thu Feb 22 18:20:59 2007 UTC

# Line 1 | Line 1
1 < ### RPM external yui 0.12.1
1 > ### RPM external yui 2.2.0
2   Source: http://switch.dl.sourceforge.net/sourceforge/yui/yui_%v.zip
3  
4   %prep
5 < %setup -n yui
5 > rm -rf %{_builddir}/yui
6 > mkdir -p %{_builddir}/yui
7 > cd %{_builddir}
8 > unzip %{_sourcedir}/yui_%v.zip
9   %build
10   %install
11 < cp -r * %i
11 > pwd
12 > cp -r yui/* %i
13   mkdir %i/etc
14   cat << \EOF_CHERRYPY_CONF > %i/etc/cherrypy.conf
15   # Serve a complete directory

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines