|
|
|
@ -1,46 +1,57 @@
|
|
|
|
|
Name: perl-Test-Valgrind
|
|
|
|
|
Summary: Generate suppressions, analyze and test any command with valgrind
|
|
|
|
|
Version: 1.14
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: http://search.cpan.org/dist/Test-Valgrind/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Test-Valgrind-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
|
|
|
|
# Module Build
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl(ExtUtils::Install)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
# Module Runtime
|
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
|
BuildRequires: perl(Digest::MD5)
|
|
|
|
|
BuildRequires: perl(DynaLoader)
|
|
|
|
|
BuildRequires: perl(Env::Sanctify)
|
|
|
|
|
BuildRequires: perl(ExtUtils::Install)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Fcntl)
|
|
|
|
|
BuildRequires: perl(File::HomeDir) >= 0.86
|
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
|
BuildRequires: perl(File::Temp) >= 0.14
|
|
|
|
|
BuildRequires: perl(Filter::Util::Call)
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
|
BuildRequires: perl(POSIX)
|
|
|
|
|
BuildRequires: perl(Perl::Destruct::Level)
|
|
|
|
|
BuildRequires: perl(POSIX)
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(Test::Builder)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(XML::Twig)
|
|
|
|
|
BuildRequires: perl(XSLoader)
|
|
|
|
|
BuildRequires: perl(version)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
BuildRequires: perl(XML::Twig)
|
|
|
|
|
BuildRequires: perl(XML::Twig::Elt)
|
|
|
|
|
BuildRequires: valgrind >= 3.1.0
|
|
|
|
|
# Test Suite
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(XSLoader)
|
|
|
|
|
# Runtime
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(Carp)
|
|
|
|
|
Requires: perl(Config)
|
|
|
|
|
Requires: perl(Digest::MD5)
|
|
|
|
|
Requires: perl(DynaLoader)
|
|
|
|
|
Requires: perl(File::HomeDir) >= 0.86
|
|
|
|
|
Requires: perl(File::Path)
|
|
|
|
|
Requires: perl(File::Temp) >= 0.14
|
|
|
|
|
Requires: perl(Filter::Util::Call)
|
|
|
|
|
Requires: perl(List::Util)
|
|
|
|
|
Requires: perl(Perl::Destruct::Level)
|
|
|
|
|
Requires: perl(XML::Twig)
|
|
|
|
|
Requires: perl(XML::Twig::Elt)
|
|
|
|
|
Requires: valgrind >= 3.1.0
|
|
|
|
|
|
|
|
|
|
# Don't "provide" private Perl libs
|
|
|
|
@ -100,29 +111,32 @@ rm -rf %{buildroot}
|
|
|
|
|
%files
|
|
|
|
|
%doc Changes README samples/
|
|
|
|
|
%{perl_vendorlib}/Test/
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Action.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Action::Captor.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Action::Suppressions.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Action::Test.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Carp.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Command.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Command::Aggregate.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Command::Perl.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Command::PerlScript.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Component.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Parser.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Parser::Suppressions::Text.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Parser::Text.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Parser::XML.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Parser::XML::Twig.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Report.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Session.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Suppressions.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Tool.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Tool::memcheck.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Action.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Action::Captor.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Action::Suppressions.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Action::Test.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Carp.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Command.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Command::Aggregate.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Command::Perl.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Command::PerlScript.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Component.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Parser.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Parser::Suppressions::Text.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Parser::Text.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Parser::XML.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Parser::XML::Twig.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Report.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Session.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Suppressions.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Tool.3*
|
|
|
|
|
%{_mandir}/man3/Test::Valgrind::Tool::memcheck.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 4 2015 Paul Howarth <paul@city-fan.org> - 1.14-4
|
|
|
|
|
- Classify buildreqs by usage
|
|
|
|
|
|
|
|
|
|
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.14-3
|
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
|
|
|
|
|