File perl-ExtUtils-Manifest.spec of Package perl-ExtUtils-Manifest
Name: perl-ExtUtils-Manifest
Version: 1.70
Release: 3%{?dist}
Summary: ExtUtils::Manifest - utilities to write and check a MANIFEST file
License: GPL+ or Artistic
URL: http://search.cpan.org/~ether/ExtUtils-Manifest-1.70/lib/ExtUtils/Manifest.pm
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/ExtUtils-Manifest-%{version}.tar.gz
BuildArch: x86_64
Group: perl/modules
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl(Config::AutoConf)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{?perl_default_filter}
%description
ExtUtils::Manifest - utilities to write and check a MANIFEST file
%prep
%setup -q -n ExtUtils-Manifest-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
find %{buildroot} -type f -name "perllocal.pod" -exec rm -f {} \;
%{_fixperms} $RPM_BUILD_ROOT/*
#%check
#make test
%files
%defattr(-,root,root)
# or lib
#%exclude %dir %{perl_vendorarch}/auto/
#%doc Changes README examples
#%{perl_vendorarch}/
%{perl_vendorlib}/
%{_mandir}/man3/*.3*
#%{_mandir}/man1/*.1*
%changelog