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

Comparing COMP/CMSDIST/apache-ant.spec (file contents):
Revision 1.1 by ratnik, Mon Nov 6 23:08:21 2006 UTC vs.
Revision 1.2 by ratnik, Tue Nov 7 01:38:42 2006 UTC

# Line 1 | Line 1
1  
2   ### RPM external apache-ant 1.6.5
3 + ## INITENV SET ANT_HOME %{i}
4   Requires: java-jdk python
5   Source: http://apache.ziply.com/ant/binaries/%{n}-%{v}-bin.tar.gz
6  
7   %prep
7 echo "PWD in prep is:" `pwd`
8   %setup -n %{n}-%{v}
9  
10   # replace python calls throuhout the sources
11   perl -p -i -e "s|#!/usr/bin/python|#!/usr/bin/env python|" $(find .)
12
12   %build
14 echo "PWD in build is:" `pwd`
13   %install
16 echo "PWD in install is:" `pwd`
17
14   tar -cf - . | tar -C %i -xvvf -

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines