|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Algorithm-C3
|
|
|
|
Name: perl-Algorithm-C3
|
|
|
|
Version: 0.09
|
|
|
|
Version: 0.10
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Module for merging hierarchies using the C3 algorithm
|
|
|
|
Summary: Module for merging hierarchies using the C3 algorithm
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -9,6 +9,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Algorithm-C3-%{versio
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
# Build
|
|
|
|
# Build
|
|
|
|
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
# Module
|
|
|
|
# Module
|
|
|
|
BuildRequires: perl(Carp) >= 0.01
|
|
|
|
BuildRequires: perl(Carp) >= 0.01
|
|
|
@ -50,6 +51,10 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/Algorithm::C3.3pm*
|
|
|
|
%{_mandir}/man3/Algorithm::C3.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Sep 4 2014 Paul Howarth <paul@city-fan.org> - 0.10-1
|
|
|
|
|
|
|
|
- Update to 0.10
|
|
|
|
|
|
|
|
- Declare minimum version of perl as 5.6 in metadata
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-3
|
|
|
|
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-3
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
|
|
|
|
|
|
|