Name: sslscan Version: 1.8.2 Release: 3%{?dist} Summary: Security assessment tool for SSL Group: Applications/Internet #Special exception to allow linking against the OpenSSL libraries License: GPLv3+ with exceptions URL: http://www.titania.co.uk/index.php?option=com_content&view=article&id=56&Itemid=68 Source0: http://downloads.sourceforge.net/sslscan/%{name}-%{version}.tgz Patch0: sslscan-makefile.patch Patch1: sslscan-patents.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel #Requires: %description SSLScan queries SSL services, such as HTTPS, in order to determine the ciphers that are supported. SSLScan is designed to be easy, lean and fast. The output includes preferred ciphers of the SSL service, the certificate and is in Text and XML formats. %prep %setup -q %patch0 -p 1 -b .makefile %patch1 -p 1 -b .patents %build make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} BINPATH=%{_bindir}/ MANPATH=%{_mandir}/ %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changelog INSTALL LICENSE %attr (755,root,root) %{_bindir}/%{name} %attr (644,root,root) %{_mandir}/man1/%{name}.1* %changelog * Wed Apr 07 2010 Michal Ambroz 1.8.2-3 - build for rawhide requires explicit -lcrypto * Mon Jan 18 2010 Michal Ambroz 1.8.2-2 - fix issue with the patch version * Sat Jan 16 2010 Michal Ambroz 1.8.2-1 - Initial SPEC for Fedora 12