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.4 by elmer, Mon Jul 2 14:31:48 2007 UTC vs.
Revision 1.6 by eulisse, Mon Jul 9 08:11:24 2007 UTC

# Line 4 | Line 4 | Source: ftp://sources.redhat.com/pub/sys
4   %prep
5   %setup -n %n-%realversion
6   %build
7 + %if "%(echo %cmsos | sed -e 's/osx.*/osx/')" != "osx"
8   ./configure --prefix=%i
9   cd libelf
10   make %makeprocesses
11 + %endif
12   %install
13 + %if "%(echo %cmsos | sed -e 's/osx.*/osx/')" != "osx"
14   cd libelf
15   make install
16   rm -rf %i/bin
17 + %endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines