ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/qmtest.spec
Revision: 1.2
Committed: Wed Apr 5 12:04:13 2006 UTC (19 years ago) by eulisse
Branch: MAIN
CVS Tags: V00-00-01, V00-00-00
Changes since 1.1: +4 -3 lines
Log Message:
Using same version nomenclature as CMS configuration.

File Contents

# User Rev Content
1 eulisse 1.2 ### RPM external qmtest 2.3.0
2 eulisse 1.1 Requires: python
3 eulisse 1.2 %define downloadv %(echo %v | cut -d. -f 1,2)
4     Source: http://www.codesourcery.com/public/qmtest/qm-%{downloadv}/qm-%{downloadv}.tar.gz
5 eulisse 1.1
6     %prep
7 eulisse 1.2 %setup -n qm-%{downloadv}
8 eulisse 1.1
9     %build
10     python setup.py build
11    
12     %install
13     python setup.py install --prefix=%i
14     # %test
15     # make check