Accepting request 315670 from home:dsterba:branches:devel:languages:perl
- fix build failure (add missing module deps) OBS-URL: https://build.opensuse.org/request/show/315670 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XHTML-MediaWiki?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
d0cc9a46bd
commit
249fab44c3
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 00:00:00 CEST 2015 - dsterba@suse.cz
|
||||
|
||||
- fix build failure (add missing module deps)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 23 01:11:09 CEST 2014 - dsterba@suse.cz
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-XHTML-MediaWiki
|
||||
#
|
||||
# Copyright (c) 2014 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
|
||||
@@ -29,13 +29,16 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CGI)
|
||||
BuildRequires: perl(HTML::Parser)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Params::Validate) >= 0.85
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Pod::Coverage)
|
||||
BuildRequires: perl(Test::XML)
|
||||
BuildRequires: perl(URI::Escape)
|
||||
#BuildRequires: perl(Test::CheckChanges)
|
||||
#BuildRequires: perl(Test::Exception)
|
||||
#BuildRequires: perl(XHTML::MediaWiki)
|
||||
#BuildRequires: perl(XHTML::MediaWiki::Block)
|
||||
#BuildRequires: perl(XHTML::MediaWiki::Block::Nested)
|
||||
|
Reference in New Issue
Block a user