Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3488/F-9 Modified Files: .cvsignore sources Added Files: perl-Crypt-GeneratePassword.spec Log Message: Initial Import of perl-Crypt-GeneratePassword --- NEW FILE perl-Crypt-GeneratePassword.spec --- Name: perl-Crypt-GeneratePassword Version: 0.03 Release: 12%{?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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %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} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones <dev@xxxxxxxxxx> - 0.03-12 - Specfile autogenerated by cpanspec 1.77. - Bump to be > than -11 in Spacewalk repo Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Jun 2008 15:43:38 -0000 1.1 +++ .cvsignore 26 Jun 2008 11:49:53 -0000 1.2 @@ -0,0 +1 @@ +Crypt-GeneratePassword-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Jun 2008 15:43:38 -0000 1.1 +++ sources 26 Jun 2008 11:49:53 -0000 1.2 @@ -0,0 +1 @@ +65a9e924ba7496ebd13b70d863d8ae1b Crypt-GeneratePassword-0.03.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list