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

Comparing COMP/CMSDIST/python.spec (file contents):
Revision 1.78 by eulisse, Wed Nov 2 14:15:50 2011 UTC vs.
Revision 1.79 by fwyzard, Wed Jan 25 15:59:16 2012 UTC

# Line 83 | Line 83 | case %cmsplatf in
83      ;;
84   esac
85  
86 < ./configure --prefix=%i $additionalConfigureOptions --enable-shared \
86 > ./configure --prefix=%{installroot}/%{pkgrel} $additionalConfigureOptions --enable-shared \
87              --without-tkinter --disable-tkinter
88  
89   # The following is a kludge around the fact that the /usr/lib/libreadline.so
# Line 100 | Line 100 | make %makeprocesses
100   # We need to export it because setup.py now uses it to determine the actual
101   # location of DB4, this was needed to avoid having it picked up from the system.
102   export DB4_ROOT
103 < make install
103 > make install prefix=%i
104   %define pythonv %(echo %realversion | cut -d. -f 1,2)
105  
106   case %cmsplatf in

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines