diff --git a/Class-ErrorHandler-0.03.tar.gz b/Class-ErrorHandler-0.03.tar.gz deleted file mode 100644 index 9365f67..0000000 --- a/Class-ErrorHandler-0.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f95bff52f60ee325a67c87bd1ce6b21eb2fefad7ddbdff7e1724d834f626e130 -size 10061 diff --git a/Class-ErrorHandler-0.04.tar.gz b/Class-ErrorHandler-0.04.tar.gz new file mode 100644 index 0000000..ca4c5eb --- /dev/null +++ b/Class-ErrorHandler-0.04.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342d2dcfc797a20bee8179b1b96b85c0ae7a5b48827359523cd8c74c3e704502 +size 9821 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Class-ErrorHandler.changes b/perl-Class-ErrorHandler.changes index c2d09b0..8849d51 100644 --- a/perl-Class-ErrorHandler.changes +++ b/perl-Class-ErrorHandler.changes @@ -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 diff --git a/perl-Class-ErrorHandler.spec b/perl-Class-ErrorHandler.spec index ceb515b..3ef1e71 100644 --- a/perl-Class-ErrorHandler.spec +++ b/perl-Class-ErrorHandler.spec @@ -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