- BR: perl(Test::More), perl(CPAN) (BZ 419631).

- Remove TEST_POD (Unused).
- Add AUTOMATED_TESTING.
- BR: perl(Test::Pod) for AUTOMATED_TESTING.
- Adjust License-tag.
This commit is contained in:
corsepiu 2007-12-30 07:44:52 +00:00
parent 6060a09ae3
commit 44c5e9994a

View File

@ -1,8 +1,8 @@
Name: perl-Module-Install Name: perl-Module-Install
Version: 0.67 Version: 0.67
Release: 1%{?dist} Release: 2%{?dist}
Summary: Standalone, extensible Perl module installer Summary: Standalone, extensible Perl module installer
License: GPL or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Module-Install/ URL: http://search.cpan.org/dist/Module-Install/
Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Install-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Install-%{version}.tar.gz
@ -18,6 +18,10 @@ BuildRequires: perl(PAR::Dist) >= 0.03
#BuildRequires: perl(YAML) >= 0.35 #BuildRequires: perl(YAML) >= 0.35
#BuildRequires: perl(Test::Pod) >= 1.14 #BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(YAML::Tiny) >= 1.03 BuildRequires: perl(YAML::Tiny) >= 1.03
BuildRequires: perl(Test::More)
BuildRequires: perl(CPAN)
BuildRequires: perl(Test::Pod)
Requires: perl(Module::Build) Requires: perl(Module::Build)
Requires: perl(Module::CoreList) Requires: perl(Module::CoreList)
Requires: perl(Module::ScanDeps) >= 0.28 Requires: perl(Module::ScanDeps) >= 0.28
@ -51,7 +55,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
find $RPM_BUILD_ROOT%{perl_vendorlib} -type f -perm +100 -exec chmod a-x {} \; find $RPM_BUILD_ROOT%{perl_vendorlib} -type f -perm +100 -exec chmod a-x {} \;
%check %check
make test TEST_POD=1 make test AUTOMATED_TESTING=1
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -63,6 +67,13 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sun Dec 30 2007 Ralf Corsépius <rc040203@freenet.de> - 0.67-2
- BR: perl(Test::More), perl(CPAN) (BZ 419631).
- Remove TEST_POD (Unused).
- Add AUTOMATED_TESTING.
- BR: perl(Test::Pod) for AUTOMATED_TESTING.
- Adjust License-tag.
* Fri May 18 2007 Steven Pritchard <steve@kspei.com> 0.67-1 * Fri May 18 2007 Steven Pritchard <steve@kspei.com> 0.67-1
- Update to 0.67. - Update to 0.67.
- BR Archive::Tar, ExtUtils::ParseXS, and YAML::Tiny. - BR Archive::Tar, ExtUtils::ParseXS, and YAML::Tiny.