ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/mimetic.spec
Revision: 1.6
Committed: Wed May 23 16:26:06 2007 UTC (17 years, 11 months ago) by elmer
Branch: MAIN
CVS Tags: ge20070629, pe20070626c-ports, ge20070625, pe20070626b-ports, sm20070626a-ports, pe20070626a-ports, pe20070625b-ports, pe20070625a-ports, pe20070624a-ports, ge20070622, pe20070607a-ports
Changes since 1.5: +4 -11 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.6 ### RPM external mimetic 0.8.9-XXXX
2     Source: http://codesink.org/download/%{n}-%{realversion}.tar.gz
3 argiro 1.1
4 elmer 1.6 %prep
5     %setup -n %n-%{realversion}
6 argiro 1.1
7     %build
8 elmer 1.2 ./configure --prefix=%i
9 argiro 1.1 make
10    
11     %install
12     make install
13