diff --git a/README.md b/README.md index acf0a3e..d573513 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # pwgen +Pwgen is a small, GPL'ed password generator which creates passwords which can be easily memorized by a human. + diff --git a/pwgen.spec b/pwgen.spec new file mode 100644 index 0000000..8b5a227 --- /dev/null +++ b/pwgen.spec @@ -0,0 +1,45 @@ +Name: pwgen +Version: 2.06 +Release: 2mamba +Summary: A small password generator +Group: Applications/Security +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://sourceforge.net/projects/pwgen/ +Source: http://downloads.sourceforge.net/pwgen/pwgen-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Pwgen is a small, GPL'ed password generator which creates passwords which can be easily memorized by a human. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/pwgen +%{_mandir}/man1/pwgen.* +%doc ChangeLog + +%changelog +* Thu Sep 05 2013 Automatic Build System 2.06-2mamba +- automatic rebuild by autodist + +* Mon Nov 19 2007 Aleph0 2.06-1mamba +- update to 2.06 + +* Mon Apr 23 2007 Aleph0 2.05-1mamba +- package created by autospec