[packages/openssl102: 122/432] - use the __perl macro
adwol
adwol at pld-linux.org
Sat Sep 29 01:11:51 CEST 2018
commit db17f76a1ad001bc87d841435761eef17b1a428c
Author: radek <radek at pld-linux.org>
Date: Sun Mar 2 21:36:53 2003 +0000
- use the __perl macro
Changed files:
openssl.spec -> 1.92
openssl.spec | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index ed3e701..f10d3da 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -181,12 +181,12 @@ ¦
%build
for f in ` grep -r "%{_prefix}/local/bin/perl" . | cut -d":" -f1`; do
-perl -pi -e 's#%{_prefix}/local/bin/perl#%{_bindir}/perl#g' $f
+%{__perl} -pi -e 's#%{_prefix}/local/bin/perl#%{__perl}#g' $f
done
touch Makefile.*
-perl util/perlpath.pl %{_bindir}/perl
+%{__perl} util/perlpath.pl %{__perl}
OPTFLAGS="%{rpmcflags}"
export OPTFLAGS
@@ -215,7 +215,7 @@ center="OpenSSL 0.9.7"
rel="OpenSSL 0.9.7"
cd doc/apps || exit 1
-perl -pi -e 's/(\W)((?<!openssl_)\w+)(\(\d\))/$1openssl_$2$3/g; s/openssl_openssl/openssl/g;' *.pod;
+%{__perl} -pi -e 's/(\W)((?<!openssl_)\w+)(\(\d\))/$1openssl_$2$3/g; s/openssl_openssl/openssl/g;' *.pod;
for pod in *.pod; do
if [ $pod != "openssl.pod" ]; then
@@ -244,7 +244,7 @@ for dir in ssl crypto; do
rel="OpenSSL cryptographic library"
fi
- perl -p -i -e 's/(\W)((?<!openssl_)\w+)(\(\d\))/$1openssl_$2$3/g; s/openssl_openssl/openssl/g;' *.pod;
+ %{__perl} -pi -e 's/(\W)((?<!openssl_)\w+)(\(\d\))/$1openssl_$2$3/g; s/openssl_openssl/openssl/g;' *.pod;
for pod in *.pod; do
sec=`[ "$pod" = "des_modes.pod" ] && echo 7 || echo 3`;
@@ -258,7 +258,8 @@ for dir in ssl crypto; do
done
#cd perl
-#perl Makefile.PL
+#%{__perl} Makefile.PL \
+# INSTALLDIRS=vendor
#make
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e
More information about the pld-cvs-commit
mailing list