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

Comparing COMP/CMSDIST/log4cplus.spec (file contents):
Revision 1.1 by argiro, Tue Feb 28 11:29:16 2006 UTC vs.
Revision 1.5 by elmer, Tue May 1 11:31:21 2007 UTC

# Line 1 | Line 1
1   ### RPM external log4cplus 1.0.2
2  
3 < Source: dl.sourceforge.net/%n/%{n}-%{v}.tar.gz
4 <
5 <
3 > Source: http://switch.dl.sourceforge.net/sourceforge/%n/%{n}-%{v}.tar.gz
4  
5   %build
6 < configure --prefix=%i
7 < make
6 > ./configure --prefix=%i
7 > case $(uname)-$(uname -m) in
8 >  Darwin*)
9 >   perl -p -i -e "s|\/\* #undef socklen_t \*\/|#undef socklen_t|" include/log4cplus/config.h;;
10 > esac
11 > make
12  
13   %install
14   make install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines