ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/pythia6.spec
Revision: 1.3
Committed: Tue May 1 07:55:41 2007 UTC (18 years ago) by dlange
Branch: MAIN
Changes since 1.2: +3 -11 lines
Log Message:
fixing pythia6 spec file to put libs in right spot

File Contents

# User Rev Content
1 dlange 1.1 ### RPM external pythia6 409
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 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