Sophie

Sophie

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

perl-Params-Util-1.70.0-2.mga3.src.rpm

%define upstream_name	 Params-Util
%define upstream_version 1.07

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

Summary:    Simple standalone param-checking functions
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Params/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder) >= 0.270.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.520.0
BuildRequires: perl(File::Spec) >= 0.800.0
BuildRequires: perl(Scalar::Util) >= 1.180.0
BuildRequires: perl(Test::More) >= 0.420.0
BuildRequires: perl-devel
%description
Params::Util provides a basic set of importable functions that makes checking
parameters a hell of a lot easier.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes README lib/Params/Util.pm

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

%check
%{__make} test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{perl_vendorarch}/Params
%{perl_vendorarch}/auto/Params
%{_mandir}/*/*

%changelog

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

* Tue Jun 05 2012 jquelin <jquelin> 1.70.0-1.mga3
+ Revision: 255287
- update to 1.07

* Wed May 30 2012 jquelin <jquelin> 1.60.0-2.mga3
+ Revision: 251021
- rebuild for perl 5.16

* Mon Mar 05 2012 jquelin <jquelin> 1.60.0-1.mga2
+ Revision: 218790
- update to 1.06

* Wed Jun 15 2011 jquelin <jquelin> 1.40.0-1.mga2
+ Revision: 107286
- update to 1.04

* Sat Jun 11 2011 sander85 <sander85> 1.30.0-2.mga2
+ Revision: 103546
- perl 5.14

* Thu Jan 13 2011 jquelin <jquelin> 1.30.0-1.mga1
+ Revision: 13788
- imported package perl-Params-Util