1.05 bump
This commit is contained in:
parent
e5849ed372
commit
127fdae357
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/Test-Inter-1.02.tar.gz
|
||||
/Test-Inter-1.03.tar.gz
|
||||
/Test-Inter-1.04.tar.gz
|
||||
/Test-Inter-1.05.tar.gz
|
||||
|
@ -1,31 +0,0 @@
|
||||
From 50a4e166c68c5cea4aad1216ae94086c2b9b6219 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||||
Date: Wed, 20 Mar 2013 13:40:19 +0100
|
||||
Subject: [PATCH] Do not install examples
|
||||
|
||||
<https://rt.cpan.org/Public/Bug/Display.html?id=84091>.
|
||||
---
|
||||
Build.PL | 7 -------
|
||||
1 file changed, 7 deletions(-)
|
||||
|
||||
diff --git a/Build.PL b/Build.PL
|
||||
index c602291..4b3d49c 100644
|
||||
--- a/Build.PL
|
||||
+++ b/Build.PL
|
||||
@@ -25,13 +25,6 @@ my $build = $class->new(
|
||||
requires => \%requires,
|
||||
build_requires => \%build_mods,
|
||||
sign => 1,
|
||||
- script_files => [
|
||||
- 'examples/is',
|
||||
- 'examples/ok',
|
||||
- 'examples/use_ok',
|
||||
- 'examples/plan',
|
||||
- 'examples/tests',
|
||||
- ],
|
||||
);
|
||||
|
||||
$build->create_build_script;
|
||||
--
|
||||
1.8.1.4
|
||||
|
@ -1,13 +1,11 @@
|
||||
Name: perl-Test-Inter
|
||||
Version: 1.04
|
||||
Version: 1.05
|
||||
Release: 1%{?dist}
|
||||
Summary: Framework for more readable interactive test scripts
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Test-Inter/
|
||||
Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz
|
||||
# Do not install examples into PATH, CPAN RT#84091
|
||||
Patch0: Test-Inter-1.04-Do-not-install-examples.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Module::Build)
|
||||
@ -28,7 +26,6 @@ replacement.
|
||||
|
||||
%prep
|
||||
%setup -q -n Test-Inter-%{version}
|
||||
%patch0 -p1
|
||||
chmod -x examples/*
|
||||
|
||||
%build
|
||||
@ -48,6 +45,9 @@ perl Build.PL installdirs=vendor
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 21 2013 Petr Pisar <ppisar@redhat.com> - 1.05-1
|
||||
- 1.05 bump
|
||||
|
||||
* Wed Mar 20 2013 Petr Pisar <ppisar@redhat.com> - 1.04-1
|
||||
- 1.04 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user