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, 8 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

# User Rev Content
1 argiro 1.1 ### RPM external log4cplus 1.0.2
2    
3 eulisse 1.2 Source: http://switch.dl.sourceforge.net/sourceforge/%n/%{n}-%{v}.tar.gz
4 argiro 1.1
5     %build
6 eulisse 1.2 ./configure --prefix=%i
7 elmer 1.3 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 eulisse 1.2 make
12 argiro 1.1
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