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

Comparing COMP/CMSDIST/python-tdb.spec (file contents):
Revision 1.3 by steen, Fri Apr 21 16:45:19 2006 UTC vs.
Revision 1.4 by steen, Thu Apr 27 00:14:44 2006 UTC

# Line 26 | Line 26 | This binding exposes a low-level TDB int
26   %build
27   mkdir build
28  
29 %install
29   export CFLAGS="-I$TDB_ROOT/include -I$LIBJIO_ROOT/include -D_FILE_OFFSET_BITS=64"
30   export LDFLAGS="-L$TDB_ROOT/lib -L$LIBJIO_ROOT/lib"
31 < python setup.py --build --prefix=%{i} --install --root=/
31 > python setup.py --build --prefix=%i
32 > pwd
33 > find build
34 > echo $(find build -name tdb.so)
35 > cp $(find build -name tdb.so) .
36 >
37 > %install
38 > mkdir -p %{i}/lib/python%{pythonv}
39 > cp tdb.so %{i}/lib/python%{pythonv}
40  
34 %files
35 %i

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines