9
0

Accepting request 969244 from devel:languages:perl:autoupdate

- updated to 2.000000
   see /usr/share/doc/packages/perl-XML-LibXSLT/Changes
  2.000000    2022-04-09
      - Add lib/XML/LibXSLT/Quick.pm .
      - Cleanups.

OBS-URL: https://build.opensuse.org/request/show/969244
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=49
This commit is contained in:
2022-04-13 19:21:02 +00:00
committed by Git OBS Bridge
parent 08c7e5f8aa
commit d19cd2eafa
4 changed files with 21 additions and 14 deletions

BIN
XML-LibXSLT-1.99.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
XML-LibXSLT-2.000000.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 11 09:25:29 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 2.000000
see /usr/share/doc/packages/perl-XML-LibXSLT/Changes
2.000000 2022-04-09
- Add lib/XML/LibXSLT/Quick.pm .
- Cleanups.
-------------------------------------------------------------------
Fri Jan 17 10:53:14 UTC 2020 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-XML-LibXSLT
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,15 @@
#
Name: perl-XML-LibXSLT
Version: 1.99
Release: 0
%define cpan_name XML-LibXSLT
Summary: Interface to the GNOME libxslt library
Name: perl-XML-LibXSLT
Version: 2.000000
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Summary: Interface to GNOME libxslt library
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(XML::LibXML) >= 1.70
@@ -42,11 +40,11 @@ extremely good XSLT engine, highly compliant and also very fast. I have
tests showing this to be more than twice as fast as Sablotron.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%make_build
%check
make test
@@ -57,7 +55,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes example README
%license LICENSE