pwgen/pwgen.spec

46 lines
1.1 KiB
RPMSpec
Raw Normal View History

Name: pwgen
Version: 2.06
Release: 2mamba
Summary: A small password generator
Group: Applications/Security
Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
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 <autodist@mambasoft.it> 2.06-2mamba
- automatic rebuild by autodist
* Mon Nov 19 2007 Aleph0 <aleph0@openmamba.org> 2.06-1mamba
- update to 2.06
* Mon Apr 23 2007 Aleph0 <aleph0@openmamba.org> 2.05-1mamba
- package created by autospec