X-Git-Url: http://git.pld-linux.org/?p=packages%2Fopenssl.git;a=blobdiff_plain;f=openssl.spec;h=6ca0ad2c6964e840bbd27e38369a94b380b89149;hp=d33a262d38dd737d9f24a07fa7aec7522a6d5b51;hb=dfc15f3888fdbd650c68a41e7ccaec1d39a08eb1;hpb=ad91cf69a1a490902e739e524021d193ed862f23 diff --git a/openssl.spec b/openssl.spec index d33a262..6ca0ad2 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,40 +1,36 @@ -# conditional build: -# _without_embed - don't build uClibc version %include /usr/lib/rpm/macros.perl Summary: OpenSSL Toolkit libraries for the "Secure Sockets Layer" (SSL v2/v3) Summary(de): Secure Sockets Layer (SSL)-Kommunikationslibrary -Summary(pl): Biblioteki OpenSSL (SSL v2/v3) +Summary(es): Biblioteca C que suministra algoritmos y protocolos criptográficos Summary(fr): Utilitaires de communication SSL (Secure Sockets Layer) +Summary(pl): Biblioteki OpenSSL (SSL v2/v3) +Summary(pt_BR): Uma biblioteca C que fornece vários algoritmos e protocolos criptográficos +Summary(ru): âÉÂÌÉÏÔÅËÉ É ÕÔÉÌÉÔÙ ÄÌÑ ÓÏÅÄÉÎÅÎÉÊ ÞÅÒÅÚ Secure Sockets Layer +Summary(uk): â¦Â̦ÏÔÅËÉ ÔÁ ÕÔÉ̦ÔÉ ÄÌÑ Ú'¤ÄÎÁÎØ ÞÅÒÅÚ Secure Sockets Layer Name: openssl -Version: 0.9.6b -Release: 6 +Version: 0.9.7d +Release: 5 License: Apache-style License -Vendor: The OpenSSL Project Group: Libraries Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz +# Source0-md5: 1b49e90fc8a75c3a507c0a624529aca5 +Source1: %{name}-ca-bundle.crt +Source2: %{name}.1.pl +Source3: %{name}-ssl-certificate.sh Patch0: %{name}-alpha-ccc.patch -# patch1 is only for 0.9.6a version. This version isn't binary -# compatibile with 0.9.6 but have this same soname. -Patch1: %{name}-soname.patch -Patch2: %{name}-optflags.patch -Patch3: %{name}-nocrypt.patch -BuildRequires: perl-devel >= 5.6.1 -BuildRequires: textutils -%if %{!?_without_embed:1}%{?_without_embed:0} -BuildRequires: uClibc-devel -BuildRequires: uClibc-static -%endif +Patch1: %{name}-optflags.patch +Patch2: %{name}-globalCA.diff +Patch3: %{name}-include.patch +Patch4: %{name}-smime.patch +URL: http://www.openssl.org/ +BuildRequires: perl-devel >= 1:5.6.1 +BuildRequires: rpm-perlprov >= 4.1-13 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: SSLeay Obsoletes: SSLeay-devel Obsoletes: SSLeay-perl Obsoletes: libopenssl0 -%define embed_path /usr/lib/embed -%define embed_cc %{_arch}-uclibc-cc -%define embed_cflags %{rpmcflags} -Os -%define uclibc_prefix /usr/%{_arch}-linux-uclibc - %description The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing @@ -56,8 +52,11 @@ you want to use openssl cmdline tool. %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. +Entschlüsselungsalgorithmen und -protokolle, wie DES, RC4, RSA und SSL +zur Verfügung stellen. + +%description -l es +Biblioteca C que suministra algoritmos y protocolos criptográficos. %description -l fr OpenSSL est un outiil de gestion des certificats et les librairies @@ -68,11 +67,26 @@ codage/decodage, incluant DES, RC4, RSA et SSL. Implementacja protoko³ów kryptograficznych Secure Socket Layer (SSL) v2/v3 oraz Transport Layer Security (TLS v1). +%description -l pt_BR +Uma biblioteca C que fornece vários algoritmos e protocolos +criptográficos, incluindo DES, RC4, RSA e SSL. Inclui bibliotecas +compartilhadas e utilitários. + +%description -l ru +ðÒÏÇÒÁÍÍÁ openssl ÄÌÑ ÒÁÂÏÔÙ Ó ÓÅÒÔÉÆÉËÁÔÁÍÉ É ÒÁÚÄÅÌÑÅÍÙÅ ÂÉÂÌÉÏÔÅËÉ, +ËÏÔÏÒÙÅ ÒÅÁÌÉÚÕÀÔ ÍÎÏÖÅÔÓ×Ï ËÒÉÐÔÏÇÒÁÆÉÞÅÓËÉÈ ÁÌÇÏÒÉÔÍÏ×, ×ËÌÀÞÁÑ DES, +RC4, RSA É SSL. + +%description -l uk +ðÒÏÇÒÁÍÁ openssl ÄÌÑ ÒÏÂÏÔÉ Ú ÓÅÒÔÉƦËÁÔÁÍÉ ÔÁ ¦Â̦ÏÔÅËÉ ÓЦÌØÎÏÇÏ +ËÏÒÉÓÔÕ×ÁÎÎÑ, ÝÏ ÒÅÁ̦ÚÕÀÔØ ×ÅÌÉËÕ Ë¦ÌØ˦ÓÔØ ËÒÉÐÔÏÇÒÁƦÞÎÉÈ +ÁÌÇÏÒÉÔͦ×, ×ËÌÀÞÁÀÞÉ DES, RC4, RSA ÔÁ SSL. + %package tools Summary: OpenSSL command line tool and utilities Summary(pl): Zestaw narzêdzi i skryptów Group: Applications/Communications -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} %description tools The OpenSSL Toolkit cmdline tool openssl and utility scripts. @@ -84,7 +98,7 @@ Zestaw narz Summary: OpenSSL utilities written in Perl Summary(pl): Narzêdzia OpenSSL napisane w perlu Group: Applications/Communications -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} %description tools-perl OpenSSL Toolkit tools written in Perl. @@ -95,36 +109,50 @@ Narz %package devel Summary: Development part of OpenSSL Toolkit libraries Summary(de): Secure Sockets Layer Kommunikationslibrary: statische libraries+header +Summary(es): Bibliotecas y archivos de inclusión para desarrollo OpenSSL Summary(fr): Librairies statiques, headers et utilitaires pour communication SSL Summary(pl): Czê¶æ bibiloteki OpenSSL przeznaczona dla programistów +Summary(pt_BR): Bibliotecas e arquivos de inclusão para desenvolvimento OpenSSL +Summary(ru): âÉÂÌÉÏÔÅËÉ, ÈÅÄÅÒÙ É ÕÔÉÌÉÔÙ ÄÌÑ Secure Sockets Layer +Summary(uk): â¦Â̦ÏÔÅËÉ, ÈÅÄÅÒÉ ÔÁ ÕÔÉ̦ÔÉ ÄÌÑ Secure Sockets Layer Group: Development/Libraries -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} Obsoletes: libopenssl0-devel %description devel Development part of OpenSSL library. +%description devel -l es +Bibliotecas y archivos de inclusión para desarrollo OpenSSL + %description devel -l pl Czê¶æ bibiloteki OpenSSL przeznaczona dla programistów. -%package devel-embed -Summary: Development part of OpenSSL Toolkit embedded libraries -Summary(pl): Czê¶æ bibiloteki OpenSSL przeznaczona dla aplikacji wbudowanych -Group: Development/Libraries -Requires: %{name} = %{version} +%description devel -l pt_BR +Uma biblioteca C que fornece vários algoritmos e protocolos +criptográficos, incluindo DES, RC4, RSA e SSL. Inclui bibliotecas e +arquivos de inclusão para desenvolvimento. -%description devel-embed -Development part of OpenSSL library for embedded applications. +%description devel -l ru +ðÒÏÇÒÁÍÍÁ openssl ÄÌÑ ÒÁÂÏÔÙ Ó ÓÅÒÔÉÆÉËÁÔÁÍÉ É ÒÁÚÄÅÌÑÅÍÙÅ ÂÉÂÌÉÏÔÅËÉ, +ËÏÔÏÒÙÅ ÒÅÁÌÉÚÕÀÔ ÍÎÏÖÅÔÓ×Ï ËÒÉÐÔÏÇÒÁÆÉÞÅÓËÉÈ ÁÌÇÏÒÉÔÍÏ×, ×ËÌÀÞÁÑ DES, +RC4, RSA É SSL. ÷ËÌÀÞÁÅÔ ÂÉÂÌÉÏÔÅËÉ É ÈÅÄÅÒÙ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ ÐÒÉÌÏÖÅÎÉÊ +Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ SSL. -%description devel-embed -l pl -Czê¶æ bibiloteki OpenSSL przeznaczona dla programistów aplikacji -wbudowanych. +%description devel -l uk +ðÒÏÇÒÁÍÁ openssl ÄÌÑ ÒÏÂÏÔÉ Ú ÓÅÒÔÉƦËÁÔÁÍÉ ÔÁ ¦Â̦ÏÔÅËÉ ÓЦÌØÎÏÇÏ +ËÏÒÉÓÔÕ×ÁÎÎÑ, ÝÏ ÒÅÁ̦ÚÕÀÔØ ×ÅÌÉËÕ Ë¦ÌØ˦ÓÔØ ËÒÉÐÔÏÇÒÁƦÞÎÉÈ +ÁÌÇÏÒÉÔͦ×, ×ËÌÀÞÁÀÞÉ DES, RC4, RSA ÔÁ SSL. í¦ÓÔÉÔØ Â¦Â̦ÏÔÅËÉ ÔÁ +ÈÅÄÅÒÉ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ Ú ×ÉËÏÒÉÓÔÁÎÎÑÍ SSL. %package static Summary: Static OpenSSL libraries Summary(pl): Statyczne wersje bibliotek z OpenSSL +Summary(pt_BR): Bibliotecas estáticas para desenvolvimento com openssl +Summary(ru): óÔÁÔÉÞÅÓËÉÅ ÂÉÂÌÉÏÔÅËÉ ÒÁÚÒÁÂÏÔÞÉËÁ ÄÌÑ OpenSSL +Summary(uk): óÔÁÔÉÞΦ ¦Â̦ÏÔÅËÉ ÐÒÏÇÒÁͦÓÔÁ ÄÌÑ OpenSSL Group: Development/Libraries -Requires: %{name}-devel = %{version} +Requires: %{name}-devel = %{version}-%{release} %description static Static OpenSSL Toolkit libraries. @@ -132,59 +160,83 @@ Static OpenSSL Toolkit libraries. %description static -l pl Statyczne wersje bibliotek z OpenSSL. +%description static -l pt_BR +Bibliotecas estáticas para desenvolvimento com openssl. + +%description static -l ru +ðÒÏÇÒÁÍÍÁ openssl ÄÌÑ ÒÁÂÏÔÙ Ó ÓÅÒÔÉÆÉËÁÔÁÍÉ É ÒÁÚÄÅÌÑÅÍÙÅ ÂÉÂÌÉÏÔÅËÉ, +ËÏÔÏÒÙÅ ÒÅÁÌÉÚÕÀÔ ÍÎÏÖÅÔÓ×Ï ËÒÉÐÔÏÇÒÁÆÉÞÅÓËÉÈ ÁÌÇÏÒÉÔÍÏ×, ×ËÌÀÞÁÑ DES, +RC4, RSA É SSL. ÷ËÌÀÞÁÅÔ ÓÔÁÔÉÞÅÓËÉÅ ÂÉÂÌÉÏÔÅËÉ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ +ÐÒÉÌÏÖÅÎÉÊ Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ OpenSSL. + +%description static -l uk +ðÒÏÇÒÁÍÁ openssl ÄÌÑ ÒÏÂÏÔÉ Ú ÓÅÒÔÉƦËÁÔÁÍÉ ÔÁ ¦Â̦ÏÔÅËÉ ÓЦÌØÎÏÇÏ +ËÏÒÉÓÔÕ×ÁÎÎÑ, ÝÏ ÒÅÁ̦ÚÕÀÔØ ×ÅÌÉËÕ Ë¦ÌØ˦ÓÔØ ËÒÉÐÔÏÇÒÁƦÞÎÉÈ +ÁÌÇÏÒÉÔͦ×, ×ËÌÀÞÁÀÞÉ DES, RC4, RSA ÔÁ SSL. í¦ÓÔÉÔØ ÓÔÁÔÉÞΦ +¦Â̦ÏÔÅËÉ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ Ú ×ÉËÏÒÉÓÔÁÎÎÑÍ SSL. + %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build -for f in ` grep -r "%{_prefix}/local/bin/perl" . | cut -d":" -f1`; do -perl -pi -e 's#%{_prefix}/local/bin/perl#%{_bindir}/perl#g' $f -done +%{__perl} -pi -e 's#%{_prefix}/local/bin/perl#%{__perl}#g' \ + `grep -l -r "%{_prefix}/local/bin/perl" *` touch Makefile.* -perl util/perlpath.pl %{_bindir}/perl +%{__perl} util/perlpath.pl %{__perl} OPTFLAGS="%{rpmcflags}" export OPTFLAGS +%ifarch %{ix86} %ifarch i386 i486 ./Configure --openssldir=%{_var}/lib/%{name} linux-elf shared 386 -%endif -%ifarch i586 i686 athlon +%else ./Configure --openssldir=%{_var}/lib/%{name} linux-elf shared %endif -%ifarch ppc -./Configure --openssldir=%{_var}/lib/%{name} linux-ppc shared %endif %ifarch alpha ./Configure --openssldir=%{_var}/lib/%{name} threads linux-alpha+bwx-gcc shared %endif +%ifarch amd64 +./Configure --openssldir=%{_var}/lib/%{name} linux-x86_64 shared +%endif +%ifarch ia64 +./Configure --openssldir=%{_var}/lib/%{name} linux-ia64 shared +%endif +%ifarch ppc +./Configure --openssldir=%{_var}/lib/%{name} linux-ppc shared +%endif %ifarch sparc ./Configure --openssldir=%{_var}/lib/%{name} threads linux-sparcv8 shared %endif - -%if %{!?_without_embed:1}%{?_without_embed:0} -%{__make} CC=%{embed_cc} -%{__make} rehash CC=%{embed_cc} -for f in RSAglue crypto ssl ; do - mv -f lib$f.a lib$f.a-embed -done -%{__make} clean +%ifarch sparcv9 +./Configure --openssldir=%{_var}/lib/%{name} threads linux-sparcv9 shared +%endif +%ifarch sparc64 +./Configure --openssldir=%{_var}/lib/%{name} threads linux64-sparcv9 shared %endif -%{__make} -%{__make} rehash +%{__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. -center="OpenSSL 0.9.6" -rel="OpenSSL 0.9.6" +center="OpenSSL 0.9.7" +rel="OpenSSL 0.9.7" cd doc/apps || exit 1 -perl -pi -e 's/(\W)((?