2007-01-15 23:32:11 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-XML-DOM (Version 1.44)
|
|
|
|
#
|
2009-01-16 00:51:50 +00:00
|
|
|
# Copyright (c) 2009 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
|
2009-01-16 00:51:50 +00:00
|
|
|
Release: 143
|
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
|
|
|
|
License: Artistic License
|
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
|
|
|
|
make
|
|
|
|
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
|
|
|
|
* Thu Jan 15 2009 anicka@suse.cz
|
|
|
|
- do not ignore test results (bnc#465994)
|
|
|
|
* Thu Feb 09 2006 anicka@suse.cz
|
2007-01-15 23:32:11 +00:00
|
|
|
- require perl-libwww-perl (#149416)
|
2009-01-16 00:51:50 +00:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-15 23:32:11 +00:00
|
|
|
- converted neededforbuild to BuildRequires
|
2009-01-16 00:51:50 +00:00
|
|
|
* Mon Aug 01 2005 mjancar@suse.cz
|
2007-01-15 23:32:11 +00:00
|
|
|
- update to 1.44
|
2009-01-16 00:51:50 +00:00
|
|
|
* Tue Mar 01 2005 mjancar@suse.cz
|
2007-01-15 23:32:11 +00:00
|
|
|
- require perl-XML-RegExp
|
2009-01-16 00:51:50 +00:00
|
|
|
* Mon Aug 16 2004 ro@suse.de
|
2007-01-15 23:32:11 +00:00
|
|
|
- ignore testsuite output for the moment
|
|
|
|
to build dependant packages
|
2009-01-16 00:51:50 +00:00
|
|
|
* Thu Feb 26 2004 mjancar@suse.cz
|
2007-01-15 23:32:11 +00:00
|
|
|
- update to 1.43
|
2009-01-16 00:51:50 +00:00
|
|
|
* Sat Jan 10 2004 adrian@suse.de
|
2007-01-15 23:32:11 +00:00
|
|
|
- build as user
|
2009-01-16 00:51:50 +00:00
|
|
|
* Fri Jul 18 2003 poeml@suse.de
|
2007-01-15 23:32:11 +00:00
|
|
|
- use install_vendor and new %%perl_process_packlist macro
|
2009-01-16 00:51:50 +00:00
|
|
|
* Mon Jun 16 2003 mjancar@suse.cz
|
2007-01-15 23:32:11 +00:00
|
|
|
- fix filelist
|
2009-01-16 00:51:50 +00:00
|
|
|
* Mon May 19 2003 ro@suse.de
|
2007-01-15 23:32:11 +00:00
|
|
|
- remove perllocal.pod
|
2009-01-16 00:51:50 +00:00
|
|
|
* Fri Dec 27 2002 prehak@suse.cz
|
2007-01-15 23:32:11 +00:00
|
|
|
- updated to version 1.42
|
|
|
|
- reenabled make test except fot one test
|
2009-01-16 00:51:50 +00:00
|
|
|
* Wed Jul 31 2002 mls@suse.de
|
2007-01-15 23:32:11 +00:00
|
|
|
- disable 'make test' for now as unicode stuff seems to be
|
|
|
|
incompatible with perl-5.8.0. Waiting for new release...
|
2009-01-16 00:51:50 +00:00
|
|
|
* Tue Jul 23 2002 prehak@suse.cz
|
2007-01-15 23:32:11 +00:00
|
|
|
- update to version 1.39
|
|
|
|
- enabled make test
|
2009-01-16 00:51:50 +00:00
|
|
|
* Tue Jul 02 2002 mls@suse.de
|
2007-01-15 23:32:11 +00:00
|
|
|
- remove race in .packlist generation
|
2009-01-16 00:51:50 +00:00
|
|
|
* Tue Jan 15 2002 rvasice@suse.cz
|
2007-01-15 23:32:11 +00:00
|
|
|
- update to version 1.36
|
2009-01-16 00:51:50 +00:00
|
|
|
* Thu Aug 16 2001 rvasice@suse.cz
|
2007-01-15 23:32:11 +00:00
|
|
|
- update to 1.31
|
2009-01-16 00:51:50 +00:00
|
|
|
* Fri Nov 10 2000 cihlar@suse.cz
|
2007-01-15 23:32:11 +00:00
|
|
|
- renamed p_xmldom -> perl-XML-DOM
|
|
|
|
- bzipped sources
|
|
|
|
- fixed file list
|
2009-01-16 00:51:50 +00:00
|
|
|
* Mon Aug 21 2000 ro@suse.de
|
2007-01-15 23:32:11 +00:00
|
|
|
- adapted for perl-5.6
|
2009-01-16 00:51:50 +00:00
|
|
|
* Thu Apr 20 2000 cihlar@suse.cz
|
2007-01-15 23:32:11 +00:00
|
|
|
- added BuildRoot
|
2009-01-16 00:51:50 +00:00
|
|
|
* Fri Jan 21 2000 ro@suse.de
|
2007-01-15 23:32:11 +00:00
|
|
|
- fixed filelist: use macro for mandir
|
2009-01-16 00:51:50 +00:00
|
|
|
* Tue Jan 18 2000 ke@suse.de
|
2007-01-15 23:32:11 +00:00
|
|
|
- Fix %%files list.
|
2009-01-16 00:51:50 +00:00
|
|
|
* Mon Jan 10 2000 ke@suse.de
|
2007-01-15 23:32:11 +00:00
|
|
|
- Update: version 1.25.
|
|
|
|
- Use %%{version} instead %%{ver} (predefined).
|
2009-01-16 00:51:50 +00:00
|
|
|
* Mon Jan 10 2000 ke@suse.de
|
2007-01-15 23:32:11 +00:00
|
|
|
- Add missing DOM.pm to the %%files list (#1630).
|
|
|
|
- Use version macro.
|
2009-01-16 00:51:50 +00:00
|
|
|
* Mon Sep 13 1999 bs@suse.de
|
2007-01-15 23:32:11 +00:00
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
2009-01-16 00:51:50 +00:00
|
|
|
* Wed Aug 04 1999 ke@suse.de
|
2007-01-15 23:32:11 +00:00
|
|
|
- New package: version 1.23.
|