File perl-File-Find-Closures-SLE_10.spec of Package perl-File-Find-Closures
# $Id: perl-File-Find-Closures.spec 5683 2007-08-04 01:32:57Z dag $
# Authority: dries
# Upstream: brian d foy <bdfoy$cpan,org>
%define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
%define real_name File-Find-Closures
Summary: Functions you can use with File::Find
Name: perl-File-Find-Closures
Version: 1.06
%define releasesuffix sle10
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/File-Find-Closures/
Packager: Dries Verachtert <dries@ulyssis.org>
Vendor: Dries RPM Repository http://dries.ulyssis.org/rpm/
Source: http://search.cpan.org//CPAN/authors/id/B/BD/BDFOY/File-Find-Closures-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
BuildRequires: perl, perl(ExtUtils::MakeMaker)
%description
Functions you can use with File::Find.
%prep
%setup -n %{real_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" destdir="%{buildroot}"
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__make} install
%{__rm} -rf %{buildroot}%{perl_archlib}/perllocal.pod %{buildroot}%{perl_vendorarch}/auto/*/*/*/.packlist
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc Changes README
%doc %{_mandir}/man3/File::Find::Closures*
%{perl_vendorlib}/File/Find/Closures.pm
%changelog
* Sun Apr 29 2007 Dries Verachtert <dries@ulyssis.org> - 1.06-1
- Initial package.