2008-03-26 15:30:53 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package perl-Tree-DAG_Node (Version 1.06 )
|
|
|
|
|
#
|
2010-10-20 13:22:04 +00:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2008-03-26 15:30:53 +00:00
|
|
|
#
|
2009-06-18 15:14:54 +00:00
|
|
|
# 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.
|
|
|
|
|
|
2008-03-26 15:30:53 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Tree-DAG_Node
|
|
|
|
|
Version: 1.06
|
2010-10-20 13:22:04 +00:00
|
|
|
Release: 50
|
2010-11-30 19:29:24 +00:00
|
|
|
%{perl_requires}
|
2008-03-26 15:30:53 +00:00
|
|
|
AutoReqProv: on
|
|
|
|
|
Group: Development/Libraries/Perl
|
2010-10-20 13:22:04 +00:00
|
|
|
License: Artistic
|
2008-03-26 15:30:53 +00:00
|
|
|
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
|
2010-10-20 13:21:59 +00:00
|
|
|
BuildRequires: perl
|
2008-03-26 15:30:53 +00:00
|
|
|
|
|
|
|
|
%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
|
2009-06-18 15:14:54 +00:00
|
|
|
|
2008-03-26 15:30:53 +00:00
|
|
|
%changelog
|