Accepting request 304115 from devel:languages:perl
- regenerate using cpanspec.yml OBS-URL: https://build.opensuse.org/request/show/304115 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-NoWarnings?expand=0&rev=23
This commit is contained in:
commit
db205c24c7
18
cpanspec.yml
Normal file
18
cpanspec.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#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: LGPL-2.1+
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: -
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 27 04:57:38 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- regenerate using cpanspec.yml
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 24 15:01:10 UTC 2012 - lars@linux-schulserver.de
|
Mon Dec 24 15:01:10 UTC 2012 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-NoWarnings
|
# spec file for package perl-Test-NoWarnings
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 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
|
||||||
@ -19,21 +19,20 @@
|
|||||||
Name: perl-Test-NoWarnings
|
Name: perl-Test-NoWarnings
|
||||||
Version: 1.04
|
Version: 1.04
|
||||||
Release: 0
|
Release: 0
|
||||||
|
#Upstream: SUSE-Public-Domain
|
||||||
%define cpan_name Test-NoWarnings
|
%define cpan_name Test-NoWarnings
|
||||||
Summary: Make sure you didn't emit any warnings while testing
|
Summary: Make sure you didn't emit any warnings while testing
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
# MANUAL
|
|
||||||
Url: http://search.cpan.org/dist/Test-NoWarnings/
|
Url: http://search.cpan.org/dist/Test-NoWarnings/
|
||||||
Source: http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/%{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(Test::Builder)
|
BuildRequires: perl(Test::Builder) >= 0.86
|
||||||
BuildRequires: perl(Test::Tester) >= 0.107
|
BuildRequires: perl(Test::Tester) >= 0.107
|
||||||
#BuildRequires: perl(Test::NoWarnings)
|
|
||||||
#BuildRequires: perl(Test::NoWarnings::Warning)
|
|
||||||
Requires: perl(Test::Builder) >= 0.86
|
Requires: perl(Test::Builder) >= 0.86
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@ -69,6 +68,6 @@ when any forked children exit.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE MYMETA.json README
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user