Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-release-src > by-pkgid > 1e56177c48f5aa47c2823567f21b27d9 > files > 2

perl-Tree-DAG_Node-1.290.0-2.mga6.src.rpm

%define upstream_name	 Tree-DAG_Node
%define upstream_version 1.29

%{?perl_default_filter}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    Class for representing nodes in a tre
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Tree/%{upstream_name}-%{upstream_version}.tgz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Slurp::Tiny) >= 0.3.0
BuildRequires: perl(File::Spec) >= 3.400.0
BuildRequires: perl(File::Temp) >= 0.190.0
BuildRequires: perl(Test::More) >= 1.1.14
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildArch:  noarch

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

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%make_install

%check
make test

%files 
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{perl_vendorlib}/Tree
%{_mandir}/*/*

%changelog
* Sun Jun 19 2016 pterjan <pterjan> 1.290.0-2.mga6
+ Revision: 1035415
- Rebuild for perl 5.22.2

* Sun Mar 13 2016 shlomif <shlomif> 1.290.0-1.mga6
+ Revision: 989851
- update to 1.29

* Fri Feb 19 2016 umeabot <umeabot> 1.270.0-2.mga6
+ Revision: 968968
- Mageia 6 Mass Rebuild

* Mon Jul 27 2015 sander85 <sander85> 1.270.0-1.mga6
+ Revision: 858280
- update to 1.27

* Tue Jul 07 2015 sander85 <sander85> 1.260.0-1.mga6
+ Revision: 852564
- update to 1.26

* Sun Oct 19 2014 umeabot <umeabot> 1.220.0-4.mga5
+ Revision: 790071
- Rebuild to potentially add missing dependencies

* Wed Oct 15 2014 umeabot <umeabot> 1.220.0-3.mga5
+ Revision: 748441
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 1.220.0-2.mga5
+ Revision: 686739
- Mageia 5 Mass Rebuild

* Tue Feb 25 2014 jquelin <jquelin> 1.220.0-1.mga5
+ Revision: 596856
- update to 1.22

* Sat Oct 19 2013 umeabot <umeabot> 1.110.0-2.mga4
+ Revision: 525993
- Mageia 4 Mass Rebuild

* Sun Jun 02 2013 kharec <kharec> 1.110.0-1.mga4
+ Revision: 435101
- update to 1.11

* Sun Jan 13 2013 umeabot <umeabot> 1.90.0-2.mga3
+ Revision: 374479
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Nov 14 2012 jquelin <jquelin> 1.90.0-1.mga3
+ Revision: 317764
- update to 1.09

* Wed Nov 07 2012 jquelin <jquelin> 1.70.0-1.mga3
+ Revision: 315924
- update to 1.07

* Tue Jan 18 2011 jquelin <jquelin> 1.60.0-1.mga1
+ Revision: 23029
- cleaning spec file
- imported package perl-Tree-DAG_Node


* Sat Aug 01 2009 Jérôme Quelin <jquelin@mandriva.org> 1.60.0-1mdv2010.1
+ Revision: 405767
- rebuild using %%perl_convert_version

* Wed Jun 18 2008 Thierry Vignaud <tv@mandriva.org> 1.06-2mdv2009.0
+ Revision: 224582
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Mon Dec 10 2007 Guillaume Rousse <guillomovitch@mandriva.org> 1.06-1mdv2008.1
+ Revision: 116897
- new version

* Sat May 05 2007 Olivier Thauvin <nanardon@mandriva.org> 1.05-4mdv2008.0
+ Revision: 23299
- rebuild


* Mon Apr 03 2006 Buchan Milne <bgmilne@mandriva.org> 1.05-3mdk
- Rebuild
- use mkrel

* Tue Jun 07 2005 Guillaume Rousse <guillomovitch@mandriva.org> 1.05-2mdk 
- don't ship useless empty directories
- make test in %%check

* Mon Apr 25 2005 Guillaume Rousse <guillomovitch@mandriva.org> 1.05-1mdk
- new release
- spec cleanup
- better url

* Mon Dec 20 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.04-3mdk
- fix buildrequires in a backward compatible way

* Fri Jul 23 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.04-2mdk 
- rpmbuildupdate aware

* Mon Jan 05 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.04-1mdk
- first mdk release