8
0

Accepting request 310947 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/310947
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Parser-Lite?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2015-06-09 07:46:52 +00:00
committed by Git OBS Bridge
parent 2cb9edf229
commit 84d776b00b
5 changed files with 43 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38c7110d9fc23042284e8584777a18f3e1c5c1974ab3df598df120c0922811bb
size 9382

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5862a36ecab9db9aad021839c847e8d2f4ab5a7796c61d0fb069bb69cf7908ba
size 10303

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 7 09:15:02 UTC 2015 - coolo@suse.com
- updated to 0.721
see /usr/share/doc/packages/perl-XML-Parser-Lite/Changes
-------------------------------------------------------------------
Fri Apr 17 11:44:22 UTC 2015 - coolo@suse.com

View File

@@ -17,26 +17,29 @@
Name: perl-XML-Parser-Lite
Version: 0.72
Version: 0.721
Release: 0
%define cpan_name XML-Parser-Lite
Summary: Lightweight regexp-based XML parser
License: GPL-1.0+ or Artistic-1.0
Summary: Lightweight pure-perl XML Parser (based on regexps)
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/XML-Parser-Lite/
Source0: http://www.cpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires) >= 0.06
%{perl_requires}
%description
This Perl implements an XML parser with a interface similar to XML::Parser.
Though not all callbacks are supported, you should be able to use it in the
same way you use XML::Parser. Due to using experimental regexp features
it'll work only on Perl 5.6 and above and may behave differently on
different platforms.
This module implements an XML parser with a interface similar to the
XML::Parser manpage. Though not all callbacks are supported, you should be
able to use it in the same way you use XML::Parser. Due to using
experimental regexp features it'll work only on Perl 5.6 and above and may
behave differently on different platforms.
Note that you cannot use regular expressions or split in callbacks. This is
due to a limitation of perl's regular expression implementation (which is