!3 Update to 1.10

From: @starlet-dx 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2023-07-25 12:15:46 +00:00 committed by Gitee
commit f1638116ea
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 13 additions and 4 deletions

Binary file not shown.

BIN
Test-Inter-1.10.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global _empty_manifest_terminate_build 0
Name: perl-Test-Inter
Version: 1.09
Release: 2
Version: 1.10
Release: 1
Summary: Framework for more readable interactive test scripts
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Test-Inter/
Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl >= 0:5.006
@ -19,19 +19,24 @@ BuildRequires: perl(Test::Pod::Coverage) >= 1.00
BuildRequires: perl-generators
Requires: perl(Cwd)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
This is another framework for writing test scripts. Much of the syntax is
loosely inspired by Test::More, and Test::Inter has most of it's
functionality, but it is not a drop-in replacement.
%package help
Summary : Framework for more readable interactive test scripts
Provides: perl-Test-Inter-doc
%description help
This is another framework for writing test scripts. Much of the syntax is
loosely inspired by Test::More, and Test::Inter has most of it's
functionality, but it is not a drop-in replacement.
%prep
%setup -q -n Test-Inter-%{version}
%autosetup -n Test-Inter-%{version} -p1
%build
export PERL_MM_OPT=""
%{__perl} Makefile.PL INSTALLDIRS=vendor
@ -64,6 +69,7 @@ if [ -d usr/lib ];then
fi
popd
mv %{buildroot}/filelist.lst .
%check
make test
@ -78,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Tue Jul 25 2023 yaoxin <yao_xin001@hoperun.com> - 1.10-1
- Update to 1.10
* Sat Aug 1 2020 shixuantong <shixuantong@huawei.com> - 1.09-2
- Remove %{?dist} in release tag