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

# User Rev Content
1 dlange 1.4 ### RPM external pythia6 409-CMS1
2 dlange 1.1 %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 dlange 1.3 find lib/archive -name "*.a" -exec mv {} lib/. \;
12    
13    
14 dlange 1.1 %install
15 dlange 1.2
16 dlange 1.1 tar -c lib include | tar -x -C %i
17