- auto-update to 0.08 (by cpan-spec-update 0.01)

- altered br on perl(Test::More) (0 => 0.47)
- added a new br on perl(Carp) (version 0.01)
epel9
Chris Weyl 16 years ago
parent 81552ef7b0
commit 1f8792bad3

@ -1 +1 @@
Algorithm-C3-0.07.tar.gz
Algorithm-C3-0.08.tar.gz

@ -1,17 +1,17 @@
Name: perl-Algorithm-C3
Version: 0.07
Release: 3%{?dist}
Version: 0.08
Release: 1%{?dist}
Summary: Module for merging hierarchies using the C3 algorithm
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Algorithm-C3/
Source0: http://www.cpan.org/authors/id/B/BL/BLBLACK/Algorithm-C3-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/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)
BuildRequires: perl(Test::More) >= 0.47
# cpan
BuildRequires: perl(Module::Build)
# for testing....
@ -19,10 +19,13 @@ BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
### auto-added brs!
BuildRequires: perl(Carp) >= 0.01
%description
This module implements the C3 algorithm. Most of the uses I have for C3
revolve around class building and metamodels, but it could also be used for
things like dependency resolution as well since it tends to do such a nice
This module implements the C3 algorithm. Most of the uses I have for C3
revolve around class building and metamodels, but it could also be used for
things like dependency resolution as well since it tends to do such a nice
job of preserving local precendence orderings.
%prep
@ -53,6 +56,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/*
%changelog
* Sun Jun 07 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.08-1
- auto-update to 0.08 (by cpan-spec-update 0.01)
- altered br on perl(Test::More) (0 => 0.47)
- added a new br on perl(Carp) (version 0.01)
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

@ -1 +1 @@
2e301c80f096182cb16a30f0db9603ee Algorithm-C3-0.07.tar.gz
07afb08682125c875b80c315d99f6f95 Algorithm-C3-0.08.tar.gz

Loading…
Cancel
Save