ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/log4cplus.spec
Revision: 1.6
Committed: Tue Aug 30 14:41:22 2011 UTC (13 years, 7 months ago) by lat
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
State: FILE REMOVED
Log Message:
Remove old obsolete RPMs and patches.

File Contents

# Content
1 ### RPM external log4cplus 1.0.2
2
3 Source: http://switch.dl.sourceforge.net/sourceforge/%n/%{n}-%{v}.tar.gz
4
5 %build
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
15
16
17 %changelog
18 * Mon Feb 27 2006 Stefano Argiro <stefano.argiro@cern.ch>
19 - Initial build.
20
21