8
0

Accepting request 500512 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/500512
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Path?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2017-06-20 06:35:19 +00:00
committed by Git OBS Bridge
parent c2b3467c19
commit e3bd9409cf
4 changed files with 63 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Path
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX 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,16 +17,16 @@
Name: perl-File-Path
Version: 2.120000
Version: 2.130000
Release: 0
%define cpan_version 2.12
Provides: perl(File::Path) = 2.120000
%define cpan_version 2.13
Provides: perl(File::Path) = 2.130000
%define cpan_name File-Path
Summary: Create or remove directory trees
License: Artistic-1.0 or GPL-1.0+
License: James Keenan and Richard Elberger 1995-2017. All rights reserved.
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/File-Path/
Source0: http://www.cpan.org/authors/id/R/RI/RICHE/%{cpan_name}-%{cpan_version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -35,12 +35,11 @@ BuildRequires: perl-macros
%{perl_requires}
%description
This module provide a convenient way to create directories of arbitrary
This module provides a convenient way to create directories of arbitrary
depth and to delete an entire directory subtree from the filesystem.
%prep
%setup -q -n %{cpan_name}-%{cpan_version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor