Revision: | 1.4 |
Committed: | Mon Apr 24 19:04:06 2006 UTC (19 years ago) by eulisse |
Branch: | MAIN |
CVS Tags: | WEBTOOLS_CONFIG_1_pre2, WEBTOOLS_CONFIG_1_pre1, PR_0_5_4, PR_0_5_0, PR_0_4_21, PRODREQUEST_0_4_0, PR0_3_13, PR0_3_12, PR0-3-11, forPR034, forPR033, forPIL116, forPR032, forPR030, forPR020, forPA011, forPR010, forPA010, af20060928, ProdAgent_pa17, phedex_2_3_series, V00-00-10, V00-00-09, V00-00-08, V00-00-07, V00-00-06, V00-00-05, V00-00-04, V00-00-03, V00-00-02, V00-00-01, V00-00-00 |
Changes since 1.3: | +0 -1 lines |
Log Message: | For the time being we remove the dependency on perl as only two scripts ancillary scripts would have needed it. |
# | 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 | make | ||
7 | eulisse | 1.3 | %install |
8 | make install | ||
9 | perl -p -i -e "s|^#!.*perl|#!/usr/bin/env perl|" %{i}/ssl/misc/CA.pl %{i}/ssl/misc/der_chop %{i}/bin/c_rehash |