forked from pool/perl-HTML-Selector-XPath
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user