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.03.tar.gz
|
||||||
/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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Test-Inter
|
Name: perl-Test-Inter
|
||||||
Version: 1.05
|
Version: 1.06
|
||||||
Release: 5%{?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
|
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
|
Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||||
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)
|
||||||
# Tests only:
|
# Tests only:
|
||||||
BuildRequires: perl(Test::Pod) >= 1.00
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
# Test::Pod 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))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -29,22 +30,27 @@ replacement.
|
|||||||
chmod -x examples/*
|
chmod -x examples/*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL installdirs=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
./Build
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%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/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc ChangeLog LICENSE README TODO examples
|
%license LICENSE
|
||||||
|
%doc Changes README examples
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.05-5
|
||||||
- Perl 5.20 rebuild
|
- Perl 5.20 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user