0.07-1 bump

epel9
Petr Pisar 15 years ago
parent 80fe5692d4
commit 18fea82c4b

@ -1 +1 @@
Module-Manifest-0.03.tar.gz Module-Manifest-0.07.tar.gz

@ -1,6 +1,6 @@
Name: perl-Module-Manifest Name: perl-Module-Manifest
Version: 0.03 Version: 0.07
Release: 4%{?dist} Release: 1%{?dist}
Summary: Parse and examine a Perl distribution MANIFEST file Summary: Parse and examine a Perl distribution MANIFEST file
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -11,7 +11,10 @@ BuildArch: noarch
BuildRequires: perl >= 0:5.005 BuildRequires: perl >= 0:5.005
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Params::Util) >= 0.10 BuildRequires: perl(Params::Util) >= 0.10
BuildRequires: perl(Test::Exception) >= 0.27
BuildRequires: perl(Test::More) >= 0.42 BuildRequires: perl(Test::More) >= 0.42
BuildRequires: perl(Test::Warn) >= 0.11
Requires: perl(File::Spec) >= 0.80
Requires: perl(Params::Util) >= 0.10 Requires: perl(Params::Util) >= 0.10
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -35,6 +38,9 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
# Remove executable bit from %%doc files
%{__chmod} 0644 examples/*
%check %check
make test make test
@ -44,11 +50,17 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc Changes LICENSE README %doc Changes LICENSE README examples
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Apr 20 2010 Petr Pisar <ppisar@redhat.com> - 0.07-1
- version bump
- new Test::Exception and Test::Warn BuildRequires
- explicit perl-File-Spec >= 0.80 run-time dependency version
- add examples
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.03-4 * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.03-4
- rebuild against perl 5.10.1 - rebuild against perl 5.10.1

@ -1 +1 @@
3612558b4f285315d7c36668df96f254 Module-Manifest-0.03.tar.gz 84354a53992aad3d77d19ac8cf239d2e Module-Manifest-0.07.tar.gz

Loading…
Cancel
Save