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.14 by muzaffar, Wed Sep 9 14:57:26 2009 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.9.5
2 > Source: http://codesink.org/download/%{n}-%{realversion}.tar.gz
3 > Patch0: mimetic-0.9.5-amd64-uint
4 >
5 > %prep
6 > %setup -n %n-%{realversion}
7 >
8 > case %cmsplatf in
9 > *amd64* | osx*)
10 > %patch0 -p1
11 > esac
12  
13   %build
8 ## IMPORT gcc-wrapper
14   ./configure --prefix=%i
15   make
16  
17   %install
18   make install
19 + # SCRAM ToolBox toolfile
20 + mkdir -p %i/etc/scram.d
21 + cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
22 + <doc type=BuildSystem::ToolDoc version=1.0>
23 + <Tool name=mimetic version=%v>
24 + <lib name=mimetic>
25 + <Client>
26 + <Environment name=MIMETIC_BASE default="%i"></Environment>
27 + <Environment name=LIBDIR default="$MIMETIC_BASE/lib"></Environment>
28 + <Environment name=INCLUDE default="$MIMETIC_BASE/include"></Environment>
29 + </Client>
30 + </Tool>
31 + EOF_TOOLFILE
32  
33 <
34 <
17 < %changelog
18 < * Mon Feb 27 2006 Stefano Argiro <argiro@pccms211.cern.ch>
19 < - Initial build.
20 <
21 <
22 < #
33 > %post
34 > %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines