Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
passgen
> passgen.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File passgen.spec of Package passgen
Name: passgen Version: 1.2.0 Release: 1 License: Public Domain Group: Productivity/Security Summary: Password generator Url: http://cryptnet.net/fsp/passgen/ Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: grep %description CryptNET Passgen (passgen) is a password generator. It generates a list of password candidates for the user to choose from by mapping operating system sources of pseudorandomness into printable character arrays using a mod operation. It is capable of generating passwords composed of printable characters, alpha numeric characters, alphabetic characters, or numeric only characters. By default, passgen generates 14 character passwords. %prep %setup -n %{name}-%{version} %build %configure --with-conf=%{_sysconfdir} %__make %install %__make DESTDIR=%{buildroot} install # make rpmlint happy chmod -x %{buildroot}%{_sysconfdir}/passgen.conf %files %defattr(-,root,root) %config(noreplace) %{_sysconfdir}/passgen.conf %{_bindir}/passgen %{_mandir}/man1/passgen.1* %{_mandir}/man5/passgen.conf.5* %changelog