Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > d9abfc5529c3bead91c1d3166b8ffbd8 > files > 2

apg-2.2.3-1mdk.src.rpm


Summary:	Automated Password Generator (apg).
Name:		apg
Version:	2.2.3
Release:	1mdk
License:	BSD
Group:		System/Configuration/Other
Source0:	%{name}-%{version}.tar.bz2
URL:		http://www.adel.nursat.kz/apg/
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
Apg generates several random passwords. It uses several password
generation algorithms (currently two) and a built-in pseudo random
number generator.


%prep
%setup -q

%build
%{__make} \
	CC="%{__cc}" \
	FLAGS="%{optflags}"

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}

install apg apgbfm $RPM_BUILD_ROOT%{_bindir}
install doc/man/{apgbfm,apg}.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README CHANGES THANKS TODO doc/APG_TIPS
%attr(755,root,root) %{_bindir}/apg
%attr(755,root,root) %{_bindir}/apgbfm
%{_mandir}/man1/*


%changelog
* Mon Feb 16 2004 Marcel Pol <mpol@mandrake.org> 2.2.3-1mdk
- 2.2.3

* Sun Aug 17 2003 Marcel Pol <mpol@gmx.net> 2.2.0-1mdk
- initial mandrake release, pld powered