]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- md5 fix & cosmetics
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 30 Sep 2003 19:38:10 +0000 (19:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl.spec -> 1.107

openssl.spec

index 0a1277aee515a8183c1a80423227be249477225a..3f7192b89cd20a1be1ea718a78b9a9b11661c6ea 100644 (file)
@@ -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.
This page took 0.225764 seconds and 4 git commands to generate.