forked from pool/perl-ExtUtils-LibBuilder
Accepting request 335875 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/335875 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-LibBuilder?expand=0&rev=8
This commit is contained in:
parent
c7803a9b7f
commit
4a53187870
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f05bd6e211efd3e53d02c75819b4496ab5ca822b2b17623c51e12393bee2bf33
|
|
||||||
size 5767
|
|
3
ExtUtils-LibBuilder-0.07.tar.gz
Normal file
3
ExtUtils-LibBuilder-0.07.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ecd5f9db07d19723aaf503422f9bd80e5c394a512fe31184becb7de29c8e9a1
|
||||||
|
size 5914
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal 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
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 2 09:03:39 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.07
|
||||||
|
see /usr/share/doc/packages/perl-ExtUtils-LibBuilder/Changes
|
||||||
|
|
||||||
|
0.07 Mon Sep 28 14:53:40 WEST 2015
|
||||||
|
- Added minimum required Perl Version (kwalitee++).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 19 12:15:47 UTC 2014 - coolo@suse.com
|
Fri Sep 19 12:15:47 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-ExtUtils-LibBuilder
|
# spec file for package perl-ExtUtils-LibBuilder
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 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,20 +17,21 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-ExtUtils-LibBuilder
|
Name: perl-ExtUtils-LibBuilder
|
||||||
Version: 0.06
|
Version: 0.07
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name ExtUtils-LibBuilder
|
%define cpan_name ExtUtils-LibBuilder
|
||||||
Summary: A tool to build C libraries.
|
Summary: Tool to Build C Libraries
|
||||||
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/ExtUtils-LibBuilder/
|
Url: http://search.cpan.org/dist/ExtUtils-LibBuilder/
|
||||||
Source: http://www.cpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/A/AM/AMBS/%{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
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::CBuilder) >= 0.23
|
BuildRequires: perl(ExtUtils::CBuilder) >= 0.23
|
||||||
BuildRequires: perl(Module::Build) >= 0.42
|
BuildRequires: perl(Module::Build) >= 0.420000
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user