Perl mass rebuild

add macro perl_bootstrap
remove unneeded Pod::Man
This commit is contained in:
Marcela Mašláňová 2011-06-28 20:59:05 +02:00
parent 08a78023b8
commit df4ca85be4

View File

@ -1,7 +1,7 @@
Summary: Params-Validate Perl module
Name: perl-Params-Validate
Version: 0.99
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Params-Validate/
@ -13,7 +13,6 @@ Patch0: Params-Validate-0.99.diff
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Pod::Man)
BuildRequires: perl(Module::Build) >= 0.3601
# Required by the tests
@ -66,6 +65,11 @@ RELEASE_TESTING=1 ./Build test
%{_mandir}/man3/*
%changelog
* Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.99-2
- Perl mass rebuild
- add macro perl_bootstrap
- remove unneeded Pod::Man
* Tue May 31 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.99-1
- Upstream update.
- Rebase patch (Params-Validate-0.99.diff).