8
0

Accepting request 311428 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/311428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-TableExtract?expand=0&rev=21
This commit is contained in:
2015-06-11 06:22:58 +00:00
committed by Git OBS Bridge
5 changed files with 39 additions and 6 deletions

View File

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

View File

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

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,12 @@
-------------------------------------------------------------------
Sun Jun 7 08:36:18 UTC 2015 - coolo@suse.com
- updated to 2.13
see /usr/share/doc/packages/perl-HTML-TableExtract/Changes
2.14 Thu May 21 12:20:46 EDT 2015
- bundled examples html page
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 14 20:09:59 UTC 2015 - coolo@suse.com Tue Apr 14 20:09:59 UTC 2015 - coolo@suse.com

View File

@@ -17,14 +17,15 @@
Name: perl-HTML-TableExtract Name: perl-HTML-TableExtract
Version: 2.12 Version: 2.13
Release: 0 Release: 0
%define cpan_name HTML-TableExtract %define cpan_name HTML-TableExtract
Summary: Perl module for extracting the content contained in tables within an HTM[cut] Summary: Perl module for extracting the content contained in tables within an HTM[cut]
License: GPL-1.0+ or Artistic-1.0 License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-TableExtract/ Url: http://search.cpan.org/dist/HTML-TableExtract/
Source: http://www.cpan.org/authors/id/M/MS/MSISK/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/M/MS/MSISK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
@@ -111,6 +112,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README %doc Changes examples.html LICENSE README
%changelog %changelog