Name: egd Version: 0.8 Release: 2 Source0: ftp://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.gz Source1: ftp://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.gz.asc License: LGPL Summary: Entropy gathering daemon Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl >= 5.8.8 Requires: perl >= 5.8.8 %description This is a standalone daemon that sits around running various statistics collection programs (ps, vmstat, iostat, etc). It hashes the results into an "entropy pool". If things happen on your system at relatively random and unpredictable times, then some of that randomness will become a part of the entropy pool and can be used to generate random numbers. It is basically a user-space implementation of the Linux kernel /dev/random device. As such, it should be runnable on all unix-like systems. It is intended to make up for the lack of /dev/random on non-Linux systems so that programs like GPG can be used safely. %prep %setup -q %build /opt/freeware/bin/perl Makefile.PL make %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} make DESTDIR=${RPM_BUILD_ROOT} install mv ${RPM_BUILD_ROOT}%{_datadir}/man ${RPM_BUILD_ROOT}%{_prefix}/ rmdir ${RPM_BUILD_ROOT}%{_datadir} cd ${RPM_BUILD_ROOT} mkdir -p usr/bin cd usr/bin ln -sf ../..%{_bindir}/* . %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system) %{_bindir}/* %{_libdir}/* %{_mandir}/man?/* /usr/bin/* %changelog * Thu Sep 18 2008 Michael Perzl - 0.8-2 - fixed some minor SPEC files issues, updated to new Perl version 5.8.8 * Fri Oct 05 2007 Michael Perzl - 0.8-1 - first version for AIX V5.1 and higher