summaryrefslogtreecommitdiffstats
path: root/ranpwd.spec
blob: 7fef404e23d01090a7db3cb10213065ab17b86f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Summary: A program to generate random passwords
Name: ranpwd
Version: 1.2
Release: 1
License: GPL
Group: Applications/System
Source0: ftp://ftp.kernel.org/pub/software/utils/admin/ranpwd/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A program to generate random passwords using the in-kernel
cryptographically secure random number generator.

%prep
%setup -q

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
make install INSTALLROOT=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc %{_mandir}/man1/*
%{_bindir}/ranpwd

%doc


%changelog
* Fri Jan 18 2008 H. Peter Anvin <hpa@zytor.com>
- Update for version 1.2.

* Mon Mar 17 2003 H. Peter Anvin <hpa@zytor.com>
- Initial build.