Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37433631
en ru br
ALT Linux repos
S:0.0132-alt1

Group :: Development/Perl
RPM: perl-Test-Run-CmdLine

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
# BEGIN SourceDeps(oneline):
BuildRequires(pre): rpm-build-perl
BuildRequires: perl(Config.pm) perl(Exporter.pm) perl(IO/All.pm) perl(List/Util.pm) perl(MRO/Compat.pm) perl(Pod/Usage.pm) perl(Test/Manifest.pm) perl(Test/Run/Base.pm) perl(Test/Run/Iface.pm) perl(Test/Run/Obj.pm) perl(Test/Run/Trap/Obj.pm) perl(base.pm) perl-base perl-devel perl-podlators
# END SourceDeps(oneline)
%define upstream_name    Test-Run-CmdLine
%define upstream_version 0.0131

Name:       perl-%{upstream_name}
Version:    0.0131
Release:    alt1

Summary:    Command line front-end for Test-Run
License:    MIT
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source:    http://www.cpan.org/authors/id/S/SH/SHLOMIF/Test-Run-CmdLine-%{version}.tar.gz

# These Requirs are not detected automatically, so we need to add them manually.

Requires:   perl(MooseX/Getopt/Basic.pm)
Requires:   perl(MooseX/Getopt.pm)
BuildRequires: perl(ExtUtils/MakeMaker.pm)
BuildRequires: perl(Module/Build.pm)
BuildRequires: perl(Moose.pm)
BuildRequires: perl(MooseX/Getopt.pm)
BuildRequires: perl(MooseX/Getopt/Basic.pm)
BuildRequires: perl(Test/More.pm)
BuildRequires: perl(Test/Run/Core.pm)
BuildRequires: perl(Test/Trap.pm)
BuildRequires: perl(UNIVERSAL/require.pm)
BuildRequires: perl(YAML/XS.pm)
BuildArch:  noarch
Source44: import.info

%description
This is a module implementing a standalone command line application. It was
created to replace the use of the 'runprove' executable which is not always
installed or available in the path.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLMAN1DIR=%_man1dir INSTALLDIRS=vendor

%{make}

%check
%{make} test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml  README examples
%{_mandir}/man1/*
%perl_vendor_privlib/*
/usr/bin/runprove

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin