File perl-Tree-DAG_Node.spec of Package perl-Tree-DAG_Node
#
# spec file for package perl-Tree-DAG_Node (Version 1.06 )
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Tree-DAG_Node
Version: 1.06
Release: 2
Requires: perl = %{perl_version}
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License
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.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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
/var/adm/perl-modules/%{name}
%changelog
* Wed Mar 12 2008 anicka@suse.cz
- package created (version 1.06)