Revision: | 1.1 |
Committed: | Wed Apr 5 14:28:27 2006 UTC (19 years ago) by eulisse |
Branch: | MAIN |
CVS Tags: | phedex_2_3_series, V00-00-07, V00-00-06, V00-00-05, V00-00-04, V00-00-03, V00-00-02, V00-00-01, V00-00-00 |
Log Message: | Binary rpm for fed9uutils. This sucks but it's a show stopper so for the time being we'll live with it. |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.1 | ### RPM external fed9uutils 2.4.1 |
2 | %define downloadv %(echo %v | cut -d. -f 1,2) | ||
3 | Source: afs:///afs/cern.ch/cms/external/Fed9UUtils/?export=/%{n}-%{v}.tar.gz | ||
4 | %build | ||
5 | %install | ||
6 | mkdir -p %i/include | ||
7 | mkdir -p %i/lib | ||
8 | cp -r libFed9UUtils.so %i/lib | ||
9 | cp -r include/* %i/include |