Revision: | 1.8 |
Committed: | Tue May 22 16:57:02 2007 UTC (17 years, 11 months ago) by elmer |
Branch: | MAIN |
CVS Tags: | ge20070629, pe20070626c-ports, ge20070625, pe20070626b-ports, sm20070626a-ports, pe20070626a-ports, pe20070625b-ports, pe20070625a-ports, pe20070624a-ports, ge20070622, pe20070607a-ports |
Changes since 1.7: | +4 -4 lines |
Log Message: | o Updates to use %realversion from rpm-preamble o Versions all updated to -XXXX (we can choose the actual rebuild naming convention in a second pass) |
# | User | Rev | Content |
---|---|---|---|
1 | elmer | 1.8 | ### RPM external doxygen 1.4.1-XXXX |
2 | Source: http://ftp.stack.nl/pub/users/dimitri/%n-%realversion.src.tar.gz | ||
3 | elmer | 1.4 | Patch0: doxygen |
4 | eulisse | 1.3 | Requires: graphviz |
5 | elmer | 1.4 | |
6 | %prep | ||
7 | |||
8 | elmer | 1.8 | %setup -n %n-%realversion |
9 | elmer | 1.4 | %ifos darwin |
10 | %patch0 -p1 | ||
11 | %endif | ||
12 | |||
13 | eulisse | 1.1 | %build |
14 | eulisse | 1.2 | ./configure --prefix %i --dot $GRAPHVIZ_ROOT/bin/dot |
15 | eulisse | 1.1 | make %makeprocesses |
16 | elmer | 1.8 |