forked from pool/perl-File-Path
Accepting request 823131 from home:tinita:branches:devel:languages:perl
- Fix version (2.17 vs. 2.170000) OBS-URL: https://build.opensuse.org/request/show/823131 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Path?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 28 10:46:26 UTC 2020 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- Fix version (2.17 vs. 2.170000)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 23 10:33:48 UTC 2020 - Pedro Monreal <pmonreal@suse.com>
|
Thu Jul 23 10:33:48 UTC 2020 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
@@ -16,17 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define cpan_version 2.17
|
|
||||||
%define cpan_name File-Path
|
|
||||||
Name: perl-File-Path
|
Name: perl-File-Path
|
||||||
Version: 2.170000
|
Version: 2.17
|
||||||
Release: 0
|
Release: 0
|
||||||
|
#Upstream: James Keenan and Richard Elberger 1995-2020. All rights reserved.
|
||||||
|
%define cpan_name File-Path
|
||||||
Summary: Create or remove directory trees
|
Summary: Create or remove directory trees
|
||||||
# Upstream: James Keenan AND Richard Elberger 1995-2020. All rights reserved.
|
|
||||||
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}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -39,7 +38,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}-%{cpan_version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user