public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chris Weyl <cweyl@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Text-Password-Pronounceable] epel10: initial import
Date: Mon, 27 Jul 2026 18:33:37 GMT	[thread overview]
Message-ID: <178517721738.1.14485001478779218161.rpms-perl-Text-Password-Pronounceable-5f297a57164e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Text-Password-Pronounceable
Branch : epel10
Commit : 5f297a57164e44a04393b3f97b81b35eddfd723d
Author : Chris Weyl <cweyl@fedoraproject.org>
Date   : 2009-03-06T05:36:59+00:00
Stats  : +63/-0 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Text-Password-Pronounceable/c/5f297a57164e44a04393b3f97b81b35eddfd723d?branch=epel10

Log:
initial import

---
diff --git a/.cvsignore b/.cvsignore
index e69de29..c4e3cba 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+Text-Password-Pronounceable-0.28.tar.gz

diff --git a/import.log b/import.log
new file mode 100644
index 0000000..72cc8d9
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+perl-Text-Password-Pronounceable-0_28-1_fc10:HEAD:perl-Text-Password-Pronounceable-0.28-1.fc10.src.rpm:1236317810

diff --git a/perl-Text-Password-Pronounceable.spec b/perl-Text-Password-Pronounceable.spec
new file mode 100644
index 0000000..8e82f00
--- /dev/null
+++ b/perl-Text-Password-Pronounceable.spec
@@ -0,0 +1,60 @@
+Name:       perl-Text-Password-Pronounceable 
+Version:    0.28 
+Release:    1%{?dist}
+# lib/Text/Password/Pronounceable.pm -> GPL+ or Artistic
+License:    GPL+ or Artistic 
+Group:      Development/Libraries
+Summary:    Generate pronounceable passwords 
+Source:     http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO/Text-Password-Pronounceable-%{version}.tar.gz 
+Url:        http://search.cpan.org/dist/Text-Password-Pronounceable
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildArch:  noarch
+
+BuildRequires: perl(ExtUtils::MakeMaker)
+# testing
+BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::Pod)
+BuildRequires: perl(Test::Pod::Coverage)
+
+
+%description
+This module generates pronuceable passwords, based the the English
+digraphs by D. Edwards.
+
+%prep
+%setup -q -n Text-Password-Pronounceable-%{version}
+
+%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/*.3*
+
+%changelog
+* Wed Mar 04 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.28-1
+- submission
+
+* Wed Mar 04 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.28-0
+- initial RPM packaging
+- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
+

diff --git a/sources b/sources
index e69de29..489c162 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d6db4130b2c8e66f5d18f2c79af9ff31  Text-Password-Pronounceable-0.28.tar.gz

                 reply	other threads:[~2026-07-27 18:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178517721738.1.14485001478779218161.rpms-perl-Text-Password-Pronounceable-5f297a57164e@fedoraproject.org \
    --to=cweyl@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox