]> git.pld-linux.org Git - packages/openssl.git/blobdiff - openssl.spec
- prereq: sed, fileutils (c_rehash requires this)
[packages/openssl.git] / openssl.spec
index 1d799100f201232a40819cd64aed8da95001abbb..58e78b0a3ae1d2115413e089e03ae20eaa6aa3cf 100644 (file)
@@ -1,19 +1,22 @@
 %include       /usr/lib/rpm/macros.perl
-Summary:       Library and toolkit for the "Secure Sockets Layer" (SSL v2/v3)
+Summary:       Library and toolkit for the "Secure Sockets Layer" (SSL v2/v3)
 Summary(de):   Secure Sockets Layer (SSL)-Kommunikationslibrary & Utilities
 Summary(fr):   Utilitaires et librairies de communication SSL (Secure Sockets Layer)
-Name:          openssl
-Version:       0.9.5
-Release:       2
-Group:                 Libraries
+Name:          openssl
+Version:       0.9.5a
+Release:       1
+Group:         Libraries
+Group(fr):     Librairies
 Group(pl):     Biblioteki
-Source       ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
-Patch:         openssl-perl.patch
-Vendor:        The OpenSSL Project
-License:       Apache-style License
+Source0:       ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
+Patch0:                openssl-perl.patch
+Vendor:                The OpenSSL Project
+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
@@ -31,7 +34,7 @@ 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
@@ -39,14 +42,15 @@ 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.                                                 
+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.
+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
@@ -54,6 +58,7 @@ Summary(de):  Secure Sockets Layer Kommunikationslibrary: statische libraries+hea
 Summary(fr):   Librairies statiques, headers et utilitaires pour communication SSL (Secure Sockets Layer)
 Summary(pl):   Czê¶æ bibiloteki OpenSSL przeznaczona dla programistów
 Group:         Development/Libraries
+Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
 
@@ -67,6 +72,7 @@ Cz
 Summary:       Static OpenSSL library
 Summary(pl):   Statyczna wersja biblioteki OpenSSL
 Group:         Development/Libraries
+Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name}-devel = %{version}
 
@@ -78,7 +84,7 @@ Statyczna wersja biblioteki OpenSSL.
 
 %prep
 %setup -q 
-%patch -p1 
+%patch -p1
 
 %build
 for i in Configure Makefile.org ; do
@@ -123,9 +129,9 @@ mv $RPM_BUILD_ROOT%{openssldir}/misc/*      $RPM_BUILD_ROOT%{_pkglibdir}
 rm -rf $RPM_BUILD_ROOT%{openssldir}/misc
 
 strip $RPM_BUILD_ROOT%{_bindir}/* || :
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.* || :
+strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
-gzip -9fn CHANGES CHANGES.SSLeay LICENSE NEWS README \
+gzip -9nf CHANGES CHANGES.SSLeay LICENSE NEWS README \
        doc/*.txt doc/*/*pod
 
 %post
This page took 0.034367 seconds and 4 git commands to generate.