forked from pool/perl-Config-GitLike
Accepting request 297421 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/297421 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
e9b9957229
commit
5fde57a266
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da84ed50f042c6462ff9e0f0b7ccfba6c71a584c6409d4a2d62cbc1c0717529f
|
|
||||||
size 48821
|
|
3
Config-GitLike-1.16.tar.gz
Normal file
3
Config-GitLike-1.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:48c7f7e71405219582a96e5266cbec51c0ff3ec4bf0bb6db1fd12725ee23fe8f
|
||||||
|
size 49812
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
#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
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 16 20:54:07 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.16
|
||||||
|
see /usr/share/doc/packages/perl-Config-GitLike/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 6 17:49:11 UTC 2013 - coolo@suse.com
|
Tue Aug 6 17:49:11 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Config-GitLike
|
# spec file for package perl-Config-GitLike
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 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,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Config-GitLike
|
Name: perl-Config-GitLike
|
||||||
Version: 1.12
|
Version: 1.16
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Config-GitLike
|
%define cpan_name Config-GitLike
|
||||||
Summary: git-compatible config file parsing
|
Summary: Git-Compatible Config File Parsing
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Config-GitLike/
|
Url: http://search.cpan.org/dist/Config-GitLike/
|
||||||
Source: http://www.cpan.org/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/A/AL/ALEXMV/%{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
|
||||||
@@ -32,16 +33,6 @@ BuildRequires: perl-macros
|
|||||||
BuildRequires: perl(Moo)
|
BuildRequires: perl(Moo)
|
||||||
BuildRequires: perl(MooX::Types::MooseLike)
|
BuildRequires: perl(MooX::Types::MooseLike)
|
||||||
BuildRequires: perl(Test::Exception)
|
BuildRequires: perl(Test::Exception)
|
||||||
#BuildRequires: perl(Config::GitLike)
|
|
||||||
#BuildRequires: perl(inc::Module::Install)
|
|
||||||
#BuildRequires: perl(JSON)
|
|
||||||
#BuildRequires: perl(LWP::Simple)
|
|
||||||
#BuildRequires: perl(Module::Build)
|
|
||||||
#BuildRequires: perl(Module::Install::Base)
|
|
||||||
#BuildRequires: perl(MooX::Types::MooseLike::Base)
|
|
||||||
#BuildRequires: perl(Parse::CPAN::Meta)
|
|
||||||
#BuildRequires: perl(TestConfig)
|
|
||||||
#BuildRequires: perl(YAML::Tiny)
|
|
||||||
Requires: perl(Moo)
|
Requires: perl(Moo)
|
||||||
Requires: perl(MooX::Types::MooseLike)
|
Requires: perl(MooX::Types::MooseLike)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
Reference in New Issue
Block a user