Update to 1.10

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