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.6 by eulisse, Fri Jan 12 10:28:03 2007 UTC vs.
Revision 1.13 by elmer, Tue May 1 11:55:13 2007 UTC

# Line 1 | Line 1
1 < ### RPM external yui 0.12.2
2 < Source: http://switch.dl.sourceforge.net/sourceforge/yui/yui_%v.zip
1 > ### RPM external yui 2.2.1
2 > %define realv %v
3 > Source: http://switch.dl.sourceforge.net/sourceforge/yui/yui_%realv.zip
4  
5   %prep
6   rm -rf %{_builddir}/yui
7   mkdir -p %{_builddir}/yui
8 < cd %{_builddir}/yui
9 < unzip %{_sourcedir}/yui_%v.zip
8 > cd %{_builddir}
9 > unzip %{_sourcedir}/yui_%realv.zip
10   %build
11   %install
12   pwd
# Line 14 | Line 15 | mkdir %i/etc
15   cat << \EOF_CHERRYPY_CONF > %i/etc/cherrypy.conf
16   # Serve a complete directory
17   [/]
18 < static_filter.on = True
19 < static_filter.dir = %i/build
18 > tools.staticdir.on = True
19 > tools.staticdir.dir = %i/build
20   EOF_CHERRYPY_CONF
21   %post
22   %{relocateConfig}etc/cherrypy.conf

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines