SPECS: openssl.spec - rel 4; fix config.5 symlink; add tests bcond
arekm
arekm at pld-linux.org
Thu Feb 15 20:16:23 CET 2007
Author: arekm Date: Thu Feb 15 19:16:23 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 4; fix config.5 symlink; add tests bcond
---- Files affected:
SPECS:
openssl.spec (1.166 -> 1.167)
---- Diffs:
================================================================
Index: SPECS/openssl.spec
diff -u SPECS/openssl.spec:1.166 SPECS/openssl.spec:1.167
--- SPECS/openssl.spec:1.166 Thu Feb 15 15:19:41 2007
+++ SPECS/openssl.spec Thu Feb 15 20:16:17 2007
@@ -1,6 +1,7 @@
# $Revision$, $Date$
#
# Conditional build:
+%bcond_without tests
%bcond_with purify # Compile openssl with \-DPURIFY, useful when one wants to
# use valgrind debugger against openssl-linked programs
#
@@ -15,7 +16,7 @@
Summary(uk.UTF-8): Бібліотеки та утиліти для з'єднань через Secure Sockets Layer
Name: openssl
Version: 0.9.8d
-Release: 3
+Release: 4
License: Apache-style License
Group: Libraries
Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
@@ -245,7 +246,7 @@
linux64-sparcv9
%endif
-%{__make} -j1 all rehash tests \
+%{__make} -j1 all rehash %{?with_tests:tests} \
CC="%{__cc}" \
INSTALLTOP=%{_prefix}
@@ -339,6 +340,8 @@
rm $RPM_BUILD_ROOT%{_mandir}/man5/x509v3_config.5
echo ".so openssl_x509v3_config.5" > $RPM_BUILD_ROOT%{_mandir}/man5/x509v3_config.5
+rm $RPM_BUILD_ROOT%{_mandir}/man5/config.5
+echo ".so openssl_config.5" > $RPM_BUILD_ROOT%{_mandir}/man5/config.5
rm $RPM_BUILD_ROOT%{_mandir}/man7/Modes_of_DES.7
echo ".so openssl_des_modes.7" > $RPM_BUILD_ROOT%{_mandir}/man7/Modes_of_DES.7
@@ -446,6 +449,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.167 2007/02/15 19:16:17 arekm
+- rel 4; fix config.5 symlink; add tests bcond
+
Revision 1.166 2007/02/15 14:19:41 arekm
- rel 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/openssl.spec?r1=1.166&r2=1.167&f=u
More information about the pld-cvs-commit
mailing list