Changeset 30 for spec/trunk/SPECS/sqlite.spec
- Timestamp:
- Sep 28, 2010, 4:02:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/sqlite.spec
r29 r30 10 10 11 11 # upstream doesn't provide separate -docs sources for all minor releases 12 %define basever 3. 5.912 %define basever 3.7.2 13 13 %define docver %(echo %{basever}|sed -e "s/\\./_/g") 14 14 … … 23 23 Source1: http://www.sqlite.org/sqlite_docs_%{docver}.zip 24 24 25 Patch1: sqlite- 3.5.9-os2.diff25 Patch1: sqlite-os2.diff 26 26 27 27 BuildRequires: ncurses-devel readline-devel libc-devel … … 100 100 export CONFIG_SHELL="/bin/sh" 101 101 export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" 102 export LIBS="-lurpo -lmmap -lpthread" 102 103 %configure %{!?with_tcl:--disable-tcl} \ 103 104 --enable-threadsafe \ … … 105 106 --enable-load-extension \ 106 107 %{?with_tcl:TCLLIBDIR=%{tcl_sitearch}/sqlite3} \ 107 --disable-rpath \108 108 --disable-shared \ 109 109 "--cache-file=%{_topdir}/cache/%{name}.cache"
Note:
See TracChangeset
for help on using the changeset viewer.