public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Text-Password-Pronounceable] epel10: 0.30 bump
@ 2026-07-27 18:33 
  0 siblings, 0 replies; only message in thread
From:  @ 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 : 847582cff50013826d6936fb300f00ad074a22e2
Author : Petr Šabata <contyk@redhat.com>
Date   : 2012-01-13T15:53:07+01:00
Stats  : +12/-19 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Text-Password-Pronounceable/c/847582cff50013826d6936fb300f00ad074a22e2?branch=epel10

Log:
0.30 bump

---
diff --git a/.gitignore b/.gitignore
index c4e3cba..d319fa0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Text-Password-Pronounceable-0.28.tar.gz
+/Text-Password-Pronounceable-0.30.tar.gz

diff --git a/perl-Text-Password-Pronounceable.spec b/perl-Text-Password-Pronounceable.spec
index b363746..c452d9d 100644
--- a/perl-Text-Password-Pronounceable.spec
+++ b/perl-Text-Password-Pronounceable.spec
@@ -1,56 +1,48 @@
 Name:       perl-Text-Password-Pronounceable 
-Version:    0.28 
-Release:    7%{?dist}
+Version:    0.30
+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 
+Source0:    http://search.cpan.org/CPAN/authors/id/T/TS/TSIBLEY/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(Carp)
 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
+This module generates pronuceable passwords, based on the English
 digraphs by D. Edwards.
 
 %prep
 %setup -q -n Text-Password-Pronounceable-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+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
+* Fri Jan 13 2012 Petr Šabata <contyk@redhat.com> - 0.30-7
+- 0.30 bump
+- Spec cleanup
+
 * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.28-7
 - Perl mass rebuild
 

diff --git a/sources b/sources
index 489c162..8944583 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6db4130b2c8e66f5d18f2c79af9ff31  Text-Password-Pronounceable-0.28.tar.gz
+2a6a3c9197dfb5912f763c0c4f285b48  Text-Password-Pronounceable-0.30.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: 0.30 bump 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox