Name: egd Version: 0.8 Release: 1 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 BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl >= 5.8.2 Group: System Environment/Libraries %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 ###make test %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} %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_bindir}/* %{_libdir}/* %{_mandir}/* %changelog * Fri Oct 05 2007 Michael Perzl - 0.8-1 - first version for AIX V5.1 and higher