1.08 bump
This commit is contained in:
parent
42a3be8efb
commit
bad6a6fa9c
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/Test-Inter-1.05.tar.gz
|
/Test-Inter-1.05.tar.gz
|
||||||
/Test-Inter-1.06.tar.gz
|
/Test-Inter-1.06.tar.gz
|
||||||
/Test-Inter-1.07.tar.gz
|
/Test-Inter-1.07.tar.gz
|
||||||
|
/Test-Inter-1.08.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Test-Inter
|
Name: perl-Test-Inter
|
||||||
Version: 1.07
|
Version: 1.08
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Framework for more readable interactive test scripts
|
Summary: Framework for more readable interactive test scripts
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Test-Inter
|
URL: https://metacpan.org/release/Test-Inter
|
||||||
@ -10,12 +10,14 @@ BuildRequires: coreutils
|
|||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: perl(:VERSION) >= 5.6
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Run-time:
|
# Run-time:
|
||||||
BuildRequires: perl(File::Basename)
|
BuildRequires: perl(File::Basename)
|
||||||
BuildRequires: perl(IO::File)
|
BuildRequires: perl(IO::File)
|
||||||
|
BuildRequires: perl(lib)
|
||||||
# Tests only:
|
# Tests only:
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
BuildRequires: perl(Cwd)
|
BuildRequires: perl(Cwd)
|
||||||
@ -24,6 +26,7 @@ BuildRequires: perl(Test::More)
|
|||||||
# Test::Pod 1.00 not used
|
# Test::Pod 1.00 not used
|
||||||
# Test::Pod::Coverage 1.00 not used
|
# Test::Pod::Coverage 1.00 not used
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
Requires: perl(lib)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is another framework for writing test scripts. It is loosely inspired
|
This is another framework for writing test scripts. It is loosely inspired
|
||||||
@ -35,15 +38,16 @@ replacement.
|
|||||||
chmod -x examples/*
|
chmod -x examples/*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||||
make %{?_smp_mflags}
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
%{make_install}
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
unset RELEASE_TESTING
|
unset RELEASE_TESTING TI_END TI_MODE TI_NOCLEAN TI_QUIET TI_START TI_TESTNUM \
|
||||||
|
TI_WIDTH
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -53,6 +57,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 13 2019 Petr Pisar <ppisar@redhat.com> - 1.08-1
|
||||||
|
- 1.08 bump
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.07-4
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.07-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Test-Inter-1.07.tar.gz) = 8897dd10a625941ac0c6dd6a177642c527d402de3f4446de6cf4bb5115d25191c9725bb6ac3ea4db5bba9ac44c451802dfb23e0bdc4a4e605087a79da66e9aae
|
SHA512 (Test-Inter-1.08.tar.gz) = bcde15bd8b63ec97349e0ceb0b21df8d77057578d993687b57b5761b4c431aae0f42fbd3012ddb67ff557bbb0c2bb709e9163e09fcba3293af8112543a1f056e
|
||||||
|
Loading…
Reference in New Issue
Block a user