Accepting request 310908 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/310908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Spec-Native?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-06-10 10:43:21 +00:00
committed by Git OBS Bridge
parent ac12a0f194
commit 583ff41cda
5 changed files with 38 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bbb22c53d8cfdd3389f0b4bcf90077847347ef851d297026352eb9e5bb218156
size 15799

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41371dde1ee3b10142286d5e3fd67c2be3d6cdfadc297fc0666d227e8974ec3e
size 20265

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#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_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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jun 7 08:32:34 UTC 2015 - coolo@suse.com
- updated to 1.004
see /usr/share/doc/packages/perl-File-Spec-Native/Changes
1.004 2015-05-25T00:55:14Z
- Update metadata
-------------------------------------------------------------------
Mon Apr 20 20:00:57 UTC 2015 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-File-Spec-Native
Version: 1.003
Version: 1.004
Release: 0
%define cpan_name File-Spec-Native
Summary: Use native OS implementation of File::Spec from a subclass
@@ -25,11 +25,11 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/File-Spec-Native/
Source0: http://www.cpan.org/authors/id/R/RW/RWSTAUNER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
%{perl_requires}
%description