Revision: | 1.10 |
Committed: | Thu Jun 28 10:33:06 2007 UTC (17 years, 10 months ago) by elmer |
Branch: | MAIN |
Changes since 1.9: | +2 -0 lines |
Log Message: | Use doxygen-1.4.1-gcc412.patch, should cause no problems for gcc3xy |
# | Content |
---|---|
1 | ### RPM external doxygen 1.4.1-CMS3 |
2 | Source: http://ftp.stack.nl/pub/users/dimitri/%n-%realversion.src.tar.gz |
3 | Patch0: doxygen |
4 | Patch1: doxygen--1.4.1-gcc412 |
5 | Requires: graphviz |
6 | |
7 | %prep |
8 | |
9 | %setup -n %n-%realversion |
10 | %ifos darwin |
11 | %patch0 -p1 |
12 | %endif |
13 | %patch1 -p1 |
14 | |
15 | %build |
16 | ./configure --prefix %i --dot $GRAPHVIZ_ROOT/bin/dot |
17 | make %makeprocesses |
18 |