public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Text-Password-Pronounceable] epel10: initial import
@ 2026-07-27 18:33 Chris Weyl
0 siblings, 0 replies; only message in thread
From: Chris Weyl @ 2026-07-27 18:33 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-27 18:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-27 18:33 [rpms/perl-Text-Password-Pronounceable] epel10: initial import Chris Weyl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox