- 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
1 changed files with 14 additions and 3 deletions

View File

@ -1,8 +1,8 @@
Name: perl-Module-Install
Version: 0.67
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Standalone, extensible Perl module installer
License: GPL or Artistic
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Module-Install/
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(Test::Pod) >= 1.14
BuildRequires: perl(YAML::Tiny) >= 1.03
BuildRequires: perl(Test::More)
BuildRequires: perl(CPAN)
BuildRequires: perl(Test::Pod)
Requires: perl(Module::Build)
Requires: perl(Module::CoreList)
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 {} \;
%check
make test TEST_POD=1
make test AUTOMATED_TESTING=1
%clean
rm -rf $RPM_BUILD_ROOT
@ -63,6 +67,13 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%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
- Update to 0.67.
- BR Archive::Tar, ExtUtils::ParseXS, and YAML::Tiny.