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

Comparing COMP/CMSDIST/doxygen.spec (file contents):
Revision 1.1 by eulisse, Wed Mar 15 17:50:32 2006 UTC vs.
Revision 1.6 by ratnik, Wed Apr 18 23:46:01 2007 UTC

# Line 1 | Line 1
1   ### RPM external doxygen 1.4.1
2 + Requires: gcc-wrapper
3   Source: http://ftp.stack.nl/pub/users/dimitri/%n-%v.src.tar.gz
4 < Requires: perl graphviz
4 > Patch0: doxygen
5 > Requires: graphviz
6 >
7 > %prep
8 >
9 > %setup -n %n-%v
10 > %ifos darwin
11 > %patch0 -p1
12 > %endif
13 >
14   %build
15 < ./configure --prefix %i --dot $GRAPHVIZ_ROOT/bin/dot --perl $PERL_ROOT/bin/perl
15 > ## IMPORT gcc-wrapper
16 > ./configure --prefix %i --dot $GRAPHVIZ_ROOT/bin/dot
17   make %makeprocesses
18 + #

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines