ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/mimetic.spec
(Generate patch)

Comparing COMP/CMSDIST/mimetic.spec (file contents):
Revision 1.4 by ratnik, Wed Apr 18 23:46:01 2007 UTC vs.
Revision 1.11 by elmer, Thu Dec 27 20:28:33 2007 UTC

# Line 1 | Line 1
1 < ### RPM external mimetic 0.8.9
2 < Requires: gcc-wrapper
3 < Source: http://codesink.org/download/%{n}-%{v}.tar.gz
4 <
5 < %description
1 > ### RPM external mimetic 0.8.9-CMS19
2 > Source: http://codesink.org/download/%{n}-%{realversion}.tar.gz
3 > Patch0: mimetic-0.8.9-gcc412
4 >
5 > %prep
6 > %setup -n %n-%{realversion}
7 > %patch0 -p1
8  
9   %build
8 ## IMPORT gcc-wrapper
10   ./configure --prefix=%i
11   make
12  
13   %install
14   make install
15 + # SCRAM ToolBox toolfile
16 + mkdir -p %i/etc/scram.d
17 + cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
18 + <doc type=BuildSystem::ToolDoc version=1.0>
19 + <Tool name=mimetic version=%v>
20 + <lib name=mimetic>
21 + <Client>
22 + <Environment name=MIMETIC_BASE default="%i"></Environment>
23 + <Environment name=LIBDIR default="$MIMETIC_BASE/lib"></Environment>
24 + <Environment name=INCLUDE default="$MIMETIC_BASE/include"></Environment>
25 + </Client>
26 + </Tool>
27 + EOF_TOOLFILE
28  
29 <
30 <
17 < %changelog
18 < * Mon Feb 27 2006 Stefano Argiro <argiro@pccms211.cern.ch>
19 < - Initial build.
20 <
21 <
22 < #
29 > %post
30 > %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines