Upstream update.
- Remove File-Remove-1.51.diff. - BR: perl(File::Spec) >= 3.29.
This commit is contained in:
parent
8d252da769
commit
5f4ba1ad50
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/File-Remove-1.51.tar.gz
|
||||
/File-Remove-1.52.tar.gz
|
||||
|
||||
@ -1,28 +0,0 @@
|
||||
diff -Naur File-Remove-1.51.orig/lib/File/Remove.pm File-Remove-1.51/lib/File/Remove.pm
|
||||
--- File-Remove-1.51.orig/lib/File/Remove.pm 2011-10-27 02:25:40.000000000 +0200
|
||||
+++ File-Remove-1.51/lib/File/Remove.pm 2011-11-25 15:01:22.733099414 +0100
|
||||
@@ -14,8 +14,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 ();
|
||||
|
||||
# $debug variable must be set before loading File::Remove.
|
||||
# Convert to a constant to allow debugging code to be pruned out.
|
||||
diff -Naur File-Remove-1.51.orig/META.yml File-Remove-1.51/META.yml
|
||||
--- File-Remove-1.51.orig/META.yml 2011-10-27 02:26:14.000000000 +0200
|
||||
+++ File-Remove-1.51/META.yml 2011-11-25 15:01:22.733099414 +0100
|
||||
@@ -22,8 +22,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,19 +1,17 @@
|
||||
Name: perl-File-Remove
|
||||
Version: 1.51
|
||||
Release: 2%{?dist}
|
||||
Version: 1.52
|
||||
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
|
||||
# Perl versions are causing havoc to rpm versions
|
||||
Patch0: File-Remove-%{version}.diff
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More) >= 0.42
|
||||
BuildRequires: perl(File::Spec) >= 3.28
|
||||
BuildRequires: perl(File::Spec) >= 3.29
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(File::Glob)
|
||||
|
||||
@ -24,7 +22,6 @@ BuildArch: noarch
|
||||
|
||||
%prep
|
||||
%setup -q -n File-Remove-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
@ -40,12 +37,16 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
make test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README LICENSE
|
||||
%{perl_vendorlib}/File
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 20 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.52-1
|
||||
- Upstream update.
|
||||
- Remove File-Remove-1.51.diff.
|
||||
- BR: perl(File::Spec) >= 3.29.
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.51-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user