/[packages]/updates/8/openssl/current/SPECS/openssl.spec
ViewVC logotype

Diff of /updates/8/openssl/current/SPECS/openssl.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 330865 by oden, Fri Dec 14 12:50:10 2012 UTC revision 337573 by guillomovitch, Wed Jan 2 08:32:21 2013 UTC
# Line 10  Line 10 
10  # Number of threads to spawn when testing some threading fixes.  # Number of threads to spawn when testing some threading fixes.
11  #define thread_test_threads %{?threads:%{threads}}%{!?threads:1}  #define thread_test_threads %{?threads:%{threads}}%{!?threads:1}
12    
13  %define with_krb5 1  %define with_krb5 0
14    
15  Summary:        Secure Sockets Layer communications libs & utils  Summary:        Secure Sockets Layer communications libs & utils
16  Name:           openssl  Name:           openssl
17  Version:        1.0.1c  Version:        1.0.1c
18  Release:        %mkrel 5  Release:        %mkrel 6
19  License:        BSD-like  License:        BSD-like
20  Group:          System/Libraries  Group:          System/Libraries
21  URL:            http://www.openssl.org/  URL:            http://www.openssl.org/
# Line 45  Patch301:      openssl-1.0.1c-arm.patch Line 45  Patch301:      openssl-1.0.1c-arm.patch
45  Requires:       %{libname} = %{version}-%{release}  Requires:       %{libname} = %{version}-%{release}
46  Requires:       perl-base  Requires:       perl-base
47  Requires:       rootcerts  Requires:       rootcerts
48    %if %with_krb5
49  BuildRequires: krb5-devel  BuildRequires: krb5-devel
50    %endif
51  BuildRequires:  multiarch-utils >= 1.0.3  BuildRequires:  multiarch-utils >= 1.0.3
52  BuildRequires:  chrpath  BuildRequires:  chrpath
53  BuildRequires:  zlib-devel  BuildRequires:  zlib-devel
# Line 166  sslarch="linux-generic64 -DB_ENDIAN -DNO Line 168  sslarch="linux-generic64 -DB_ENDIAN -DNO
168      --prefix=%{_prefix} \      --prefix=%{_prefix} \
169      --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \      --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
170      --libdir=%{_lib}/ \      --libdir=%{_lib}/ \
171    %if %with_krb5
172      --with-krb5-flavor=MIT --with-krb5-dir=%{_prefix} \      --with-krb5-flavor=MIT --with-krb5-dir=%{_prefix} \
173    %endif
174      --enginesdir=%{_libdir}/openssl/%{version}/engines \      --enginesdir=%{_libdir}/openssl/%{version}/engines \
175       zlib no-idea no-rc5 enable-camellia shared enable-tlsext ${sslarch}       zlib no-idea no-rc5 enable-camellia shared enable-tlsext ${sslarch}
176    

Legend:
Removed from v.330865  
changed lines
  Added in v.337573

  ViewVC Help
Powered by ViewVC 1.1.30