Accepting request 823562 from home:tinita:branches:devel:languages:perl

- Revert last change as requested (2.17 -> 2.170000)

OBS-URL: https://build.opensuse.org/request/show/823562
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Path?expand=0&rev=18
This commit is contained in:
Dirk Stoecker 2020-08-03 12:23:41 +00:00 committed by Git OBS Bridge
parent 2e8fab7e8d
commit b8440dca6d
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 30 10:38:28 UTC 2020 - Tina Müller <tina.mueller@suse.com>
- Revert last change as requested (2.17 -> 2.170000)
-------------------------------------------------------------------
Tue Jul 28 10:46:26 UTC 2020 - Tina Müller <tina.mueller@suse.com>

View File

@ -17,15 +17,17 @@
Name: perl-File-Path
Version: 2.17
Version: 2.170000
Release: 0
%define cpan_version 2.17
Provides: perl(File::Path) = 2.170000
#Upstream: James Keenan and Richard Elberger 1995-2020. All rights reserved.
%define cpan_name File-Path
Summary: Create or remove directory trees
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/%{cpan_name}-%{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
@ -38,7 +40,7 @@ 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}-%{version}
%setup -q -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor