Merge branch 'el6'
Conflicts: perl-Test-Requires.spec
This commit is contained in:
commit
9f7cf16703
@ -11,8 +11,11 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
BuildRequires: perl(Filter::Util::Call)
|
||||
BuildRequires: perl(Test::More) >= 0.61
|
||||
BuildRequires: perl(Test::Builder::Module)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Perl::Critic)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Spelling), hunspell-en
|
||||
|
||||
Requires: perl(Test::Builder::Module)
|
||||
|
||||
@ -42,6 +45,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
||||
%check
|
||||
# note the "skipped" warnings indicate success :)
|
||||
make test
|
||||
make test TEST_FILES="xt/*.t"
|
||||
|
||||
|
||||
%clean
|
||||
@ -54,19 +58,21 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.06-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
* Wed Aug 17 2011 Paul Howarth <paul@city-fan.org> - 0.06-3
|
||||
- BR: hunspell-en rather than aspell-en (#731272)
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.06-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
* Thu Nov 18 2010 Paul Howarth <paul@city-fan.org> - 0.06-2
|
||||
- Run release tests as well as standard test suite in %%check
|
||||
- Drop no-longer-needed buildreq perl(Filter::Util::Call)
|
||||
- New buildreqs perl(Test::Perl::Critic), perl(Test::Pod), perl(Test::Spelling)
|
||||
|
||||
* Tue Oct 05 2010 Iain Arnell <iarnell@gmail.com> 0.06-1
|
||||
- update to latest upstream version
|
||||
* Tue Oct 05 2010 Iain Arnell <iarnell@gmail.com> - 0.06-1
|
||||
- Update to latest upstream version
|
||||
|
||||
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.03-2
|
||||
- Mass rebuild with perl-5.12.0
|
||||
|
||||
* Sat Mar 20 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.03-1
|
||||
- specfile by Fedora::App::MaintainerTools 0.006
|
||||
* Sat Mar 20 2010 Chris Weyl <cweyl@alumni.drew.edu> - 0.03-1
|
||||
- Specfile by Fedora::App::MaintainerTools 0.006
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user