ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/binutils.spec
Revision: 1.1
Committed: Mon Apr 30 12:27:14 2007 UTC (18 years ago) by dlange
Branch: MAIN
Log Message:
v0 of binutils spec file

File Contents

# User Rev Content
1 dlange 1.1 ### RPM external binutils 2.17.50
2     %define realVersion %(echo %v | cut -d- -f1)
3     Source: ftp://sourceware.org/pub/binutils/snapshots/%n-%realVersion.tar.bz2
4     %define cpu %(echo %cmsplatf | cut -d_ -f2)
5    
6     %prep
7    
8     %setup -n %{n}-%{realVersion}
9    
10     %build
11    
12     ./configure --prefix=%i
13    
14     make %makeprocesses
15    
16     %install
17     make install
18    
19     %post
20    
21     mkdir $RPM_INSTALL_PREFIX/%{pkgrel}/bin.orig
22