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

Comparing COMP/CMSDIST/cppunit.spec (file contents):
Revision 1.14 by elmer, Thu Dec 27 20:28:32 2007 UTC vs.
Revision 1.16 by eulisse, Fri Jan 11 13:46:21 2008 UTC

# Line 6 | Line 6 | Source1: http://spi.cvs.cern.ch:8180/cgi
6   %setup -n %n-%realversion
7  
8   %build
9 < ./configure --prefix=%i
9 > case %cmsplatf in
10 >    osx105* ) perl -p -i -e 's|rm(.*)conftest|rm -fr $1 conftest|g' configure \
11 >                                                                    aclocal.m4 \
12 >                                                                                                                    libtool \
13 >                                                                                                                    config/ltmain.sh
14 >    ;;
15 > esac
16 > ./configure --prefix=%i
17   make %makeprocesses
18   %install
19   make install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines