Pass regular expression intact
This commit is contained in:
parent
d71b95892b
commit
57bff13261
@ -2,11 +2,13 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Version: %(echo '%{cpan_version}' | tr _ .)
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Test-Simple
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Test-Simple-%{cpan_version}.tar.gz
|
||||
# https://github.com/schwern/test-more/issues/387
|
||||
Patch0: Test-Simple-0.98_05-Pass-regular-expression-intact.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(base)
|
||||
@ -50,6 +52,7 @@ This package is the CPAN component of the dual-lifed core package Test-Simple.
|
||||
|
||||
%prep
|
||||
%setup -q -n Test-Simple-%{cpan_version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@ -84,6 +87,9 @@ make test
|
||||
%{_mandir}/man3/Test::Tutorial.3pm*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 09 2013 Petr Pisar <ppisar@redhat.com> - 0.98.05-3
|
||||
- Pass regular expression intact
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98.05-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user