Name: opie Version: 2.4 Release: 1%{?dist} Summary: One-time Passwords In Everything Group: Applications/System License: INL2 URL: http://www.inner.net/pub/opie/ Source0: http://www.inner.net/pub/opie/test/opie-%{version}.tar.gz Source1: opiessh.c Source2: opie-ssh-askpass.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description OPIE is an implementation of the One-Time Password (OTP) System that is being considered for the Internet standards-track. OPIE provides a one-time password system. The system should be secure against the passive attacks now commonplace on the Internet (see RFC 1704 for more details). The system is vulnerable to active dictionary attacks, though these are not widespread at present and can be detected through proper use of system audit software. %prep %setup -q cp %{SOURCE1} . %build %configure make %{?_smp_mflags} DEBUG="$RPM_OPT_FLAGS" client opiessh %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_bindir} mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1 mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man4 mkdir -p $RPM_BUILD_ROOT/%{_libexecdir}/openssh install -m0755 opiekey $RPM_BUILD_ROOT/%{_bindir}/opiekey install -m0755 opiessh $RPM_BUILD_ROOT/%{_bindir}/opiessh install -m0644 opiekey.1 $RPM_BUILD_ROOT/%{_mandir}/man1/opiekey.1 install -m0644 opie.4 $RPM_BUILD_ROOT/%{_mandir}/man4/opie.4 install -m0755 %{SOURCE2} $RPM_BUILD_ROOT/%{_libexecdir}/openssh/opie-ssh-askpass ls $RPM_BUILD_ROOT/%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_bindir}/opiekey %{_bindir}/opiessh %{_mandir}/man1/opiekey.1.gz %{_mandir}/man4/opie.4.gz %{_libexecdir}/openssh %doc COPYRIGHT.NRL License.TIN README %changelog * Sun Jul 8 2007 David Woodhouse 2.4-1 - Initial package