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

Comparing COMP/CMSDIST/openssl.spec (file contents):
Revision 1.3 by eulisse, Mon Apr 24 18:53:09 2006 UTC vs.
Revision 1.11 by elmer, Wed Jun 27 12:50:44 2007 UTC

# Line 1 | Line 1
1 < ### RPM external openssl 0.9.7d
2 < Source: http://www.openssl.org/source/%n-%v.tar.gz
3 < Requires: perl
1 > ### RPM external openssl 0.9.7d-CMS3
2 > Source: http://www.openssl.org/source/%n-%realversion.tar.gz
3 >
4 > %prep
5 > %setup -n %n-%{realversion}
6  
7   %build
8   ./config --prefix=%i shared
9 + case $(uname)-$(uname -m) in
10 +  Darwin*)
11 +    perl -p -i -e 's|-compatibility_version.*|-compatibility_version \${SHLIB_MAJOR}.\${SHLIB_MINOR} \\|' Makefile.ssl
12 + esac
13 +
14   make
15   %install
16   make install
17   perl -p -i -e "s|^#!.*perl|#!/usr/bin/env perl|" %{i}/ssl/misc/CA.pl %{i}/ssl/misc/der_chop %{i}/bin/c_rehash
18 + #

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines