From d81517f4b2b147851a1cff84c7ad3baecd8927ea Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emman...@seyman.fr>
Date: Tue, 10 May 2016 16:49:53 +0200
Subject: Initial upload.

---
 .gitignore                 |  1 +
 perl-Crypt-RandPasswd.spec | 61 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                    |  1 +
 3 files changed, 63 insertions(+)
 create mode 100644 perl-Crypt-RandPasswd.spec

diff --git a/.gitignore b/.gitignore
index e69de29..51ccb76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Crypt-RandPasswd-0.06.tar.gz
diff --git a/perl-Crypt-RandPasswd.spec b/perl-Crypt-RandPasswd.spec
new file mode 100644
index 0000000..9660f44
--- /dev/null
+++ b/perl-Crypt-RandPasswd.spec
@@ -0,0 +1,61 @@
+Name:           perl-Crypt-RandPasswd
+Version:        0.06
+Release:        2%{?dist}
+Summary:        Random password generator based on FIPS-181
+License:        GPL+ or Artistic
+
+URL:            http://search.cpan.org/dist/Crypt-RandPasswd/
+Source0:        
http://www.cpan.org/authors/id/N/NE/NEILB/Crypt-RandPasswd-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl-generators
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+Crypt::RandPasswd provides three functions that can be used to generate
+random passwords, constructed from words, letters, or characters.
+
+This code is a Perl implementation of the Automated Password Generator
+standard, like the program described in "A Random Word Generator For
+Pronounceable Passwords" (not available on-line). This code is a
+re-engineering of the program contained in Appendix A of
+FIPS Publication 181, "Standard for Automated Password Generator".
+In accordance with the standard, the results obtained from this
+program are logically equivalent to those produced by the standard.
+
+%prep
+%setup -q -n Crypt-RandPasswd-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/Crypt*
+%{_mandir}/man3/Crypt*
+
+%changelog
+* Mon May 09 2016 Emmanuel Seyman <emman...@seyman.fr> - 0.06-2
+Take into account review comments (#1331363)
+
+* Wed Apr 27 2016 Emmanuel Seyman <emman...@seyman.fr> - 0.06-1
+- Specfile autogenerated by cpanspec 1.78 and heavily modified.
diff --git a/sources b/sources
index e69de29..fd4ca37 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c741bf6088d6d127ffb4d387c977b777  Crypt-RandPasswd-0.06.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Crypt-RandPasswd.git/commit/?h=f24&id=d81517f4b2b147851a1cff84c7ad3baecd8927ea
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to