forked from pool/perl-XML-DOM
This commit is contained in:
committed by
Git OBS Bridge
parent
bf84ec57ab
commit
c6857b2cba
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 15 13:30:38 CET 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
- do not ignore test results (bnc#465994)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 9 16:20:55 CET 2006 - anicka@suse.cz
|
Thu Feb 9 16:20:55 CET 2006 - anicka@suse.cz
|
||||||
|
|
||||||
|
@@ -1,26 +1,34 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-XML-DOM (Version 1.44)
|
# spec file for package perl-XML-DOM (Version 1.44)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: perl-XML-DOM
|
Name: perl-XML-DOM
|
||||||
BuildRequires: perl-Parse-Yapp perl-XML-RegExp perl-libwww-perl perl-libxml-perl
|
BuildRequires: perl-Parse-Yapp perl-XML-RegExp perl-libwww-perl perl-libxml-perl
|
||||||
Version: 1.44
|
Version: 1.44
|
||||||
Release: 3
|
Release: 143
|
||||||
Requires: perl-XML-RegExp perl-libwww-perl
|
Requires: perl-XML-RegExp perl-libwww-perl
|
||||||
Provides: p_xmldom XML-DOM
|
Provides: p_xmldom XML-DOM
|
||||||
Obsoletes: p_xmldom
|
Obsoletes: p_xmldom
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic License
|
License: Artistic License
|
||||||
URL: http://cpan.org/modules/by-module/XML/
|
Url: http://cpan.org/modules/by-module/XML/
|
||||||
Summary: Perl Extension to XML::Parser
|
Summary: Perl Extension to XML::Parser
|
||||||
Source: XML-DOM-%{version}.tar.bz2
|
Source: XML-DOM-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -53,7 +61,9 @@ Authors:
|
|||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make
|
make
|
||||||
mv t/dom_jp_print.t t/dom_jp_print.tt # test rejected due to problems with UTF-8
|
mv t/dom_jp_print.t t/dom_jp_print.tt # test rejected due to problems with UTF-8
|
||||||
make test || true
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -70,62 +80,64 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorlib}/XML
|
%{perl_vendorlib}/XML
|
||||||
/var/adm/perl-modules/perl-XML-DOM
|
/var/adm/perl-modules/perl-XML-DOM
|
||||||
|
|
||||||
%changelog -n perl-XML-DOM
|
%changelog
|
||||||
* Thu Feb 09 2006 - anicka@suse.cz
|
* Thu Jan 15 2009 anicka@suse.cz
|
||||||
|
- do not ignore test results (bnc#465994)
|
||||||
|
* Thu Feb 09 2006 anicka@suse.cz
|
||||||
- require perl-libwww-perl (#149416)
|
- require perl-libwww-perl (#149416)
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Aug 01 2005 - mjancar@suse.cz
|
* Mon Aug 01 2005 mjancar@suse.cz
|
||||||
- update to 1.44
|
- update to 1.44
|
||||||
* Tue Mar 01 2005 - mjancar@suse.cz
|
* Tue Mar 01 2005 mjancar@suse.cz
|
||||||
- require perl-XML-RegExp
|
- require perl-XML-RegExp
|
||||||
* Mon Aug 16 2004 - ro@suse.de
|
* Mon Aug 16 2004 ro@suse.de
|
||||||
- ignore testsuite output for the moment
|
- ignore testsuite output for the moment
|
||||||
to build dependant packages
|
to build dependant packages
|
||||||
* Thu Feb 26 2004 - mjancar@suse.cz
|
* Thu Feb 26 2004 mjancar@suse.cz
|
||||||
- update to 1.43
|
- update to 1.43
|
||||||
* Sat Jan 10 2004 - adrian@suse.de
|
* Sat Jan 10 2004 adrian@suse.de
|
||||||
- build as user
|
- build as user
|
||||||
* Fri Jul 18 2003 - poeml@suse.de
|
* Fri Jul 18 2003 poeml@suse.de
|
||||||
- use install_vendor and new %%perl_process_packlist macro
|
- use install_vendor and new %%perl_process_packlist macro
|
||||||
* Mon Jun 16 2003 - mjancar@suse.cz
|
* Mon Jun 16 2003 mjancar@suse.cz
|
||||||
- fix filelist
|
- fix filelist
|
||||||
* Mon May 19 2003 - ro@suse.de
|
* Mon May 19 2003 ro@suse.de
|
||||||
- remove perllocal.pod
|
- remove perllocal.pod
|
||||||
* Fri Dec 27 2002 - prehak@suse.cz
|
* Fri Dec 27 2002 prehak@suse.cz
|
||||||
- updated to version 1.42
|
- updated to version 1.42
|
||||||
- reenabled make test except fot one test
|
- reenabled make test except fot one test
|
||||||
* Wed Jul 31 2002 - mls@suse.de
|
* Wed Jul 31 2002 mls@suse.de
|
||||||
- disable 'make test' for now as unicode stuff seems to be
|
- disable 'make test' for now as unicode stuff seems to be
|
||||||
incompatible with perl-5.8.0. Waiting for new release...
|
incompatible with perl-5.8.0. Waiting for new release...
|
||||||
* Tue Jul 23 2002 - prehak@suse.cz
|
* Tue Jul 23 2002 prehak@suse.cz
|
||||||
- update to version 1.39
|
- update to version 1.39
|
||||||
- enabled make test
|
- enabled make test
|
||||||
* Tue Jul 02 2002 - mls@suse.de
|
* Tue Jul 02 2002 mls@suse.de
|
||||||
- remove race in .packlist generation
|
- remove race in .packlist generation
|
||||||
* Tue Jan 15 2002 - rvasice@suse.cz
|
* Tue Jan 15 2002 rvasice@suse.cz
|
||||||
- update to version 1.36
|
- update to version 1.36
|
||||||
* Thu Aug 16 2001 - rvasice@suse.cz
|
* Thu Aug 16 2001 rvasice@suse.cz
|
||||||
- update to 1.31
|
- update to 1.31
|
||||||
* Fri Nov 10 2000 - cihlar@suse.cz
|
* Fri Nov 10 2000 cihlar@suse.cz
|
||||||
- renamed p_xmldom -> perl-XML-DOM
|
- renamed p_xmldom -> perl-XML-DOM
|
||||||
- bzipped sources
|
- bzipped sources
|
||||||
- fixed file list
|
- fixed file list
|
||||||
* Mon Aug 21 2000 - ro@suse.de
|
* Mon Aug 21 2000 ro@suse.de
|
||||||
- adapted for perl-5.6
|
- adapted for perl-5.6
|
||||||
* Thu Apr 20 2000 - cihlar@suse.cz
|
* Thu Apr 20 2000 cihlar@suse.cz
|
||||||
- added BuildRoot
|
- added BuildRoot
|
||||||
* Fri Jan 21 2000 - ro@suse.de
|
* Fri Jan 21 2000 ro@suse.de
|
||||||
- fixed filelist: use macro for mandir
|
- fixed filelist: use macro for mandir
|
||||||
* Tue Jan 18 2000 - ke@suse.de
|
* Tue Jan 18 2000 ke@suse.de
|
||||||
- Fix %%files list.
|
- Fix %%files list.
|
||||||
* Mon Jan 10 2000 - ke@suse.de
|
* Mon Jan 10 2000 ke@suse.de
|
||||||
- Update: version 1.25.
|
- Update: version 1.25.
|
||||||
- Use %%{version} instead %%{ver} (predefined).
|
- Use %%{version} instead %%{ver} (predefined).
|
||||||
* Mon Jan 10 2000 - ke@suse.de
|
* Mon Jan 10 2000 ke@suse.de
|
||||||
- Add missing DOM.pm to the %%files list (#1630).
|
- Add missing DOM.pm to the %%files list (#1630).
|
||||||
- Use version macro.
|
- Use version macro.
|
||||||
* Mon Sep 13 1999 - bs@suse.de
|
* Mon Sep 13 1999 bs@suse.de
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||||
* Wed Aug 04 1999 - ke@suse.de
|
* Wed Aug 04 1999 ke@suse.de
|
||||||
- New package: version 1.23.
|
- New package: version 1.23.
|
||||||
|
Reference in New Issue
Block a user