File perl-Tree-DAG_Node.spec of Package perl-Tree-DAG_Node

#
# spec file for package perl-Tree-DAG_Node
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           perl-Tree-DAG_Node
Version:        1.06 
Release:        51
AutoReqProv:    on
Group:          Development/Libraries/Perl
License:        Artistic-1.0
Url:            http://cpan.org/modules/by-module/Tree/
Summary:        Tree::DAG_Node - (super)class for representing nodes in a tree
Source:         Tree-DAG_Node-%{version}.tar.gz 
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros

%description
This class encapsulates/makes/manipulates objects that represent nodes
in a tree structure. The tree structure is not an object itself, but is
emergent from the linkages you create between nodes. This class
provides the methods for making linkages that can be used to build up a
tree, while preventing you from ever making any kinds of linkages which
are not allowed in a tree (such as having a node be its own mother or
ancestor, or having a node have two mothers).



Authors:
--------
    Sean M. Burke, <sburke@cpan.org>
    David Hand, <cogent@cpan.org>

%prep
%setup -n Tree-DAG_Node-%{version} -q

%build
perl Makefile.PL
make

%check
make test

%install
%perl_make_install
%perl_process_packlist

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog README 
%doc %{_mandir}/man?/*
%{perl_vendorlib}/Tree/*
%dir %{perl_vendorlib}/Tree
%dir %{perl_vendorarch}/auto/Tree
%{perl_vendorarch}/auto/Tree/DAG_Node

%changelog
openSUSE Build Service is sponsored by