# # spec file for package haveged # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: haveged Version: 1.7 Release: 0 Summary: Feed entropy into random pool License: GPL-3.0 Group: System/Daemons Url: http://www.issihosts.com/haveged/ Source0: http://www.issihosts.com/haveged/%{name}-%{version}.tar.gz Source2: %{name}.service #PATCH-FIX-OPENSUSE: mvyskocil: sent upstream Patch0: haveged-ppc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Enhances: openssl gpg2 php5 apache2 openvpn smtp_daemon BuildRequires: autoconf BuildRequires: libtool BuildRequires: pkgconfig(systemd) %{?systemd_requires} %description The haveged daemon feeds the linux entropy pool with random numbers generated from hidden processor state. For more informations see http://www.issihosts.com/haveged/ %package devel Summary: haveged development files Group: Development/Libraries %description devel Headers and for the haveged library This package contains the haveged implementation of the HAVEGE algorithm and supporting features. %package -n libhavege1 Summary: haveged interface library Group: Development/Libraries %description -n libhavege1 Shared object for the haveged library This package contains the haveged implementation of the HAVEGE algorithm and supporting features. %prep %setup -q %patch0 -p1 %build # mvyskocil: needed because of haveged-ppc.patch autoreconf -fiv export CFLAGS="%optflags -fpie" export LDFLAGS="-Wl,-z,relro,-z,now -pie" %configure --disable-static \ --enable-nistest=yes \ --enable-daemon=yes \ --enable-clock_gettime=yes # no multiple jobs for now, broken makefile dependencies #make %{?_smp_mflags} make %check #XXX: nist test is killed by SIGKILL with static int random_pool1[_32MB] on # 32bit. Let change it to _08MB to avoid the test beeing killed, even if I # am not sure allocate of 128M is prohibited %ifarch %{ix86} sed -i 's/\[_32MB\]/[_08MB]/' nist/nist.c %endif make %{?_smp_mflags} check %install %makeinstall %{__install} -D -m0644 %{S:2} %{buildroot}%{_unitdir}/%{name}.service %{__rm} -f %{buildroot}%{_libdir}/libhavege.*a %clean %{?buildroot:%__rm -rf "%{buildroot}"} %post %service_add_post %{name}.service %postun %service_del_postun %{name}.service %pre %service_add_pre %{name}.service %preun %service_del_preun %{name}.service %post -n libhavege1 -p /sbin/ldconfig %postun -n libhavege1 -p /sbin/ldconfig %files %defattr(-,root,root) %doc COPYING %{_sbindir}/%{name} %doc %{_mandir}/man8/%{name}.8* %{_unitdir}/%{name}.service %files devel %doc COPYING %defattr(-,root,root) %{_mandir}/man3/libhavege.3* %dir %{_includedir}/%{name} %{_includedir}/%{name}/havege.h %doc contrib/build/havege_sample.c %{_libdir}/*.so %files -n libhavege1 %doc COPYING %defattr(-,root,root) %{_libdir}/*.so.* %changelog