forked from pool/perl-File-Remove
Accepting request 149929 from home:computersalat:devel:perl
update to 1.52 OBS-URL: https://build.opensuse.org/request/show/149929 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Remove?expand=0&rev=30
This commit is contained in:
committed by
Git OBS Bridge
parent
3ab4abab87
commit
a962df1033
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-Remove
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-File-Remove
|
||||
Version: 1.51
|
||||
Version: 1.52
|
||||
Release: 0
|
||||
%define cpan_name File-Remove
|
||||
Summary: Remove files and directories
|
||||
@@ -25,19 +25,20 @@ License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/File-Remove/
|
||||
Source: http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
|
||||
BuildRequires: perl(Cwd) >= 3.27.01
|
||||
BuildRequires: perl(File::Spec) >= 3.27.01
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Cwd) >= 3.29
|
||||
BuildRequires: perl(File::Spec) >= 3.29
|
||||
Requires: perl(Cwd) >= 3.29
|
||||
Requires: perl(File::Spec) >= 3.29
|
||||
%{perl_requires}
|
||||
|
||||
%if 0%{?suse_version} <= 1110
|
||||
BuildRequires: perl-PathTools
|
||||
Requires: perl-PathTools
|
||||
%endif
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Requires: perl(Cwd) >= 3.27.01
|
||||
Requires: perl(File::Spec) >= 3.27.01
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
*File::Remove::remove* removes files and directories. It acts like
|
||||
|
Reference in New Issue
Block a user