ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/sqlite.spec
Revision: 1.11
Committed: Tue May 22 16:57:03 2007 UTC (17 years, 11 months ago) by elmer
Branch: MAIN
CVS Tags: ge20070625, pe20070625a-ports, pe20070624a-ports, ge20070622, pe20070607a-ports
Changes since 1.10: +6 -2 lines
Log Message:
o Updates to use %realversion from rpm-preamble
o Versions all updated to -XXXX (we can choose the actual rebuild naming
  convention in a second pass)

File Contents

# User Rev Content
1 elmer 1.11 ### RPM external sqlite 3.3.5-XXXX
2     Source: http://www.sqlite.org/%{n}-%{realversion}.tar.gz
3    
4     %prep
5     %setup -n %n-%{realversion}
6    
7 eulisse 1.1 %build
8     ./configure --prefix=%i --disable-tcl
9 eulisse 1.2 make %makeprocesses