diff --git a/.cvsignore b/.cvsignore index cedd20f..059b2ac 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Pod-POM-0.18.tar.gz +Pod-POM-0.25.tar.gz diff --git a/perl-Pod-POM.spec b/perl-Pod-POM.spec index 4bbff76..8890bf9 100644 --- a/perl-Pod-POM.spec +++ b/perl-Pod-POM.spec @@ -1,19 +1,19 @@ %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} Name: perl-Pod-POM -Version: 0.18 -Release: 2%{?dist} +Version: 0.25 +Release: 1%{?dist} Summary: Object-oriented interface to Perl POD documents Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Pod-POM/ -Source0: http://www.cpan.org/authors/id/A/AB/ABW/Pod-POM-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AN/ANDREWF/Pod-POM-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More), perl(File::Slurp), perl(Text::Wrap) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -56,6 +56,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README TODO +%{_bindir}/pomdump %{_bindir}/podlint %{_bindir}/pom2 %{perl_vendorlib}/Pod @@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Aug 19 2009 Tom "spot" Callaway - 0.25-1 +- update to 0.25 + * Sun Jul 26 2009 Fedora Release Engineering - 0.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 076c4ab..625fefc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -602c7a04ea261baf7c8140e7711f1ede Pod-POM-0.18.tar.gz +02f62bc9115a4931aa316ba16d65d013 Pod-POM-0.25.tar.gz