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.5 by valya, Fri Sep 21 15:17:37 2007 UTC vs.
Revision 1.8 by gowdy, Thu Feb 5 08:47:56 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines