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

Comparing COMP/CMSDIST/sqlite.spec (file contents):
Revision 1.1 by eulisse, Wed Feb 22 15:02:01 2006 UTC vs.
Revision 1.26 by eulisse, Tue Jan 11 16:48:41 2011 UTC

# Line 1 | Line 1
1 < ### RPM external sqlite 3.2.1
2 < Source: http://www.sqlite.org/%{n}-%{v}.tar.gz
1 > ### RPM external sqlite 3.6.10
2 > Source: http://www.sqlite.org/sqlite-%{realversion}.tar.gz
3 > Patch1: sqlite_%{realversion}_readline_for_32bit_on_64bit_build
4 >
5 > %prep
6 > %setup -n %n-%{realversion}
7 > # The following hack and patch are there because the libreadline.so soft
8 > # link is missing from the 32-bit compatibility area on the 64-bit build
9 > # machines and apparently they don't have a -devel build with it. It
10 > # definitely should be reviewed at some point.
11 > %patch1 -p1
12 > mkdir .libs
13 >
14   %build
15   ./configure --prefix=%i --disable-tcl
16 < make
16 > make %makeprocesses
17 >
18 > %install
19 > make install
20 > rm -rf %i/lib/pkgconfig

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines