X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=openssl.spec;h=c93e2436e513e15344d49009bb87b1931b424ba5;hb=5d5181f1d8187e9cbc6f381476c239fdaf322e51;hp=e63e41526d28b39de33d1385d8059ec830077671;hpb=e106ff0283b0a031719646781e52e5a8538c86c3;p=packages%2Fopenssl.git diff --git a/openssl.spec b/openssl.spec index e63e415..c93e243 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,5 +1,8 @@ +# +# Conditional build: +%bcond_with purify # Compile openssl with \-DPURIFY, useful when one wants to + # use valgrind debugger against openssl-linked programs %include /usr/lib/rpm/macros.perl -%define _beta beta6 Summary: OpenSSL Toolkit libraries for the "Secure Sockets Layer" (SSL v2/v3) Summary(de): Secure Sockets Layer (SSL)-Kommunikationslibrary Summary(es): Biblioteca C que suministra algoritmos y protocolos criptográficos @@ -9,24 +12,31 @@ Summary(pt_BR): Uma biblioteca C que fornece v Summary(ru): âÉÂÌÉÏÔÅËÉ É ÕÔÉÌÉÔÙ ÄÌÑ ÓÏÅÄÉÎÅÎÉÊ ÞÅÒÅÚ Secure Sockets Layer Summary(uk): â¦Â̦ÏÔÅËÉ ÔÁ ÕÔÉ̦ÔÉ ÄÌÑ Ú'¤ÄÎÁÎØ ÞÅÒÅÚ Secure Sockets Layer Name: openssl -Version: 0.9.7 -Release: 0.%{_beta}.1 +Version: 0.9.8b +Release: 1 License: Apache-style License -Vendor: The OpenSSL Project Group: Libraries -Source0: ftp://ftp.openssl.org/source/%{name}-%{version}-%{_beta}.tar.gz +Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz +# Source0-md5: 12cedbeb6813a0d7919dbf1f82134b86 Source1: %{name}-ca-bundle.crt Source2: %{name}.1.pl +Source3: %{name}-ssl-certificate.sh Patch0: %{name}-alpha-ccc.patch Patch1: %{name}-optflags.patch Patch2: %{name}-globalCA.diff -BuildRequires: perl-devel >= 5.6.1 -BuildRequires: textutils -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +Patch3: %{name}-include.patch +Patch4: %{name}-md5-sparcv9.patch +Patch5: %{name}-libvar.patch +URL: http://www.openssl.org/ +BuildRequires: perl-devel >= 1:5.6.1 +BuildRequires: rpm-perlprov >= 4.1-13 +BuildRequires: rpmbuild(macros) >= 1.213 +BuildRequires: sed >= 4.0 Obsoletes: SSLeay Obsoletes: SSLeay-devel Obsoletes: SSLeay-perl Obsoletes: libopenssl0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The OpenSSL Project is a collaborative effort to develop a robust, @@ -83,7 +93,7 @@ RC4, RSA 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. @@ -95,7 +105,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. @@ -113,7 +123,7 @@ Summary(pt_BR): Bibliotecas e arquivos de inclus 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 @@ -123,7 +133,7 @@ Development part of OpenSSL library. Bibliotecas y archivos de inclusión para desarrollo OpenSSL %description devel -l pl -Czê¶æ bibiloteki OpenSSL przeznaczona dla programistów. +Czê¶æ biblioteki OpenSSL przeznaczona dla programistów. %description devel -l pt_BR Uma biblioteca C que fornece vários algoritmos e protocolos @@ -149,7 +159,7 @@ Summary(pt_BR): Bibliotecas est Summary(ru): óÔÁÔÉÞÅÓËÉÅ ÂÉÂÌÉÏÔÅËÉ ÒÁÚÒÁÂÏÔÞÉËÁ ÄÌÑ OpenSSL Summary(uk): óÔÁÔÉÞΦ ¦Â̦ÏÔÅËÉ ÐÒÏÇÒÁͦÓÔÁ ÄÌÑ OpenSSL Group: Development/Libraries -Requires: %{name}-devel = %{version} +Requires: %{name}-devel = %{version}-%{release} %description static Static OpenSSL Toolkit libraries. @@ -173,48 +183,77 @@ RC4, RSA ¦Â̦ÏÔÅËÉ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ Ú ×ÉËÏÒÉÓÔÁÎÎÑÍ SSL. %prep -%setup -q -n %{name}-%{version}-%{_beta} +%setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -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}" +OPTFLAGS="%{rpmcflags} %{?with_purify:-DPURIFY}" export OPTFLAGS -%ifarch i386 i486 -./Configure --openssldir=%{_var}/lib/%{name} linux-elf shared 386 +./Configure \ + --openssldir=%{_var}/lib/%{name} \ + --lib=%{_lib} \ + shared threads \ + enable-mdc2 enable-rc5 \ +%ifarch %{ix86} +%ifarch i386 +# allow running on 80386 (default code uses bswapl available on i486+) + 386 linux-elf +%else + linux-elf +%endif +%endif +%ifarch alpha + linux-alpha+bwx-gcc +%endif +%ifarch %{x8664} + linux-x86_64 %endif -%ifarch i586 i686 athlon -./Configure --openssldir=%{_var}/lib/%{name} linux-elf shared +%ifarch ia64 + linux-ia64 %endif %ifarch ppc -./Configure --openssldir=%{_var}/lib/%{name} linux-ppc shared + linux-ppc %endif -%ifarch alpha -./Configure --openssldir=%{_var}/lib/%{name} threads linux-alpha+bwx-gcc shared +%ifarch ppc64 + linux-ppc64 %endif %ifarch sparc -./Configure --openssldir=%{_var}/lib/%{name} threads linux-sparcv8 shared + linux-sparcv8 +%endif +%ifarch sparcv9 + linux-sparcv9 +%endif +%ifarch sparc64 + linux64-sparcv9 %endif -%{__make} CC="%{__cc}" -%{__make} rehash CC="%{__cc}" +%{__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)((?