forked from pool/perl-XML-LibXML-Simple
Accepting request 540127 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/540127 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML-Simple?expand=0&rev=17
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-XML-LibXML-Simple
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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,20 @@
|
||||
|
||||
|
||||
Name: perl-XML-LibXML-Simple
|
||||
Version: 0.97
|
||||
Version: 0.98
|
||||
Release: 0
|
||||
%define cpan_name XML-LibXML-Simple
|
||||
Summary: XML::LibXML clone of XML::Simple::XMLin()
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/XML-LibXML-Simple/
|
||||
Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Slurp::Tiny)
|
||||
BuildRequires: perl(XML::LibXML) >= 1.64
|
||||
Requires: perl(File::Slurp::Tiny)
|
||||
Requires: perl(XML::LibXML) >= 1.64
|
||||
%{perl_requires}
|
||||
|
||||
@@ -41,6 +39,11 @@ This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the
|
||||
XML::LibXML parser for XML structures, where the original uses plain Perl
|
||||
or SAX parsers.
|
||||
|
||||
*Be warned:* this module thinks to be smart. You may very well shoot
|
||||
yourself in the foot with this DWIMmery. Read the whole manual page at
|
||||
least once before you start using it. If your XML is described in a schema
|
||||
or WSDL, then use XML::Compile for maintainable code.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
|
Reference in New Issue
Block a user