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

Comparing COMP/CMSDIST/qmtest.spec (file contents):
Revision 1.2 by eulisse, Wed Apr 5 12:04:13 2006 UTC vs.
Revision 1.4 by ratnik, Wed Apr 18 23:46:02 2007 UTC

# Line 1 | Line 1
1   ### RPM external qmtest 2.3.0
2 + Requires: gcc-wrapper
3   Requires: python
4   %define downloadv %(echo %v | cut -d. -f 1,2)
5   Source: http://www.codesourcery.com/public/qmtest/qm-%{downloadv}/qm-%{downloadv}.tar.gz
# Line 7 | Line 8 | Source: http://www.codesourcery.com/publ
8   %setup -n qm-%{downloadv}
9  
10   %build
11 + ## IMPORT gcc-wrapper
12   python setup.py build  
13  
14   %install
15   python setup.py install --prefix=%i
16 + perl -p -i -e "s|^#!.*python|/usr/bin/env python|" %{i}/bin/qmtest %{i}/bin/qmtest.py
17   # %test
18   # make check

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines