ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/pythia6.spec
Revision: 1.4
Committed: Tue May 1 08:15:58 2007 UTC (18 years ago) by dlange
Branch: MAIN
CVS Tags: dl070501
Changes since 1.3: +1 -1 lines
Log Message:
bump pythia6 version

File Contents

# Content
1 ### RPM external pythia6 409-CMS1
2 %define realversion %(echo %v | cut -d- -f1 )
3 Source: http://service-spi.web.cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
4 %prep
5 %setup -q -n %{n}/%{realversion}
6 ./configure
7
8 %build
9 make
10
11 find lib/archive -name "*.a" -exec mv {} lib/. \;
12
13
14 %install
15
16 tar -c lib include | tar -x -C %i
17