%global pkg_name Algorithm-Dependency %global pkg_version 1.104 %global rpm_pkg_version 1.104 %global rpm_pkg_release 1.n0i.7 Summary: Algorithmic framework for implementing dependency tree Name: perl-%{pkg_name} Version: %{rpm_pkg_version} Release: %{rpm_pkg_release}%{?cpan_version}%{?dist} Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/%{pkg_name}/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/%{pkg_name}-%{pkg_version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: rpm-build-reb00t-perl BuildRequires: perl(List::Util) >= 1.11 Requires: perl(List::Util) >= 1.11 BuildRequires: perl(Params::Util) >= 0.06 Requires: perl(Params::Util) >= 0.06 %{!?_without_test:BuildRequires: perl(Test::ClassAPI) >= 0.6} %global perl_filter_req 'perl\\((List|Params)::Util\\)$' %description Algorithm::Dependency is a framework for creating simple read-only dependency heirachies, where you have a set of items that rely on other items in the set, and require actions on them as well. %prep %setup -q -n %{pkg_name}-%{pkg_version} %{fix_eol} %build %{perl_build} %install %{__rm} -rf $RPM_BUILD_ROOT %{perl_install} %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{perl_files} %doc Changes LICENSE README %changelog * Wed Nov 14 2007 Marius Feraru - 1.104-1.n0i.7 - version 1.104 - spec update (new reb00t build tools) * Wed Aug 01 2007 Marius Feraru - 1.103-1.n0i.6 - version 1.103 * Tue May 22 2007 Marius Feraru - 1.102-2.n0i.5 - mass rebuild * Sat Apr 15 2006 Marius Feraru - 1.102-1.n0i.4 - version 1.102 * Wed Oct 12 2005 Marius Feraru 1.101-1.n0i.3 - version 1.101 * Fri Sep 16 2005 Marius Feraru 1.04-1.n0i.2 - version 1.04 * Thu Jul 28 2005 Marius Feraru 1.03-1.n0i.1 - spec file (re)created using N0i::CPAN::RPMizer/1.01 - rebuild on perl 5.8.7