automatic rebuild by autodist [release 2.06-2mamba;Thu Sep 05 2013]
This commit is contained in:
parent
c5ed03a5d9
commit
50a2539173
@ -1,2 +1,4 @@
|
|||||||
# pwgen
|
# pwgen
|
||||||
|
|
||||||
|
Pwgen is a small, GPL'ed password generator which creates passwords which can be easily memorized by a human.
|
||||||
|
|
||||||
|
45
pwgen.spec
Normal file
45
pwgen.spec
Normal file
@ -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 <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
|
Loading…
Reference in New Issue
Block a user