8
0

Accepting request 310912 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/310912
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-TableExtract?expand=0&rev=31
This commit is contained in:
Stephan Kulow
2015-06-10 10:42:41 +00:00
committed by Git OBS Bridge
parent a321a9a9e1
commit f8c0ccfa25
5 changed files with 39 additions and 6 deletions

View File

@@ -17,14 +17,15 @@
Name: perl-HTML-TableExtract
Version: 2.12
Version: 2.13
Release: 0
%define cpan_name HTML-TableExtract
Summary: Perl module for extracting the content contained in tables within an HTM[cut]
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -111,6 +112,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes examples.html LICENSE README
%changelog