diff --git a/Log-Dispatch-Array-1.001.tar.gz b/Log-Dispatch-Array-1.001.tar.gz deleted file mode 100644 index 6e1fc2f..0000000 --- a/Log-Dispatch-Array-1.001.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78f00ed5b0fdcae3cdcfc83b98f72893178ddaa5486e5071894845bbeab32344 -size 21296 diff --git a/Log-Dispatch-Array-1.002.tar.gz b/Log-Dispatch-Array-1.002.tar.gz new file mode 100644 index 0000000..3f05fda --- /dev/null +++ b/Log-Dispatch-Array-1.002.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268ec720eec3651d3dadcad7d16f033b47f883c72d6f2547c4ccbe7fb22a4940 +size 13089 diff --git a/perl-Log-Dispatch-Array.changes b/perl-Log-Dispatch-Array.changes index ccedd96..e491011 100644 --- a/perl-Log-Dispatch-Array.changes +++ b/perl-Log-Dispatch-Array.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 27 11:58:37 UTC 2013 - coolo@suse.com + +- updated to 1.002 + repackage, update bugtracker + ------------------------------------------------------------------- Wed Dec 1 13:33:20 UTC 2010 - coolo@novell.com diff --git a/perl-Log-Dispatch-Array.spec b/perl-Log-Dispatch-Array.spec index 061e281..66b3f1f 100644 --- a/perl-Log-Dispatch-Array.spec +++ b/perl-Log-Dispatch-Array.spec @@ -1,8 +1,7 @@ -# vim: set sw=4 ts=4 et nu: # # spec file for package perl-Log-Dispatch-Array # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,56 +14,51 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: perl-Log-Dispatch-Array -Version: 1.001 +Version: 1.002 Release: 0 -Summary: Log events to an array +%define cpan_name Log-Dispatch-Array +Summary: log events to an array (reference) License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Log-Dispatch-Array-%{version}.tar.gz -Url: http://search.cpan.org/dist/Log-Dispatch-Array +Url: http://search.cpan.org/dist/Log-Dispatch-Array/ +Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} -BuildRequires: make BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Log::Dispatch::Output) BuildRequires: perl(Test::Deep) +BuildRequires: perl(Test::More) >= 0.96 +BuildRequires: perl(parent) Requires: perl(Log::Dispatch::Output) +Requires: perl(parent) +%{perl_requires} %description This provides a Log::Dispatch log output system that appends logged events -to an array reference. This is probably only useful for testing the -logging of your code. +to an array reference. This is probably only useful for testing the logging +of your code. %prep -%setup -q -n "Log-Dispatch-Array-%{version}" -%__sed -i '/^auto_install/d' Makefile.PL +%setup -q -n %{cpan_name}-%{version} %build -%__perl Makefile.PL PREFIX="%{_prefix}" -%__make %{?jobs:-j%{jobs}} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} + +%check +%{__make} test %install %perl_make_install %perl_process_packlist +%perl_gen_filelist -%check -%__make test - -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - -%files -%defattr(-,root,root) -%doc Changes README -%dir %{perl_vendorlib}/Log -%dir %{perl_vendorlib}/Log/Dispatch -%{perl_vendorlib}/Log/Dispatch/Array.pm -%dir %{perl_vendorarch}/auto/Log -%dir %{perl_vendorarch}/auto/Log/Dispatch -%{perl_vendorarch}/auto/Log/Dispatch/Array -%doc %{perl_man3dir}/Log::Dispatch::Array.%{perl_man3ext}%{ext_man} +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes LICENSE README %changelog