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.4 by ratnik, Wed Apr 18 23:46:01 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines