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.5 by eulisse, Fri Jul 6 15:51:45 2007 UTC vs.
Revision 1.10 by elmer, Thu Dec 27 20:28:33 2007 UTC

# Line 1 | Line 1
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
1 > ### RPM external elfutils 0.131-CMS19
2   #TODO: put everything in rpm.spec???
3   Source: ftp://sources.redhat.com/pub/systemtap/%{n}/%{n}-%{realversion}.tar.gz
4   %prep
5   %setup -n %n-%realversion
6 + perl -p -i -e "s/-Wextra//g;s/-Werror//" `find . -name \*.in`
7   %build
8 + %if "%(echo %cmsos | sed -e 's/osx.*/osx/')" != "osx"
9   ./configure --prefix=%i
10   cd libelf
11   make %makeprocesses
12 + %endif
13   %install
14 + %if "%(echo %cmsos | sed -e 's/osx.*/osx/')" != "osx"
15   cd libelf
16   make install
17   rm -rf %i/bin
18 + %endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines