forked from pool/perl-Log-Any
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Any?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
4fa3b68af6
commit
77079ef029
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 07:35:13 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.15
|
||||
* Fixes
|
||||
- Hide 'package Log::Any::Adapter' from PAUSE/Module::Metadata - miyagawa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 14:51:46 UTC 2011 - coolo@suse.de
|
||||
|
||||
|
||||
+12
-12
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Log-Any
|
||||
#
|
||||
# Copyright (c) 2011 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
|
||||
@@ -17,21 +17,26 @@
|
||||
|
||||
|
||||
Name: perl-Log-Any
|
||||
Version: 0.14
|
||||
Version: 0.15
|
||||
Release: 0
|
||||
%define cpan_name Log-Any
|
||||
Summary: Bringing loggers and listeners together
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Log-Any/
|
||||
Source: http://www.cpan.org/authors/id/J/JS/JSWARTZ/%{cpan_name}-%{version}.tar.gz
|
||||
Patch0: noprovides.diff
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl(Test::More)
|
||||
#BuildRequires: perl(Capture::Tiny)
|
||||
#BuildRequires: perl(Log::Any)
|
||||
#BuildRequires: perl(Log::Any::Adapter)
|
||||
#BuildRequires: perl(Log::Any::Adapter::Core)
|
||||
#BuildRequires: perl(Log::Any::Adapter::Null)
|
||||
#BuildRequires: perl(Log::Any::Adapter::Test)
|
||||
#BuildRequires: perl(Log::Any::Test)
|
||||
#BuildRequires: perl(Log::Dispatch)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -50,7 +55,6 @@ Log::Any::Adapter.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
@@ -62,14 +66,10 @@ Log::Any::Adapter.
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
find %{buildroot} -name "*.orig" -exec rm -f {} \;
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
%doc Changes LICENSE README tidyall.ini
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce8913f581ace807ceb36c041ff33469afbbb170d5275a6689e407b7b4629878
|
||||
size 19140
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbb24743d1b61debc490cb41f8f3f1e865379c8b52dacb419f10ff03d02b1cb2
|
||||
size 17537
|
||||
Reference in New Issue
Block a user