2007-01-15 23:32:11 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-XML-DOM (Version 1.44)
|
|
|
|
#
|
2010-01-11 15:22:15 +00:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:32:11 +00:00
|
|
|
#
|
2009-01-16 00:51:50 +00:00
|
|
|
# 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.
|
|
|
|
|
2007-01-15 23:32:11 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2009-01-16 00:51:50 +00:00
|
|
|
|
2007-01-15 23:32:11 +00:00
|
|
|
Name: perl-XML-DOM
|
|
|
|
BuildRequires: perl-Parse-Yapp perl-XML-RegExp perl-libwww-perl perl-libxml-perl
|
|
|
|
Version: 1.44
|
2010-01-11 15:22:15 +00:00
|
|
|
Release: 145
|
2007-01-15 23:32:11 +00:00
|
|
|
Requires: perl-XML-RegExp perl-libwww-perl
|
|
|
|
Provides: p_xmldom XML-DOM
|
|
|
|
Obsoletes: p_xmldom
|
2009-01-16 00:51:50 +00:00
|
|
|
AutoReqProv: on
|
2007-01-15 23:32:11 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2010-01-11 15:22:15 +00:00
|
|
|
License: Artistic
|
2009-01-16 00:51:50 +00:00
|
|
|
Url: http://cpan.org/modules/by-module/XML/
|
2007-01-15 23:32:11 +00:00
|
|
|
Summary: Perl Extension to XML::Parser
|
|
|
|
Source: XML-DOM-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
http://www.w3.org/DOM/
|
|
|
|
|
|
|
|
This is a Perl extension to XML::Parser. It adds a new 'Style' to
|
|
|
|
XML::Parser, called 'Dom,' that allows XML::Parser to build an Object
|
|
|
|
Oriented datastructure with a DOM Level 1 compliant interface.
|
|
|
|
|
|
|
|
This is a beta version and although there will not be any major API
|
|
|
|
changes, minor changes may occur as we get feedback from the people on
|
|
|
|
the perl-xml mailing list. [You can subscribe to this list by sending a
|
|
|
|
message to subscribe-perl-xml@lyris.activestate.com.]
|
|
|
|
|
|
|
|
For documentation read the manpages XML::Dom and XML::DOM::UTF8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Enno Derksen <enno@att.com>
|
|
|
|
Clark Cooper <coopercc@netheaven.com>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n XML-DOM-%{version} -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
2010-01-11 15:22:15 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-01-15 23:32:11 +00:00
|
|
|
mv t/dom_jp_print.t t/dom_jp_print.tt # test rejected due to problems with UTF-8
|
2009-01-16 00:51:50 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
2007-01-15 23:32:11 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc BUGS Changes FAQ.xml README samples
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
%{perl_vendorarch}/auto/XML-DOM
|
|
|
|
%{perl_vendorlib}/XML
|
|
|
|
/var/adm/perl-modules/perl-XML-DOM
|
|
|
|
|
2009-01-16 00:51:50 +00:00
|
|
|
%changelog
|