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.6 by eulisse, Thu Jun 22 11:49:17 2006 UTC vs.
Revision 1.28 by eulisse, Wed Aug 17 18:30:12 2011 UTC

# Line 1 | Line 1
1 < ### RPM external sqlite 3.3.5
2 < Source: http://www.sqlite.org/%{n}-%{v}.tar.gz
1 > ### RPM external sqlite 3.6.23
2 > Source: http://www.sqlite.org/sqlite-%{realversion}.tar.gz
3 >
4 > %prep
5 > %setup -n %n-%{realversion}
6 >
7   %build
8 < ./configure --prefix=%i --disable-tcl
8 > ./configure --prefix=%i --disable-tcl --disable-static
9   make %makeprocesses
10 +
11 + %install
12 + make install
13 + rm -rf %i/lib/pkgconfig

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines