55 lines
1.4 KiB
RPMSpec
55 lines
1.4 KiB
RPMSpec
Name: pwgen
|
|
Version: 2.08
|
|
Release: 1mamba
|
|
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
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
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
|
|
* Wed Nov 01 2017 Automatic Build System <autodist@mambasoft.it> 2.08-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 03 2014 Automatic Build System <autodist@mambasoft.it> 2.07-1mamba
|
|
- automatic update by autodist
|
|
|
|
* 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
|