# | Line 1 | Line 1 | |
---|---|---|
1 | ### RPM external python-tdb 0.0.6 | |
2 | + | Requires: gcc-wrapper |
3 | %define pythonv %(echo $PYTHON_VERSION | cut -d. -f 1,2) | |
4 | ## INITENV +PATH PYTHONPATH %{i}/lib/python%{pythonv} | |
5 | ||
# | Line 24 | Line 25 | This binding exposes a low-level TDB int | |
25 | %setup -n %n-%v | |
26 | ||
27 | %build | |
28 | + | ## IMPORT gcc-wrapper |
29 | mkdir build | |
30 | ||
31 | export CFLAGS="-I$TDB_ROOT/include -I$LIBJIO_ROOT/include -D_FILE_OFFSET_BITS=64" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |