File perl-XML-SimpleObject-LibXML.spec of Package perl-XML-SimpleObject-LibXML

#
# spec file for package perl-XML-SimpleObject-LibXML (Version 0.60)
#
# Copyright (c) 2010 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-SimpleObject-LibXML
Summary:        Perl extension allowing a simple(r) object representation of an XML::LibXML DOM object
Version:        0.60
Release:        109
Group:          Development/Libraries/Perl
License:        Artistic
BuildRequires:  perl perl-macros
Url:            http://www.cpan.org/modules/by-module/XML/
Source:         %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}

%description
This is a short and simple class allowing simple object access to a
parsed XML::LibXML tree, with methods for fetching children and
attributes in as clean a manner as possible.



%prep
%setup -q

%build
perl Makefile.PL
make %{?_smp_mflags}
make test

%install
%perl_make_install
%perl_process_packlist

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README Changes MANIFEST
%doc %{_mandir}/man3/XML::SimpleObject::LibXML*.gz
%{perl_vendorarch}/auto/XML/SimpleObject/LibXML*
%{perl_vendorarch}/auto/XML
%{perl_vendorlib}/XML/SimpleObject/LibXML*
%{perl_vendorlib}/XML

%changelog
openSUSE Build Service is sponsored by