From 8180e519406ae5e4c1c1edca50d0a1b41876798b Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: May 31 2007 22:38:56 +0000 Subject: - update to 0.07 - include t/ in doc - minor spec reworkage to deal with the once and future perl split --- diff --git a/.cvsignore b/.cvsignore index a74e0d0..bc6ab4a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Algorithm-C3-0.06.tar.gz +Algorithm-C3-0.07.tar.gz diff --git a/perl-Algorithm-C3.spec b/perl-Algorithm-C3.spec index f7b2868..9fd8eab 100644 --- a/perl-Algorithm-C3.spec +++ b/perl-Algorithm-C3.spec @@ -1,5 +1,5 @@ Name: perl-Algorithm-C3 -Version: 0.06 +Version: 0.07 Release: 1%{?dist} Summary: Module for merging hierarchies using the C3 algorithm License: GPL or Artistic @@ -8,12 +8,16 @@ URL: http://search.cpan.org/dist/Algorithm-C3/ Source0: http://www.cpan.org/authors/id/B/BL/BLBLACK/Algorithm-C3-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# core +BuildRequires: perl(Test::More) +# cpan BuildRequires: perl(Module::Build) # for testing.... -BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module implements the C3 algorithm. Most of the uses I have for C3 @@ -44,11 +48,16 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Thu May 31 2007 Chris Weyl 0.07-1 +- update to 0.07 +- include t/ in doc +- minor spec reworkage to deal with the once and future perl split + * Tue Nov 21 2006 Chris Weyl 0.06-1 - update to 0.06 diff --git a/sources b/sources index b3bb639..1e848d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c05e0ebf31ffb2fa556016b97bd6bcb Algorithm-C3-0.06.tar.gz +2e301c80f096182cb16a30f0db9603ee Algorithm-C3-0.07.tar.gz