Author: qboosh Date: Fri Dec 9 16:32:23 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.0.3 - removed obsolete ncurses patch
---- Files affected: packages/audio-entropyd: audio-entropyd.spec (1.4 -> 1.5) , audio-entropyd-ncurses.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/audio-entropyd/audio-entropyd.spec diff -u packages/audio-entropyd/audio-entropyd.spec:1.4 packages/audio-entropyd/audio-entropyd.spec:1.5 --- packages/audio-entropyd/audio-entropyd.spec:1.4 Mon Feb 12 22:23:48 2007 +++ packages/audio-entropyd/audio-entropyd.spec Fri Dec 9 17:32:18 2011 @@ -1,16 +1,16 @@ # $Revision$, $Date$ +# TODO: init script Summary: Audio-entropyd - generating entropy-data for the /dev/random device Summary(pl.UTF-8): Audio-entropyd - generowanie danych entropii dla urzÄ…dzenia /dev/random Name: audio-entropyd -Version: 0.0.6 +Version: 2.0.3 Release: 1 License: GPL v2 Group: Applications/System Source0: http://www.vanheusden.com/aed/%{name}-%{version}.tgz -# Source0-md5: ef014b233c08a0f6eb12d2a75c3041b9 -Patch0: %{name}-ncurses.patch +# Source0-md5: 44d355a0e61b6f291922fe99462d47e8 URL: http://www.vanheusden.com/aed/ -#BuildRequires: ncurses-devel +BuildRequires: alsa-lib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -29,11 +29,12 @@ %prep %setup -q -%patch0 -p0 %build %{__make} \ - CFLAGS="%{rpmcflags} -DVERSION=\"\$(VERSION)\"" + CC="%{__cc}" \ + OPT_FLAGS="%{rpmcflags} -ffast-math" \ + LFLAGS="%{rpmldflags} -lm -lasound" %install rm -rf $RPM_BUILD_ROOT @@ -46,8 +47,8 @@ %files %defattr(644,root,root,755) -%doc README* TODO -%attr(755,root,root) %{_sbindir}/* +%doc README TODO +%attr(755,root,root) %{_sbindir}/audio-entropyd %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -55,6 +56,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2011/12/09 16:32:18 qboosh +- updated to 2.0.3 +- removed obsolete ncurses patch + Revision 1.4 2007/02/12 21:23:48 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/audio-entropyd/audio-entropyd.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
