ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/prodrequest.spec
Revision: 1.3
Committed: Mon Nov 13 11:02:48 2006 UTC (18 years, 5 months ago) by eulisse
Branch: MAIN
Changes since 1.2: +2 -0 lines
Log Message:
relocates @RPM_INSTALL_PREFIX@

File Contents

# Content
1 ### RPM cms prodrequest V00-00-01
2 %define moduleName PRODREQUEST
3 %define exportName PRODREQUEST
4 %define cvstag %{v}
5 %define cvsserver cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e
6 Source: %cvsserver&strategy=checkout&module=%{moduleName}&nocache=true&export=%{exportName}&tag=-r%{cvstag}&output=/PRODREQUEST.tar.gz
7 Requires: python sqlobject py2-pysqlite py2-cherrypy py2-cheetah yui sqlite
8
9 %prep
10 %setup PRODREQUEST
11 %build
12 ( echo source $PYTHON_ROOT/etc/profile.d/init.sh ; \
13 echo source $SQLITE_ROOT/etc/profile.d/init.sh ; \
14 echo source $SQLOBJECT_ROOT/etc/profile.d/init.sh ; \
15 echo source $PY2_PYSQLITE_ROOT/etc/profile.d/init.sh ; \
16 echo source $PY2_CHERRYPY_ROOT/etc/profile.d/init.sh ; \
17 echo source $PY2_CHEETAH_ROOT/etc/profile.d/init.sh ; \
18 echo source $YUI_ROOT/etc/profile.d/init.sh ) > %i/etc/profile.d/dependencies-setup.sh
19 %install
20 cp -r * %i/
21 %post
22 perl -p -i -e "s!\@RPM_INSTALL_PREFIX\@!$RPM_INSTALL_PREFIX!" PRODREQUEST