From b84cddc8fdef5d24fdf7ec2874b016f5ba3fe442 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Tue, 30 Sep 2003 19:38:10 +0000 Subject: [PATCH] - md5 fix & cosmetics Changed files: openssl.spec -> 1.107 --- openssl.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/openssl.spec b/openssl.spec index 0a1277a..3f7192b 100644 --- a/openssl.spec +++ b/openssl.spec @@ -13,7 +13,7 @@ Release: 1 License: Apache-style License Group: Libraries Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz -# Source0-md5: fae4bec090fa78e20f09d76d55b6ccff +# Source0-md5: c54fb36218adaaaba01ef733cd88c8ec Source1: %{name}-ca-bundle.crt Source2: %{name}.1.pl Patch0: %{name}-alpha-ccc.patch @@ -209,8 +209,13 @@ export OPTFLAGS ./Configure --openssldir=%{_var}/lib/%{name} threads linux-sparcv8 shared %endif -%{__make} CC="%{__cc}" INSTALLTOP=%{_prefix} -%{__make} rehash CC="%{__cc}" INSTALLTOP=%{_prefix} +%{__make} \ + CC="%{__cc}" \ + INSTALLTOP=%{_prefix} + +%{__make} rehash \ + CC="%{__cc}" \ + INSTALLTOP=%{_prefix} # Conv PODs to man pages. "openssl_" prefix is added to each manpage # to avoid potential conflicts with others packages. -- 2.43.0