ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/libtiff.spec
Revision: 1.5
Committed: Thu Aug 31 07:52:02 2006 UTC (18 years, 8 months ago) by eulisse
Branch: MAIN
CVS Tags: re20080623, forPHEDEX303, forPHEDEX-datasvc100, forPHEDEX302, forPHEDEX301, forPHEDEX300, forPHEDEX300pre14, forPHEDEX300pre13, forPHEDEX300pre12, forPHEDEX300pre11, forPHEDEX-datasvc002, forPHEDEX-datasvc001, forPHEDEX300pre7, forPHEDEX300pre6, forPHEDEX263, forPHEDEX262_cmsbuild2, forPHEDEX262_cmsbuild, forPHEDEX262, forPHEDEX261-slc3, forPHEDEX261, forPHEDEX260-1, forPHEDEX260, ge20071212-phedex, forPHEDEX2542, forPHEDEX2541, forPHEDEX2540, forPHEDEX2536, forPHEDEX2535, forPHEDEX2534, forPHEDEX2533, forPHEDEX2532, forPHEDEX2531, forPHEDEX253, forPHEDEX252, pe20070414b-ports, pe20070414a-ports, forPHEDEX251-micro-pre1, pe20070412b-ports, pe20070412a-ports, pe20070411a-ports, pe20070409a-ports, pe20070407a-ports, pe20070407-ports, forPHEDEX251, forPHEDEX250, forPIL116, forPHEDEX242, forPHEDEX241, pe060927
Changes since 1.4: +3 -0 lines
Log Message:
Relocates libtool files.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external libtiff 3.8.2
2 eulisse 1.4
3 eulisse 1.1 Source: http://dl.maptools.org/dl/libtiff/tiff-%{v}.zip
4     Requires: libjpg
5     Requires: zlib
6    
7     %prep
8     %setup -n tiff-%{v}
9     %build
10     ./configure --prefix=%{i} \
11     --with-zlib-lib-dir=$ZLIB_ROOT/lib \
12     --with-zlib-include-dir=$ZLIB_ROOT/include \
13 elmer 1.3 --with-jpeg-lib-dir=$LIBJPG_ROOT/lib \
14     --with-jpeg-include-dir=$LIBJPG_ROOT/include
15 eulisse 1.1
16     make %makeprocesses
17 eulisse 1.5 %post
18     %{relocateConfig}lib/libtiff.la
19     %{relocateConfig}lib/libtiffxx.la