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.2 by elmer, Sat Apr 29 17:12:59 2006 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 < Source: http://codesink.org/download/%{n}-%{v}.tar.gz
3 <
4 < %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
10   ./configure --prefix=%i
# Line 9 | Line 12 | 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 <
15 < %changelog
16 < * Mon Feb 27 2006 Stefano Argiro <argiro@pccms211.cern.ch>
17 < - Initial build.
18 <
19 <
29 > %post
30 > %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines