# # spec file for package perl-XML-Simple # # Copyright (c) 2014 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: perl-XML-Simple Version: 2.20 Release: 0 %define cpan_name XML-Simple Summary: Easily read/write XML (esp config files) License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/XML-Simple/ Source: http://www.cpan.org/authors/id/G/GR/GRANTM/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(XML::NamespaceSupport) >= 1.04 BuildRequires: perl(XML::SAX) >= 0.15 BuildRequires: perl(XML::SAX::Expat) Requires: perl(XML::NamespaceSupport) >= 1.04 Requires: perl(XML::SAX) >= 0.15 Requires: perl(XML::SAX::Expat) %{perl_requires} %description The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules). Two functions are exported: 'XMLin()' and 'XMLout()'. Note: you can explicity request the lower case versions of the function names: 'xml_in()' and 'xml_out()'. The simplest approach is to call these two functions directly, but an optional object oriented interface (see the "OPTIONAL OO INTERFACE" manpage below) allows them to be called as methods of an *XML::Simple* object. The object interface can also be used at either end of a SAX pipeline. %prep %setup -q -n %{cpan_name}-%{version} find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check %{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) %doc Changes LICENSE README %changelog