8
0

Accepting request 478615 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/478615
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-FindDev?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2017-03-13 06:17:58 +00:00
committed by Git OBS Bridge
parent 7835908582
commit f12dbe89b6
5 changed files with 59 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Path-FindDev
#
# 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,14 +17,15 @@
Name: perl-Path-FindDev
Version: 0.5.2
Version: 0.5.3
Release: 0
%define cpan_name Path-FindDev
Summary: Find a development path somewhere in an upper hierarchy
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Path-FindDev/
Source: http://www.cpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-v%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -34,17 +35,17 @@ BuildRequires: perl(Path::IsDev) >= 0.2.2
BuildRequires: perl(Path::IsDev::Object)
BuildRequires: perl(Path::Tiny) >= 0.054
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More) >= 0.89
Requires: perl(Class::Tiny) >= 0.010
Requires: perl(Path::IsDev) >= 0.2.2
Requires: perl(Path::IsDev::Object)
Requires: perl(Path::Tiny) >= 0.054
Requires: perl(Sub::Exporter)
Recommends: perl(Path::Tiny) >= 0.058
%{perl_requires}
%description
This package is mostly a glue layer around Path::IsDev with a few directory
walking tricks.
This package is mostly a glue layer around 'Path::IsDev' with a few
directory walking tricks.
use Path::FindDev qw( find_dev );
@@ -55,7 +56,7 @@ walking tricks.
}
%prep
%setup -q -n %{cpan_name}-%{version}
%setup -q -n %{cpan_name}-v%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -71,6 +72,7 @@ walking tricks.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog