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:
parent
2e8fab7e8d
commit
b8440dca6d
@ -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>
|
Tue Jul 28 10:46:26 UTC 2020 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,15 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-File-Path
|
Name: perl-File-Path
|
||||||
Version: 2.17
|
Version: 2.170000
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define cpan_version 2.17
|
||||||
|
Provides: perl(File::Path) = 2.170000
|
||||||
#Upstream: James Keenan and Richard Elberger 1995-2020. All rights reserved.
|
#Upstream: James Keenan and Richard Elberger 1995-2020. All rights reserved.
|
||||||
%define cpan_name File-Path
|
%define cpan_name File-Path
|
||||||
Summary: Create or remove directory trees
|
Summary: Create or remove directory trees
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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.
|
depth and to delete an entire directory subtree from the filesystem.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user