Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 1f8ec4f788066a27cf39d8667c7c4524 > files > 2

perl-Modern-Perl-1.201.211.30-2.mga3.src.rpm

%define upstream_name    Modern-Perl
%define upstream_version 1.20121103

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

Summary:    Enable all of the features of Modern Perl with one command
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Modern/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(Module::Build) >= 0.360.100
BuildRequires: perl(Test::More) >= 0.980.0
BuildRequires: perl(autodie) >= 2.100.0
BuildRequires: perl(feature)
BuildRequires: perl(mro)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildArch:  noarch

%description
no description found

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

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

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

%changelog

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

* Tue Nov 06 2012 jquelin <jquelin> 1.201.211.30-1.mga3
+ Revision: 315125
- update to 1.20121103

* Tue Jun 05 2012 jquelin <jquelin> 1.201.205.210-1.mga3
+ Revision: 255142
- update to 1.20120521

* Thu Feb 23 2012 jquelin <jquelin> 1.201.201.300-1.mga2
+ Revision: 213020
- update to 1.20120130

* Wed Jan 25 2012 jquelin <jquelin> 1.201.201.230-1.mga2
+ Revision: 200917
- update to 1.20120123

* Fri Jan 06 2012 jquelin <jquelin> 1.201.201.60-1.mga2
+ Revision: 192579
- update to 1.20120106

* Thu Jan 05 2012 jquelin <jquelin> 1.201.201.50-1.mga2
+ Revision: 191202
- update to 1.20120105

* Tue Jan 18 2011 jquelin <jquelin> 1.30.0-1.mga1
+ Revision: 22625
- cleaning spec file
- imported package perl-Modern-Perl