- Upstream update.
- Remove xt-tests's deps (Upstream doesn't want us to test their works). - Work around rpm-/perl-version conflicts.
This commit is contained in:
parent
0050a3bd1a
commit
0b1855ebe5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
File-Remove-1.42.tar.gz
|
||||
/File-Remove-1.46.tar.gz
|
||||
|
||||
28
File-Remove-1.46.diff
Normal file
28
File-Remove-1.46.diff
Normal file
@ -0,0 +1,28 @@
|
||||
diff -Naur File-Remove-1.46.orig/lib/File/Remove.pm File-Remove-1.46/lib/File/Remove.pm
|
||||
--- File-Remove-1.46.orig/lib/File/Remove.pm 2011-02-18 04:31:02.000000000 +0100
|
||||
+++ File-Remove-1.46/lib/File/Remove.pm 2011-02-18 07:54:53.372007128 +0100
|
||||
@@ -16,8 +16,8 @@
|
||||
|
||||
use File::Path ();
|
||||
use File::Glob ();
|
||||
-use File::Spec 3.2701 ();
|
||||
-use Cwd 3.2701 ();
|
||||
+use File::Spec 3.28 ();
|
||||
+use Cwd 3.28 ();
|
||||
|
||||
sub expand (@) {
|
||||
map { -e $_ ? $_ : File::Glob::bsd_glob($_) } @_;
|
||||
diff -Naur File-Remove-1.46.orig/META.yml File-Remove-1.46/META.yml
|
||||
--- File-Remove-1.46.orig/META.yml 2011-02-18 04:31:21.000000000 +0100
|
||||
+++ File-Remove-1.46/META.yml 2011-02-18 07:54:53.370007098 +0100
|
||||
@@ -21,8 +21,8 @@
|
||||
- t
|
||||
- xt
|
||||
requires:
|
||||
- Cwd: 3.2701
|
||||
- File::Spec: 3.2701
|
||||
+ Cwd: 3.28
|
||||
+ File::Spec: 3.28
|
||||
perl: 5.00503
|
||||
resources:
|
||||
ChangeLog: http://fisheye2.atlassian.com/changelog/cpan/trunk/File-Remove
|
||||
@ -1,27 +1,23 @@
|
||||
Name: perl-File-Remove
|
||||
Version: 1.42
|
||||
Release: 9%{?dist}
|
||||
Version: 1.46
|
||||
Release: 1%{?dist}
|
||||
Summary: Convenience module for removing files and directories
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/File-Remove/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
|
||||
Patch0: File-Remove-1.42.diff
|
||||
# Perl versions are causing havoc to rpm versions
|
||||
Patch0: File-Remove-%{version}.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More) >= 0.42
|
||||
BuildRequires: perl(File::Spec) >= 0.84
|
||||
BuildRequires: perl(File::Spec) >= 3.28
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(File::Glob)
|
||||
|
||||
# For improved tests
|
||||
BuildRequires: perl(Test::Pod) >= 1.26
|
||||
BuildRequires: perl(Test::MinimumVersion) >= 0.008
|
||||
BuildRequires: perl(Test::CPAN::Meta) >= 0.12
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -55,6 +51,11 @@ make test AUTOMATED_TESTING=1
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 18 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.46-1
|
||||
- Upstream update.
|
||||
- Remove xt-tests's deps (Upstream doesn't want us to test their works).
|
||||
- Work around rpm-/perl-version conflicts.
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user