Revision: | 1.3 |
Committed: | Fri Jun 2 10:26:24 2006 UTC (18 years, 10 months ago) by elmer |
Branch: | MAIN |
CVS Tags: | nr_baran081_t1, for090p2, forCMSSW090p2, for080_testfixes, for090p2_RC5, for090p2_RC4, for090p2_RC3, for090p2_RC2, for090p2_RC1, for081, for080_amd64, for080, for080p4, for080pre3, forLCG_44, forCMSSW_0_8_0_pre2, V00-01-02, V00-01-2, V00-01-01, V00-01-00, V00-00-11, V00-00-10 |
Changes since 1.2: | +2 -0 lines |
Log Message: | Use graphviz.patch for compilation with gcc4 |
# | Content |
---|---|
1 | ### RPM external graphviz 1.9 |
2 | Source: http://service-spi.web.cern.ch/service-spi/external/tarFiles/%{n}-%{v}.tar.gz |
3 | Requires: expat |
4 | Patch0: graphviz |
5 | |
6 | %prep |
7 | %setup -n %{n}-%{v} |
8 | %patch0 -p1 |
9 | |
10 | %build |
11 | ./configure --with-expatlibdir=$EXPAT_ROOT/lib --with-expatincludedir=$EXPAT_ROOT/include --without-x --prefix=%{i} |
12 | make |