Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release-src > by-pkgid > 74289294aae4529fe93e62ccb80b07bd > files > 2

perl-File-Next-1.02-3mdv2009.0.src.rpm

%define module	File-Next
%define name	perl-%{module}
%define version 1.02
%define	release %mkrel 3

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	File-finding iterator
License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		%{module}-%{version}.tar.bz2
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

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

%prep
%setup -q -n %{module}-%{version}

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

%check
%{__make} test 

%install
rm -rf %{buildroot}
%makeinstall_std

%clean 
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Changes
%{perl_vendorlib}/File
%{_mandir}/*/*





%changelog
* Thu Jul 31 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.02-3mdv2009.0
+ Revision: 256983
- rebuild

* Tue Jan 15 2008 Guillaume Rousse <guillomovitch@mandriva.org> 1.02-1mdv2008.1
+ Revision: 152919
- new version
- update to new version 1.02

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

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Sun Jul 01 2007 Guillaume Rousse <guillomovitch@mandriva.org> 1.00-1mdv2008.0
+ Revision: 46526
- update to new version 1.00


* Mon Mar 12 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.40-1mdv2007.1
+ Revision: 141685
- new version

* Tue Mar 06 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.38-1mdv2007.1
+ Revision: 133685
- new version

* Thu Dec 14 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.32-1mdv2007.1
+ Revision: 96807
- new version

* Thu Oct 19 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 0.28-1mdv2007.1
+ Revision: 66430
- Import perl-File-Next