diff --git a/Test-Inter-1.09.tar.gz b/Test-Inter-1.09.tar.gz deleted file mode 100644 index a2758f7..0000000 Binary files a/Test-Inter-1.09.tar.gz and /dev/null differ diff --git a/Test-Inter-1.10.tar.gz b/Test-Inter-1.10.tar.gz new file mode 100644 index 0000000..8f3c06e Binary files /dev/null and b/Test-Inter-1.10.tar.gz differ diff --git a/perl-Test-Inter.spec b/perl-Test-Inter.spec index 4cf51f7..6126aa7 100644 --- a/perl-Test-Inter.spec +++ b/perl-Test-Inter.spec @@ -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 - 1.10-1 +- Update to 1.10 + * Sat Aug 1 2020 shixuantong - 1.09-2 - Remove %{?dist} in release tag