Sophie

Sophie

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

perl-File-Next-1.120.0-2.mga3.src.rpm

%define upstream_name	 File-Next
%define upstream_version 1.12

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

Summary:    File-finding iterator
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::More) >= 0.880.0
BuildArch:  noarch

%description
File::Next is a lightweight, taint-safe file-finding module. It's lightweight
and has no non-core prerequisites.

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

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

%check
%{__make} test 

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml
%{perl_vendorlib}/File
%{_mandir}/*/*

%changelog

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

* Tue Jan 08 2013 jquelin <jquelin> 1.120.0-1.mga3
+ Revision: 342155
- update to 1.12

* Wed Jul 04 2012 jquelin <jquelin> 1.100.0-1.mga3
+ Revision: 267334
- update to 1.10

* Tue Jun 05 2012 jquelin <jquelin> 1.80.0-1.mga3
+ Revision: 254947
- update to 1.08

* Thu Jan 20 2011 jquelin <jquelin> 1.60.0-1.mga1
+ Revision: 26182
- mageia rebuild
- imported package perl-File-Next