8
0
forked from pool/perl-XML-Twig
Pascal Bleser
2011-02-27 23:57:59 +00:00
committed by Git OBS Bridge
parent 57eeee66e4
commit 57e197c70a
4 changed files with 38 additions and 16 deletions

BIN
XML-Twig-3.37.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
XML-Twig-3.38.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Feb 27 23:43:46 UTC 2011 - pascal.bleser@opensuse.org
- update to 3.38:
* fixed: RT#65865: _ should be allowed at the start on an XML name
* removed: making att and class lvalues created problems: in certain context
they made regular calls to the method create empty   attributes. I
could find no satisfactory fix,they were either incompletes, or to complex
for often used methods. So att and class are back to being regular, non
l-value methods. latt and lclass are the l-value versions.
* added: documented the -html option for xml_grep, that allows processing
HTML input
* added: the -Tidy option to xml_grep, that uses HTML::Tidy to convert HTML
to XML
-------------------------------------------------------------------
Thu Dec 16 13:39:34 CET 2010 - anicka@suse.cz

View File

@@ -1,5 +1,5 @@
#
# spec file for package perl-XML-Twig (Version 3.36 )
# spec file for package perl-XML-Twig (Version 3.38)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,16 +19,17 @@
Name: perl-XML-Twig
Version: 3.37
Release: 3
Version: 3.38
Release: 1
Requires: perl-XML-Parser
BuildRequires: perl-XML-Parser
BuildRequires: perl-macros
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic
Url: http://cpan.org/modules/by-module/XML/
Summary: Tree interface to XML documents allowing processing chunk by chunk of huge documents
Url: http://search.cpan.org/dist/XML::Twig
Summary: Tree interface to XML documents
# http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-Twig-%{version}.tar.gz
Source: XML-Twig-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
@@ -61,25 +62,31 @@ Authors:
%setup -q -n XML-Twig-%{version}
%build
perl Makefile.PL
make
%__perl Makefile.PL
%__make
%check
make test
%__make test
%install
%perl_make_install
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%{?buildroot:%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
%doc Changes README
%doc %{_mandir}/man?/*
%{perl_vendorlib}/XML
%{perl_vendorarch}/auto/XML
%{_bindir}/xml_*
%dir %{perl_vendorlib}/XML
%{perl_vendorlib}/XML/Twig.pm
%{perl_vendorlib}/XML/Twig
%{_bindir}/xml_grep
%{_bindir}/xml_merge
%{_bindir}/xml_pp
%{_bindir}/xml_spellcheck
%{_bindir}/xml_split
%doc %{_mandir}/man1/xml_*.1%{ext_man}
%doc %{_mandir}/man3/XML::Twig.%{perl_man3ext}%{ext_man}
%changelog