1.07 bump
This commit is contained in:
parent
8cabb424d8
commit
2e8722715c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/Test-Inter-1.04.tar.gz
|
/Test-Inter-1.04.tar.gz
|
||||||
/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
|
||||||
|
@ -1,18 +1,16 @@
|
|||||||
Name: perl-Test-Inter
|
Name: perl-Test-Inter
|
||||||
Version: 1.06
|
Version: 1.07
|
||||||
Release: 10%{?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
|
||||||
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: http://www.cpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Run-time:
|
# Run-time:
|
||||||
@ -20,6 +18,7 @@ BuildRequires: perl(File::Basename)
|
|||||||
BuildRequires: perl(IO::File)
|
BuildRequires: perl(IO::File)
|
||||||
# Tests only:
|
# Tests only:
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
|
BuildRequires: perl(Cwd)
|
||||||
BuildRequires: perl(Storable) >= 1.01
|
BuildRequires: perl(Storable) >= 1.01
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
# Test::Pod 1.00 not used
|
# Test::Pod 1.00 not used
|
||||||
@ -36,15 +35,15 @@ replacement.
|
|||||||
chmod -x examples/*
|
chmod -x examples/*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
unset RELEASE_TESTING
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -54,6 +53,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 16 2018 Petr Pisar <ppisar@redhat.com> - 1.07-1
|
||||||
|
- 1.07 bump
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.06-10
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.06-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user