8
0

Accepting request 647192 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/647192
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Selector-XPath?expand=0&rev=9
This commit is contained in:
2018-11-08 15:24:58 +00:00
committed by Git OBS Bridge
parent dd5ef35e9d
commit 1bc1b9918b
4 changed files with 13 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 8 06:24:49 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.25
see /usr/share/doc/packages/perl-HTML-Selector-XPath/Changes
-------------------------------------------------------------------
Sun Oct 7 18:48:43 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -12,25 +12,24 @@
# 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 https://bugs.opensuse.org/
#
Name: perl-HTML-Selector-XPath
Version: 0.23
Version: 0.25
Release: 0
%define cpan_name HTML-Selector-XPath
Summary: CSS Selector to XPath compiler
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Selector-XPath/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/C/CO/CORION/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Install)
BuildRequires: perl(Test::Base)
%{perl_requires}
@@ -42,7 +41,7 @@ partial CSS3 selectors to the equivalent XPath expression.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check