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

Comparing COMP/CMSDIST/gdb.spec (file contents):
Revision 1.3 by elmer, Sat Sep 6 00:26:05 2008 UTC vs.
Revision 1.7 by elmer, Sun Nov 8 12:41:09 2009 UTC

# Line 1 | Line 1
1 < ### RPM external gdb 6.8
1 > ### RPM external gdb 7.0
2 > ## BUILDIF case $(uname):$(uname -p) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;;  Linux:ppc64 ) false ;; Darwin:* ) false ;; * ) false ;; esac
3 >
4   Source: http://ftp.gnu.org/gnu/%{n}/%{n}-%{realversion}.tar.bz2
5 + Requires: python
6  
7   %prep
8   %setup -n %n-%{realversion}
9  
10   %build
11 < ./configure --prefix=%{i}
11 > export PYTHONV=$(echo $PYTHON_VERSION | cut -f1,2 -d.)
12 > #./configure --prefix=%{i} --with-expat=no --with-python=yes --with-python-lib=$PYTHON_ROOT/lib --with-python-include=$PYTHON_ROOT/include/python${PYTHONV}
13 > ./configure --prefix=%{i} --with-expat=no --with-python=$PYTHON_ROOT
14   make %makeprocesses
15  
16   %install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines