ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/elfutils.spec
(Generate patch)

Comparing COMP/CMSDIST/elfutils.spec (file contents):
Revision 1.2 by eulisse, Tue Jun 19 10:53:21 2007 UTC vs.
Revision 1.5 by eulisse, Fri Jul 6 15:51:45 2007 UTC

# Line 1 | Line 1
1 < ### RPM external elfutils 0.128-wt1
1 > ### RPM external elfutils 0.128-CMS3
2 > ## BUILDIF case $(uname):$(uname -p) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;;  Linux:ppc64 ) true ;; Darwin:* ) false ;; * ) false ;; esac
3   #TODO: put everything in rpm.spec???
4   Source: ftp://sources.redhat.com/pub/systemtap/%{n}/%{n}-%{realversion}.tar.gz
4
5   %prep
6   %setup -n %n-%realversion
7   %build
8   ./configure --prefix=%i
9 + cd libelf
10   make %makeprocesses
11   %install
12 + cd libelf
13   make install
14   rm -rf %i/bin

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines