Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 16ec0d3740bade323f7594a27cc45e13 > files > 2

perl-Package-Stash-0.330.0-2.mga3.src.rpm

%define upstream_name    Package-Stash
%define upstream_version 0.33

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

Summary:    Routines for manipulating stashes
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Package/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Dist::CheckConflicts) >= 0.20.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(Package::DeprecationManager)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Test::Requires)
BuildArch:  noarch

%description
Manipulating stashes (Perl's symbol tables) is occasionally necessary, but
incredibly messy, and easy to get wrong. This module hides all of that
behind a simple API.

NOTE: Most methods in this class require a variable specification that
includes a sigil. If this sigil is absent, it is assumed to represent the
IO slot.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
rm -rf %buildroot
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/Package
%{_bindir}/package-stash-conflicts

%changelog

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

* Thu Oct 13 2011 jquelin <jquelin> 0.330.0-1.mga2
+ Revision: 154442
- update to 0.33

* Mon Sep 26 2011 jquelin <jquelin> 0.320.0-1.mga2
+ Revision: 148457
- update to 0.32
- update to 0.31
- update to 0.30

* Thu Apr 07 2011 jquelin <jquelin> 0.290.0-1.mga1
+ Revision: 81780
- update to 0.29

* Sun Apr 03 2011 jquelin <jquelin> 0.280.0-1.mga1
+ Revision: 80137
- update to 0.28

* Fri Mar 11 2011 jquelin <jquelin> 0.260.0-1.mga1
+ Revision: 68186
- update to 0.26

* Tue Jan 25 2011 jquelin <jquelin> 0.250.0-1.mga1
+ Revision: 38316
- update to 0.25

* Wed Jan 19 2011 jquelin <jquelin> 0.220.0-1.mga1
+ Revision: 24539
- adding missing buildrequires:
- fix specs
- imported package perl-Package-Stash