Ignore:
Timestamp:
Sep 28, 2010, 4:02:38 PM (15 years ago)
Author:
Yuri Dario
Message:

spec: update sqlite to 3.7.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/sqlite.spec

    r29 r30  
    1010
    1111# upstream doesn't provide separate -docs sources for all minor releases
    12 %define basever 3.5.9
     12%define basever 3.7.2
    1313%define docver %(echo %{basever}|sed -e "s/\\./_/g")
    1414
     
    2323Source1: http://www.sqlite.org/sqlite_docs_%{docver}.zip
    2424
    25 Patch1: sqlite-3.5.9-os2.diff
     25Patch1: sqlite-os2.diff
    2626
    2727BuildRequires: ncurses-devel readline-devel libc-devel
     
    100100export CONFIG_SHELL="/bin/sh"
    101101export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
     102export LIBS="-lurpo -lmmap -lpthread"
    102103%configure %{!?with_tcl:--disable-tcl} \
    103104    --enable-threadsafe \
     
    105106    --enable-load-extension \
    106107    %{?with_tcl:TCLLIBDIR=%{tcl_sitearch}/sqlite3} \
    107     --disable-rpath \
    108108    --disable-shared \
    109109    "--cache-file=%{_topdir}/cache/%{name}.cache"
Note: See TracChangeset for help on using the changeset viewer.