]> git.pld-linux.org Git - packages/audio-entropyd.git/blame - audio-entropyd.spec
- converted to UTF-8
[packages/audio-entropyd.git] / audio-entropyd.spec
CommitLineData
0e0772a9 1Summary: Audio-entropyd - generating entropy-data for the /dev/random device
61476cb6 2Summary(pl.UTF-8): Audio-entropyd - generowanie danych entropii dla urządzenia /dev/random
db0dfc1f 3Name: audio-entropyd
4Version: 0.0.6
5Release: 1
6License: GPL v2
7Group: Applications/System
8Source0: http://www.vanheusden.com/aed/%{name}-%{version}.tgz
9# Source0-md5: ef014b233c08a0f6eb12d2a75c3041b9
10Patch0: %{name}-ncurses.patch
11URL: http://www.vanheusden.com/aed/
12#BuildRequires: ncurses-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16This is a small program to reseed the Linux kernel random number
17generator with data from soundcard.
18
19**** This is an alpha release intended for peer review.
20**** DO NOT use this on a production server.
21
61476cb6
JR
22%description -l pl.UTF-8
23Jest to mały program karmiący generator liczb losowych w jądrze
24Linuksa danymi z karty dźwiękowej.
0e0772a9 25
61476cb6 26UWAGA: jest to wersja alpha, nie należy używać jej na produkcyjnym
0e0772a9 27serwerze.
db0dfc1f 28
29%prep
30%setup -q
31%patch0 -p0
32
33%build
34%{__make} \
35 CFLAGS="%{rpmcflags} -DVERSION=\"\$(VERSION)\""
36
37%install
38rm -rf $RPM_BUILD_ROOT
39install -d $RPM_BUILD_ROOT%{_sbindir}
40
41install audio-entropyd $RPM_BUILD_ROOT%{_sbindir}
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc README* TODO
49%attr(755,root,root) %{_sbindir}/*
This page took 0.05675 seconds and 4 git commands to generate.