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:
committed by
Git OBS Bridge
parent
a1f484f64d
commit
ab1c2f2fc7
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7df8010d2e89a2729a548c6d79b61e3e8cf5933f9b19bbcb74b4d43fffe04248
|
|
||||||
size 13704
|
|
3
Function-Fallback-CoreOrPP-0.07.tar.gz
Normal file
3
Function-Fallback-CoreOrPP-0.07.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a35e57efaacad465df8ce71ac8c4bd697a92812d9d98d5d0bd37f8f9d4a40d0
|
||||||
|
size 15084
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#description: |-
|
||||||
|
# override description from CPAN
|
||||||
|
#summary: override summary from CPAN
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_build: |-
|
||||||
|
# rm unused.files
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 19 09:54:58 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.07
|
||||||
|
see /usr/share/doc/packages/perl-Function-Fallback-CoreOrPP/Changes
|
||||||
|
|
||||||
|
0.07 2016-01-16 (PERLANCAR)
|
||||||
|
|
||||||
|
- Add clone_list().
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 3 12:00:59 UTC 2015 - coolo@suse.com
|
Sun May 3 12:00:59 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Function-Fallback-CoreOrPP
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Function-Fallback-CoreOrPP
|
Name: perl-Function-Fallback-CoreOrPP
|
||||||
Version: 0.06
|
Version: 0.07
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Function-Fallback-CoreOrPP
|
%define cpan_name Function-Fallback-CoreOrPP
|
||||||
Summary: Functions that use non-core XS module but provide pure-Perl/core fallback
|
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
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Function-Fallback-CoreOrPP/
|
Url: http://search.cpan.org/dist/Function-Fallback-CoreOrPP/
|
||||||
Source0: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
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
|
This module helps when you want to bootstrap your Perl application with a
|
||||||
portable, dependency-free Perl script. In a vanilla Perl installation
|
portable, dependency-free Perl script. In a vanilla Perl installation
|
||||||
(having only core modules), you can use the App::FatPacker manpage to
|
(having only core modules), you can use App::FatPacker to include non-core
|
||||||
include non-core pure-Perl dependencies to your script.
|
pure-Perl dependencies to your script.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
Reference in New Issue
Block a user