Accepting request 417221 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/417221 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Slurper?expand=0&rev=3
This commit is contained in:
parent
24920db235
commit
7238262aa1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10f685140e2cebdd0381f24b010b028f9ca2574361a78f99f4dfe87af5d5d233
|
||||
size 14760
|
3
File-Slurper-0.009.tar.gz
Normal file
3
File-Slurper-0.009.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3eab340deff6ba5456e7d1156b9cfcc387e1243acfc156ff92b75b3f2e120b91
|
||||
size 15858
|
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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 6 05:26:47 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.009
|
||||
see /usr/share/doc/packages/perl-File-Slurper/Changes
|
||||
|
||||
0.009 2016-08-05 18:26:58+02:00 Europe/Amsterdam
|
||||
Load PerlIO::encoding before localizing $PerlIO::encoding::fallback
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 07:10:09 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-Slurper
|
||||
#
|
||||
# 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-File-Slurper
|
||||
Version: 0.008
|
||||
Version: 0.009
|
||||
Release: 0
|
||||
%define cpan_name File-Slurper
|
||||
Summary: Simple, Sane and Efficient Module to Slurp a File
|
||||
@ -25,10 +25,12 @@ License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/File-Slurper/
|
||||
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::Warnings)
|
||||
Recommends: perl(PerlIO::utf8_strict)
|
||||
%{perl_requires}
|
||||
|
||||
@ -38,6 +40,7 @@ All functions are optionally exported.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
|
Loading…
Reference in New Issue
Block a user