commit
9583b58af9
@ -1,28 +0,0 @@
|
|||||||
From a027043170603c360605dd2129dbf37b9fd820d8 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
|
||||||
Date: Wed, 10 Dec 2014 13:12:47 +0100
|
|
||||||
Subject: [PATCH] Do not sleep in Makefile.PL
|
|
||||||
MIME-Version: 1.0
|
|
||||||
Content-Type: text/plain; charset=UTF-8
|
|
||||||
Content-Transfer-Encoding: 8bit
|
|
||||||
|
|
||||||
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
|
||||||
---
|
|
||||||
Makefile.PL | 1 -
|
|
||||||
1 file changed, 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/Makefile.PL b/Makefile.PL
|
|
||||||
index fe093bd..b9cd6ea 100644
|
|
||||||
--- a/Makefile.PL
|
|
||||||
+++ b/Makefile.PL
|
|
||||||
@@ -105,7 +105,6 @@ sub _scripts {
|
|
||||||
###############################################################
|
|
||||||
|
|
||||||
WARNING
|
|
||||||
- sleep 10;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return @scripts;
|
|
||||||
--
|
|
||||||
1.9.3
|
|
||||||
|
|
||||||
@ -1,12 +1,11 @@
|
|||||||
%global perl_package_name Archive-Tar
|
%global perl_package_name Archive-Tar
|
||||||
Name: perl-Archive-Tar
|
Name: perl-Archive-Tar
|
||||||
Version: 2.30
|
Version: 2.30
|
||||||
Release: 420
|
Release: 421
|
||||||
Summary: A module for manipulations of tar archives
|
Summary: A module for manipulations of tar archives
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/pod/release/BINGOS/Archive-Tar-2.30/lib/Archive/Tar.pm
|
URL: https://metacpan.org/pod/release/BINGOS/Archive-Tar-2.30/lib/Archive/Tar.pm
|
||||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{perl_package_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{perl_package_name}-%{version}.tar.gz
|
||||||
Patch0: Archive-Tar-2.02-Do-not-sleep-in-Makefile.PL.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: gcc git make
|
BuildRequires: gcc git make
|
||||||
@ -62,6 +61,12 @@ make test
|
|||||||
%{_mandir}/man{1/*,3/*}
|
%{_mandir}/man{1/*,3/*}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.30-421
|
||||||
|
- Type: enhancement
|
||||||
|
- ID: NA
|
||||||
|
- SUG: NA
|
||||||
|
- DESC: remove unnecessary files
|
||||||
|
|
||||||
* Fri Sep 27 2019 shenyangyang<shenyangyang4@huawei.com> - 2.30-420
|
* Fri Sep 27 2019 shenyangyang<shenyangyang4@huawei.com> - 2.30-420
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user