ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/db4.spec
Revision: 1.5
Committed: Tue May 22 10:24:07 2007 UTC (17 years, 11 months ago) by elmer
Branch: MAIN
CVS Tags: pe20070626c-ports, pe20070626b-ports, sm20070626a-ports, pe20070626a-ports, pe20070625b-ports, pe20070625a-ports, pe20070624a-ports, pe20070607a-ports
Changes since 1.4: +3 -3 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.5 ### RPM external db4 4.4.20-XXXX
2     Source: http://downloads.sleepycat.com/db-%{realversion}.tar.gz
3 eulisse 1.1
4     %prep
5 elmer 1.5 %setup -n db-%{realversion}
6 eulisse 1.1 %build
7     mkdir obj
8     cd obj
9     ../dist/configure --prefix=%{i} --disable-java --disable-tcl
10     make %makeprocesses
11     %install
12     cd obj
13     make install
14 eulisse 1.2 #