|
@@ -1,14 +1,13 @@
|
|
Name: perl-Algorithm-Dependency
|
|
Name: perl-Algorithm-Dependency
|
|
Version: 1.110
|
|
Version: 1.110
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Summary: Algorithmic framework for implementing dependency trees
|
|
Summary: Algorithmic framework for implementing dependency trees
|
|
License: GPL+ or Artistic
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/Algorithm-Dependency/
|
|
URL: http://search.cpan.org/dist/Algorithm-Dependency/
|
|
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Algorithm-Dependency-%{version}.tar.gz
|
|
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Algorithm-Dependency-%{version}.tar.gz
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
|
|
BuildRequires: perl(File::Spec) >= 0.82
|
|
BuildRequires: perl(File::Spec) >= 0.82
|
|
@@ -21,6 +20,8 @@ BuildRequires: perl(Test::CPAN::Meta) >= 0.12
|
|
BuildRequires: perl(Perl::MinimumVersion) >= 1.20
|
|
BuildRequires: perl(Perl::MinimumVersion) >= 1.20
|
|
BuildRequires: perl(Test::MinimumVersion) >= 0.008
|
|
BuildRequires: perl(Test::MinimumVersion) >= 0.008
|
|
|
|
|
|
|
|
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Algorithm::Dependency is a framework for creating simple read-only
|
|
Algorithm::Dependency is a framework for creating simple read-only
|
|
dependency hierarchies, where you have a set of items that rely on other
|
|
dependency hierarchies, where you have a set of items that rely on other
|
|
@@ -53,6 +54,9 @@ make test AUTOMATED_TESTING=1
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Dec 1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.110-2
|
|
|
|
+- rebuilt with perl 5.16.3
|
|
|
|
+
|
|
* Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.110-1
|
|
* Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.110-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|