Name: perl-Crypt-GeneratePassword Version: 0.03 Release: 1%{?dist} Summary: Generate secure random pronounceable passwords License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-GeneratePassword/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-GeneratePassword-%{version}.tar.gz Patch0: utf8.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) Vendor: Project Vine Distribution: Vine Linux Packager: shaolin %description Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST standard, which is proven to be insecure. It does use a similar interface, so it should be a drop-in replacement in most cases. %prep %setup -q -n Crypt-GeneratePassword-%{version} %patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Mar 02 2012 MATSUBAYASHI Kohji - 0.03-1 - initial build for Vine Linux * Fri Jan 13 2012 Fedora Release Engineering - 0.03-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jun 17 2011 Marcela Mašláňová - 0.03-21 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.03-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 15 2010 Marcela Maslanova - 0.03-19 - 661697 rebuild for fixing problems with vendorach/lib * Fri Apr 30 2010 Marcela Maslanova - 0.03-18 - Mass rebuild with perl-5.12.0 * Fri Dec 4 2009 Stepan Kasal - 0.03-17 - rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 0.03-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.03-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Oct 16 2008 Milan Zazrivec 0.03-14 - Bumping release to be above what we have in Satellite 5.2.0 * Tue Oct 14 2008 Miroslav Suchý 0.03-3 - Specfile autogenerated by cpanspec 1.77.