[perl-Text-Password-Pronounceable] 0.30 bump

Petr Šabata psabata at fedoraproject.org
Fri Jan 13 14:56:13 UTC 2012


commit 847582cff50013826d6936fb300f00ad074a22e2
Author: Petr Šabata <contyk at redhat.com>
Date:   Fri Jan 13 15:53:07 2012 +0100

    0.30 bump

 .gitignore                            |    1 +
 perl-Text-Password-Pronounceable.spec |   28 ++++++++++------------------
 sources                               |    2 +-
 3 files changed, 12 insertions(+), 19 deletions(-)
---
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 at redhat.com> - 0.30-7
+- 0.30 bump
+- Spec cleanup
+
 * Mon Jun 20 2011 Marcela Mašláňová <mmaslano at 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



More information about the perl-devel mailing list