|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|