Package perl-Algorithm-Dependency: Specfile

#
#   - Algorithm::Dependency -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       --spec-only Algorithm::Dependency
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Algorithm-Dependency
%define m_distro Algorithm-Dependency
%define m_name Algorithm::Dependency
%define m_author_id unknown
%define _enable_test 1

Name: perl-Algorithm-Dependency
Version: 1.110
Release: alt1.1

Summary: Algorithm-Dependency - Create extensible and optimized dependency algorithms

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/A/AD/ADAMK/Algorithm-Dependency-1.110.tar.gz

# Automatically added by buildreq on Fri Jun 13 2008
BuildRequires: perl-Module-Install perl-Params-Util perl-Test-ClassAPI

%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.

Despite the most visible of these being software installation systems like
the CPAN installer, or debian apt-get, they are usefull in other situations.
This module intentionally uses implementation-neutral words, to avoid
confusion.

%prep
%setup -q -n %m_distro-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/Algorithm/

%changelog
* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 1.110-alt1.1
- repair after perl 5.12 upgrade using girar-nmu

* Tue Jul 13 2010 Igor Vlasenko <viy@altlinux.ru> 1.110-alt1
- automated CPAN update

* Sat Sep 06 2008 Vitaly Lipatov <lav@altlinux.ru> 1.106-alt2
- fix directory ownership violation

* Fri Jun 13 2008 Vitaly Lipatov <lav@altlinux.ru> 1.106-alt1
- new version 1.106 (with rpmrb script)
- update buildreqs

* Tue Jul 12 2005 Vitaly Lipatov <lav@altlinux.ru> 1.03-alt1
- first build for ALT Linux Sisyphus