Accepting request 354739 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/354739
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Function-Fallback-CoreOrPP?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2016-01-19 15:26:53 +00:00
committed by Git OBS Bridge
parent a1f484f64d
commit ab1c2f2fc7
5 changed files with 46 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Function-Fallback-CoreOrPP
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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,7 +17,7 @@
Name: perl-Function-Fallback-CoreOrPP
Version: 0.06
Version: 0.07
Release: 0
%define cpan_name Function-Fallback-CoreOrPP
Summary: Functions that use non-core XS module but provide pure-Perl/core fallback
@@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Function-Fallback-CoreOrPP/
Source0: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -44,8 +45,8 @@ or pure-Perl modules when the non-core XS module is not available.
This module helps when you want to bootstrap your Perl application with a
portable, dependency-free Perl script. In a vanilla Perl installation
(having only core modules), you can use the App::FatPacker manpage to
include non-core pure-Perl dependencies to your script.
(having only core modules), you can use App::FatPacker to include non-core
pure-Perl dependencies to your script.
%prep
%setup -q -n %{cpan_name}-%{version}