ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/openssl.spec
Revision: 1.5
Committed: Sat Jun 10 14:43:53 2006 UTC (18 years, 10 months ago) by elmer
Branch: MAIN
CVS Tags: forLCG_44, forCMSSW_0_8_0_pre2, V00-01-02, V00-01-2, V00-01-01, V00-01-00, V00-00-11
Changes since 1.4: +5 -0 lines
Log Message:
Set compatibility version to include also minor version number on Darwin.

File Contents

# User Rev Content
1 eulisse 1.2 ### RPM external openssl 0.9.7d
2 argiro 1.1 Source: http://www.openssl.org/source/%n-%v.tar.gz
3    
4     %build
5     ./config --prefix=%i shared
6 elmer 1.5 case $(uname)-$(uname -m) in
7     Darwin*)
8     perl -p -i -e 's|-compatibility_version.*|-compatibility_version \${SHLIB_MAJOR}.\${SHLIB_MINOR} \\|' Makefile.ssl
9     esac
10    
11 argiro 1.1 make
12 eulisse 1.3 %install
13     make install
14     perl -p -i -e "s|^#!.*perl|#!/usr/bin/env perl|" %{i}/ssl/misc/CA.pl %{i}/ssl/misc/der_chop %{i}/bin/c_rehash