|
|
|
@ -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 <cweyl@alumni.drew.edu> 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 <cweyl@alumni.drew.edu> 0.06-1
|
|
|
|
|
- update to 0.06
|
|
|
|
|
|
|
|
|
|