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

Comparing COMP/CMSDIST/classlib.spec (file contents):
Revision 1.1 by lat, Mon Oct 25 17:17:57 2010 UTC vs.
Revision 1.3 by elmer, Tue Nov 2 21:46:13 2010 UTC

# Line 1 | Line 1
1 < ### RPM external classlib 3.1.0
1 > ### RPM external classlib 3.1.1
2   Source: http://cmsmac01.cern.ch/~lat/exports/%n-%realversion.tar.bz2
3 < Requires: zlib bz2lib pcre openssl lzo xz
3 > # Requires: zlib bz2lib pcre openssl lzo xz
4 > Requires: zlib bz2lib pcre openssl
5  
6   %prep
7   %setup -n %n-%realversion
# Line 14 | Line 15 | Requires: zlib bz2lib pcre openssl lzo x
15    --with-pcre-includes=$PCRE_ROOT/include       \
16    --with-pcre-libraries=$PCRE_ROOT/lib          \
17    --with-openssl-includes=$OPENSSL_ROOT/include \
18 <  --with-openssl-libraries=$OPENSSL_ROOT/lib    \
19 <  --with-lzo-includes=$LZO_ROOT/include         \
20 <  --with-lzo-libraries=$LZO_ROOT/lib            \
21 <  --with-lzma-includes=$XZ_ROOT/include         \
22 <  --with-lzma-libraries=$XZ_ROOT/lib
18 >  --with-openssl-libraries=$OPENSSL_ROOT/lib
19 >
20 > perl -p -i -e '
21 >  s{-l(lzo2|lzma)}{}g;
22 >  !/^\S+: / && s{\S+LZ(O|MA)((C|Dec)ompressor|Constants|Error)\S+}{}g' \
23 > Makefile
24  
25   make %makeprocesses
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines