]> git.pld-linux.org Git - packages/audio-entropyd.git/commitdiff
- updated to 2.0.3
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Dec 2011 16:32:18 +0000 (16:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete ncurses patch

Changed files:
    audio-entropyd-ncurses.patch -> 1.2
    audio-entropyd.spec -> 1.5

audio-entropyd-ncurses.patch [deleted file]
audio-entropyd.spec

diff --git a/audio-entropyd-ncurses.patch b/audio-entropyd-ncurses.patch
deleted file mode 100644 (file)
index 7d5b9c3..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
---- error.c~   2005-01-01 14:24:04.976608208 +0100
-+++ error.c    2005-01-01 14:24:07.388241584 +0100
-@@ -1,4 +1,4 @@
--#include <ncurses.h>
-+/* #include <ncurses/ncurses.h> */
- #include <errno.h>
- #include <stdarg.h>
- #include <stdio.h>
index 456cd5e6dfcdfda56d8a31ca3b083983fef97ea8..fbbd21186860f3be6d02b048a83a68824d9c5935 100644 (file)
@@ -1,15 +1,15 @@
+# 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
@@ -28,11 +28,12 @@ serwerze.
 
 %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
@@ -45,5 +46,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README* TODO
-%attr(755,root,root) %{_sbindir}/*
+%doc README TODO
+%attr(755,root,root) %{_sbindir}/audio-entropyd
This page took 0.084103 seconds and 4 git commands to generate.