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.3 by eulisse, Wed Apr 5 09:13:50 2006 UTC vs.
Revision 1.27 by elmer, Wed Jan 26 22:19:07 2011 UTC

# Line 1 | Line 1
1 < ### RPM external sqlite 3.2.8
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
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