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

# User Rev Content
1 eulisse 1.1 ### RPM external doxygen 1.4.1
2     Source: http://ftp.stack.nl/pub/users/dimitri/%n-%v.src.tar.gz
3 elmer 1.4 Patch0: doxygen
4 eulisse 1.3 Requires: graphviz
5 elmer 1.4
6     %prep
7    
8     %setup -n %n-%v
9     %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