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

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

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

revision 257304 by fwang, Fri Jun 8 05:08:41 2012 UTC revision 311668 by guillomovitch, Tue Oct 30 19:00:26 2012 UTC
# Line 15  Line 15 
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 2  Release:        %mkrel 3
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 168  sslarch="linux-generic64 -DB_ENDIAN -DNO Line 168  sslarch="linux-generic64 -DB_ENDIAN -DNO
168      --enginesdir=%{_libdir}/openssl-%{version}/engines \      --enginesdir=%{_libdir}/openssl-%{version}/engines \
169      --libdir=%{_lib}/ \      --libdir=%{_lib}/ \
170      --with-krb5-flavor=MIT --with-krb5-dir=%{_prefix} \      --with-krb5-flavor=MIT --with-krb5-dir=%{_prefix} \
171        --enginesdir=%{_libdir}/openssl/engines \
172       zlib no-idea no-rc5 enable-camellia shared enable-tlsext ${sslarch}       zlib no-idea no-rc5 enable-camellia shared enable-tlsext ${sslarch}
173    
174  # Add -Wa,--noexecstack here so that libcrypto's assembler modules will be  # Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
# Line 204  rm -fr %{buildroot} Line 205  rm -fr %{buildroot}
205      MANDIR=%{_mandir} \      MANDIR=%{_mandir} \
206      build-shared      build-shared
207    
208  # the makefiles is too borked...  mv %{buildroot}%{_libdir}/engines %{buildroot}%{_libdir}/openssl
 install -d %{buildroot}%{_libdir}/openssl-%{version}  
 mv %{buildroot}%{_libdir}/engines %{buildroot}%{_libdir}/openssl-%{version}/engines  
209    
210  # make the rootcerts dir  # make the rootcerts dir
211  install -d %{buildroot}%{_sysconfdir}/pki/tls/rootcerts  install -d %{buildroot}%{_sysconfdir}/pki/tls/rootcerts
# Line 257  chmod 755 %{buildroot}%{_libdir}/pkgconf Line 256  chmod 755 %{buildroot}%{_libdir}/pkgconf
256  %multiarch_includes %{buildroot}%{_includedir}/openssl/opensslconf.h  %multiarch_includes %{buildroot}%{_includedir}/openssl/opensslconf.h
257    
258  # strip cannot touch these unless 755  # strip cannot touch these unless 755
259  chmod 755 %{buildroot}%{_libdir}/openssl-%{version}/engines/*.so*  chmod 755 %{buildroot}%{_libdir}/openssl/*.so*
260  chmod 755 %{buildroot}%{_libdir}/*.so*  chmod 755 %{buildroot}%{_libdir}/*.so*
261  chmod 755 %{buildroot}%{_bindir}/*  chmod 755 %{buildroot}%{_bindir}/*
262    
# Line 305  perl -pi -e "s|\./demoCA|%{_sysconfdir}/ Line 304  perl -pi -e "s|\./demoCA|%{_sysconfdir}/
304  %{_libdir}/lib*.so.%{maj}  %{_libdir}/lib*.so.%{maj}
305    
306  %files -n %{engines_name}  %files -n %{engines_name}
307  %dir %{_libdir}/openssl-%{version}/engines  %{_libdir}/openssl
 %{_libdir}/openssl-%{version}/engines/*.so  
308    
309  %files -n %{develname}  %files -n %{develname}
310  %doc CHANGES doc/* devel-doc-info/README*  %doc CHANGES doc/* devel-doc-info/README*

Legend:
Removed from v.257304  
changed lines
  Added in v.311668

  ViewVC Help
Powered by ViewVC 1.1.30