1.06 bump
This commit is contained in:
parent
cf75c633ff
commit
b7f597be9c
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/Test-Inter-1.03.tar.gz
|
||||
/Test-Inter-1.04.tar.gz
|
||||
/Test-Inter-1.05.tar.gz
|
||||
/Test-Inter-1.06.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Inter
|
||||
Version: 1.05
|
||||
Release: 5%{?dist}
|
||||
Version: 1.06
|
||||
Release: 1%{?dist}
|
||||
Summary: Framework for more readable interactive test scripts
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -8,15 +8,16 @@ URL: http://search.cpan.org/dist/Test-Inter/
|
||||
Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(IO::File)
|
||||
# Tests only:
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||
BuildRequires: perl(Test::More)
|
||||
# Test::Pod 1.00 not used
|
||||
# Test::Pod::Coverage 1.00 not used
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -29,22 +30,27 @@ replacement.
|
||||
chmod -x examples/*
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
./Build test
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc ChangeLog LICENSE README TODO examples
|
||||
%license LICENSE
|
||||
%doc Changes README examples
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2015 Petr Pisar <ppisar@redhat.com> - 1.06-1
|
||||
- 1.06 bump
|
||||
|
||||
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.05-5
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user