Summary: SSL support Name: openssl Version: 0.9.8h Release: 3 License: GPL Group: System/Base Source: %{name}-%{version}.tar.gz %description OpenSSL is used for ssh and sftp along with https for websites. %prep %setup -q %build %ifarch sparc64 ./Configure linux64-sparcv9 --openssldir=/etc/ssl --prefix=/usr shared %else ./config --openssldir=/etc/ssl --prefix=/usr shared %endif make MANDIR=/usr/share/man %install rm -rf $RPM_BUILD_ROOT make INSTALL_PREFIX=$RPM_BUILD_ROOT \ MANDIR=/usr/share/man install mkdir -pv $RPM_BUILD_ROOT/etc/ssl cp -vr certs $RPM_BUILD_ROOT/etc/ssl %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) / %changelog * Sat Aug 23 2008 Jonathan Norman 0.9.8h-3 - Fixed major mistake with %ifarch. Non-sparc64 now build correctly * Tue Aug 19 2008 Jonathan Norman 0.9.8h-2 - Removed build root - Changed configure options for all archs - Added certs to install.