[perl-Convert-PEM] Update to 0.08. BR Test::Exception and Test::More. Drop extraneous docs.

Steven Pritchard steve at fedoraproject.org
Sun Dec 12 21:11:46 UTC 2010


commit aca36b39a697297a489d3485f752137b894c7405
Author: Steven Pritchard <steven.pritchard at gmail.com>
Date:   Sun Dec 12 15:11:26 2010 -0600

    Update to 0.08.
    BR Test::Exception and Test::More.
    Drop extraneous docs.

 .gitignore            |    1 +
 perl-Convert-PEM.spec |   24 ++++++++++++++----------
 sources               |    2 +-
 3 files changed, 16 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf7a5a4..d74c152 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Convert-PEM-0.07.tar.gz
+/Convert-PEM-0.08.tar.gz
diff --git a/perl-Convert-PEM.spec b/perl-Convert-PEM.spec
index bfe51e5..885b3cd 100644
--- a/perl-Convert-PEM.spec
+++ b/perl-Convert-PEM.spec
@@ -1,6 +1,6 @@
 Name:           perl-Convert-PEM
-Version:        0.07
-Release:        10%{?dist}
+Version:        0.08
+Release:        1%{?dist}
 Summary:        Read/write encrypted ASN.1 PEM files
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,13 +8,15 @@ URL:            http://search.cpan.org/dist/Convert-PEM/
 Source0:        http://www.cpan.org/authors/id/B/BT/BTROTT/Convert-PEM-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(Crypt::DES_EDE3)
-BuildRequires:  perl(Convert::ASN1) >= 0.10
 BuildRequires:  perl(Class::ErrorHandler)
+BuildRequires:  perl(Convert::ASN1) >= 0.10
+BuildRequires:  perl(Crypt::DES_EDE3)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:       perl(Crypt::DES_EDE3)
-Requires:       perl(Convert::ASN1) >= 0.10
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More)
 Requires:       perl(Class::ErrorHandler)
+Requires:       perl(Convert::ASN1) >= 0.10
+Requires:       perl(Crypt::DES_EDE3)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -38,9 +40,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
-perldoc -t perlgpl > COPYING
-perldoc -t perlartistic > Artistic
-
 %check
 make test
 
@@ -49,11 +48,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README ToDo COPYING Artistic
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Dec 12 2010 Steven Pritchard <steve at kspei.com> 0.08-1
+- Update to 0.08.
+- BR Test::Exception and Test::More.
+- Drop extraneous docs.
+
 * Fri Apr 30 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.07-10
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index af43589..f319575 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2188dd87446004c8da882b5a1f20412  Convert-PEM-0.07.tar.gz
+a55c927457035806228e62b403551f13  Convert-PEM-0.08.tar.gz



More information about the perl-devel mailing list