ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/doxygen.spec
Revision: 1.4
Committed: Mon Jun 5 17:23:39 2006 UTC (18 years, 10 months ago) by elmer
Branch: MAIN
CVS Tags: 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.3: +9 -0 lines
Log Message:
Patch with doxygen.patch when building on Darwin

File Contents

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