]> git.pld-linux.org Git - packages/openssl.git/blobdiff - openssl.spec
- updated for openssl-0.9.3a.
[packages/openssl.git] / openssl.spec
index c19e7e7a7a66ec6f635811e32ce90a89066edf10..30b9f56069f3a129a0d1d7dc16c33fbc616202cd 100644 (file)
@@ -1,6 +1,7 @@
 Summary:       Library and toolkit for the "Secure Sockets Layer" (SSL v2/v3)
+Summary(de):   Secure Sockets Layer (SSL)-Kommunikationslibrary & Utilities
 Name:          openssl
-Version:       0.9.3
+Version:       0.9.3a
 Release:       1
 Group:                 Libraries
 Group(pl):     Biblioteki
@@ -9,7 +10,7 @@ Patch0:                openssl-sslcrypto.patch
 Patch1:                openssl-perl.patch
 Vendor:        The OpenSSL Project
 License:       Apache-style License
-BuildPrereq:   perl
+BuildRequires: perl
 BuildRoot:     /tmp/%{name}-%{version}-root
 Obsoletes:     SSLeay
 Obsoletes:     SSLeay-devel
@@ -35,11 +36,23 @@ 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
+-protokolle, wie DES, RC4, RSA und SSL zur Verfügung stellen.                                                 
+
+%description -l fr
+OpenSSL est un outiil de gestion des certificats et les librairies partagees
+qui fournit plusieurs protocoles et algorithmes de codage/decodage, incluant
+DES, RC4, RSA et SSL.
+
 %package devel
 Summary:       Development part of OpenSSL library
+Summary(fr):   Librairies statiques, headers et utilitaires pour communication SSL (Secure Sockets Layer)
+Summary(de):   Secure Sockets Layer Kommunikationslibrary: statische libraries+header                           
 Summary(pl):   Czê¶æ bibiloteki OpenSSL przeznaczona dla programistów
-Group:         Development/Library
-Group(pl):     Programownie/Biblioteki
+Group:         Development/Libraries
+Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
 
 %description devel
@@ -51,7 +64,7 @@ Cz
 %package static
 Summary:       Static OpenSSL library
 Summary(pl):   Statyczna wersja biblioteki OpenSSL
-Group:         Development/Library
+Group:         Development/Libraries
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name}-devel = %{version}
 
@@ -99,7 +112,7 @@ mv   lib*.so         $RPM_BUILD_ROOT%{_libdir}
 
 
 mv $RPM_BUILD_ROOT%{openssldir}/openssl.cnf $RPM_BUILD_ROOT%{_sysconfdir}
-ln -s $RPM_BUILD_ROOT%{_sysconfdir}/openssl.cnf \
+ln -s %{_sysconfdir}/openssl.cnf \
        $RPM_BUILD_ROOT%{openssldir}/openssl.cnf
 symlinks -cs $RPM_BUILD_ROOT%{openssldir}
 
@@ -144,9 +157,3 @@ rm -rf $RPM_BUILD_ROOT
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
-
-%changelog
-* Wed Apr 14 1999 Artur Frysiak <wiget@pld.org.pl>
-  [0.9.2c-2]
-- rewrite for PLD
-TODO: make shared libs and perl subpackage
This page took 0.059905 seconds and 4 git commands to generate.