forked from pool/perl-Class-ErrorHandler
Accepting request 306304 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/306304 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-ErrorHandler?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f95bff52f60ee325a67c87bd1ce6b21eb2fefad7ddbdff7e1724d834f626e130
|
||||
size 10061
|
3
Class-ErrorHandler-0.04.tar.gz
Normal file
3
Class-ErrorHandler-0.04.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:342d2dcfc797a20bee8179b1b96b85c0ae7a5b48827359523cd8c74c3e704502
|
||||
size 9821
|
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,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 07:55:29 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.04
|
||||
see /usr/share/doc/packages/perl-Class-ErrorHandler/Changes
|
||||
|
||||
0.04 2015-05-10T22:08:23Z
|
||||
|
||||
- use EU::MM
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 14:39:47 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Class-ErrorHandler
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,22 +17,19 @@
|
||||
|
||||
|
||||
Name: perl-Class-ErrorHandler
|
||||
Version: 0.03
|
||||
Version: 0.04
|
||||
Release: 0
|
||||
%define cpan_name Class-ErrorHandler
|
||||
Summary: Base class for error handling
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Class-ErrorHandler/
|
||||
Source: http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CPAN::Meta)
|
||||
BuildRequires: perl(CPAN::Meta::Prereqs)
|
||||
BuildRequires: perl(Module::Build) >= 0.38
|
||||
#BuildRequires: perl(Class::ErrorHandler)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -55,18 +52,19 @@ both class methods and object methods.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes cpanfile LICENSE README.md
|
||||
%doc Changes LICENSE minil.toml README.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user