]> git.pld-linux.org Git - packages/openssl.git/blobdiff - openssl.spec
- prereq: sed, fileutils (c_rehash requires this)
[packages/openssl.git] / openssl.spec
index 3183bf8f6a056c4b37d7f5ec30d7cc8a013c0bc0..58e78b0a3ae1d2115413e089e03ae20eaa6aa3cf 100644 (file)
@@ -15,6 +15,8 @@ License:      Apache-style License
 BuildRequires: symlinks
 BuildRequires: perl
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Prereq:                fileutils
+Prereq:                sed
 Obsoletes:     SSLeay
 Obsoletes:     SSLeay-devel
 Obsoletes:     SSLeay-perl
@@ -26,22 +28,23 @@ Obsoletes:  SSLeay-perl
 
 %description
 The OpenSSL Project is a collaborative effort to develop a robust,
-commercial-grade, full-featured, and Open Source toolkit implementing the
-Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
-protocols with full-strength cryptography world-wide. The project is
-managed by a worldwide community of volunteers that use the Internet to
-communicate, plan, and develop the OpenSSL tookit and its related
-documentation.
-
-OpenSSL is based on the excellent SSLeay library developed by Eric A. Young
-and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style
-licence, which basically means that you are free to get and use it for
-commercial and non-commercial purposes subject to some simple license
-conditions.
+commercial-grade, full-featured, and Open Source toolkit implementing
+the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
+v1) protocols with full-strength cryptography world-wide. The project
+is managed by a worldwide community of volunteers that use the
+Internet to communicate, plan, and develop the OpenSSL tookit and its
+related documentation.
+
+OpenSSL is based on the excellent SSLeay library developed by Eric A.
+Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
+Apache-style licence, which basically means that you are free to get
+and use it for commercial and non-commercial purposes subject to some
+simple license conditions.
 
 %description -l de
-Openssl enthält das OpenSSL Zertifikatsmanagementtool und shared libraries,
-die verschiedene Verschlüsselungs- und Entschlüsselungsalgorithmen und
+Openssl enthält das OpenSSL Zertifikatsmanagementtool und shared
+libraries, die verschiedene Verschlüsselungs- und
+Entschlüsselungsalgorithmen und
 - -protokolle, wie DES, RC4, RSA und SSL zur Verfügung stellen.
 
 %description -l fr
@@ -123,7 +126,7 @@ ln -s %{_sysconfdir}/openssl.cnf \
 symlinks -cs $RPM_BUILD_ROOT%{openssldir}
 
 mv $RPM_BUILD_ROOT%{openssldir}/misc/* $RPM_BUILD_ROOT%{_pkglibdir}
-rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT%{openssldir}/misc
 
 strip $RPM_BUILD_ROOT%{_bindir}/* || :
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
This page took 0.218156 seconds and 4 git commands to generate.