ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/fakesystem.spec
Revision: 1.1
Committed: Fri Nov 13 17:35:30 2009 UTC (15 years, 5 months ago) by elmer
Branch: MAIN
CVS Tags: CMSSW_3_3_6_patch6, sm100215, CMSSW_3_3_6_patch5, apFor336p5v1, CMSSW_3_3_6_patch4, apFor336p5v0, for336patch4, CMSSW_3_3_6_patch3, apFor336p3v0, CMSSW_3_3_6_patch1, eskFor336ptch1, CMSSW_3_3_6, CMSSW_3_3_6_slc5-gcc434, apFor336v0-slc5-gcc434, apFor336v0, CMSSW_3_3_5_patch4, CMSSW_3_3_5_patch4_slc5-gcc434, apFor335p4v0-slc5-gcc434, apFor335p4-slc5-gcc434, apFor335p4v0, CMSSW_3_3_5_patch3, CMSSW_3_3_5_patch3_slc5-gcc434, apFor335p3v0-slc5-gcc434, apFor335p3v0, CMSSW_3_3_5_patch2_slc5-gcc434, CMSSW_3_3_5_patch2, apFor335p2v0-slc5-gcc434, apFor335p2v0, CMSSW_3_3_5_patch1_slc5-gcc434, CMSSW_3_3_5_patch1, apFor335pat1v2-slc5-gcc434, apFor335pat1v2, apFor335pat1v1, apFor335pat1v1-slc5-gcc434, apFor335pat1v0-slc5-gcc434, apFor335pat1v0, lsFor335patch1, lsFOR335patch1v0, CMSSW_3_3_5_slc5-gcc434, CMSSW_3_3_5, apFor335v0, apFor335v0-sl5igcc4, pe20091126a-for33X-slc4-gcc345, pe20091126a-for33X-slc5-gcc434, CMSSW_3_3_4_slc5-gcc434, CMSSW_3_3_4, eskFor340p6-slc5-gcc434, apFor334v0-sl5igcc4, apFor334v0, DAS_20091117, pe20091116a-for34X-slc5-gcc434, pe20091114a-for34X-slc5-gcc434, pe20091113c-for34X-slc5-gcc434, pe20091113c-for33X-slc5-gcc434, pe20091113b-for33X-slc5-gcc434, pe20091113a-for33X-slc5-gcc434, pe20091113a-for33X-slc4-gcc345
Log Message:
Dedicated rpm to provide fake Provides for misc. system dependencies which
are:

   o not generally used, e.g. used only by standalone scripts for particular
     packages
   o things rpm requires as dependencies, but which we do not want to add
     to the general system seeds (which would that the dependencies will be
     required at all locations where the CMS SW would be installed)

File Contents

# User Rev Content
1 elmer 1.1 ### RPM external fakesystem 1.0
2     ## NOCOMPILER
3     Source: none
4     Provides: /bin/zsh
5     Provides: /bin/ksh
6     Provides: /bin/sed
7     Provides: /bin/bash
8     Provides: /usr/bin/awk
9     Provides: /usr/bin/python
10     Provides: perl(Date::Format)
11     Provides: perl(Term::ReadKey)
12     Provides: perl(full)
13     Provides: perl(LWP::UserAgent)
14     Provides: perl(Template)
15     Provides: perl(CMSDBA)
16     Provides: perl(Tk) >= 804
17     Provides: perl(Tk::ROText)
18     Provides: perl(Tk::DialogBox)
19     Provides: perl(DBI)
20     Provides: ld-linux.so.2(GLIBC_PRIVATE)
21     Provides: ld-linux-x86-64.so.2(GLIBC_PRIVATE)(64bit)
22    
23     %prep
24     %build
25     %install
26     echo 'This package provides fake Provides for a small set of things which
27     are technically required to satisfy dependencies of CMSSW. All of these things are needed only by (for example) single shell or perl scripts, used only for standalone work, and thus we do not want to add them to the full required system seeds list.'> %{i}/README