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

Comparing COMP/CMSDIST/simage.spec (file contents):
Revision 1.10 by elmer, Wed May 23 16:26:07 2007 UTC vs.
Revision 1.14 by elmer, Thu Dec 27 20:28:33 2007 UTC

# Line 1 | Line 1
1 < ### RPM external simage 1.6.1-XXXX
1 > ### RPM external simage 1.6.1-CMS19
2   Source: http://ftp.coin3d.org/coin/src/all/%{n}-%{realversion}.tar.gz
3   %define tmpplatf %(echo %cmsplatf | cut -d_ -f2)
4  
# Line 27 | Line 27 | CONFIGURE_OPTS="--without-tiff"
27              --without-oggvorbis
28   make
29  
30 + %install
31 + make install
32 + # SCRAM ToolBox toolfile
33 + mkdir -p %i/etc/scram.d
34 + cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
35 + <doc type=BuildSystem::ToolDoc version=1.0>
36 + <Tool name=simage version=%v>
37 + <info url=http://www.coin3d.org/Coin3D/file_format_libs/simage></info>
38 + <Lib name=simage>
39 + <Client>
40 + <Environment name=SIMAGE_BASE default="%i"></Environment>
41 + <Environment name=LIBDIR default="$SIMAGE_BASE/lib"></Environment>
42 + <Environment name=INCLUDE default="$SIMAGE_BASE/include"></Environment>
43 + </Client>
44 + <use name=zlib>
45 + <use name=libjpg>      
46 + </Tool>
47 + EOF_TOOLFILE
48 +
49   %post
50   %{relocateConfig}bin/simage-config
51   %{relocateConfig}lib/libsimage.la
52   %{relocateConfig}share/Coin/conf/simage-default.cfg
53 + %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines