diff --git a/XML-LibXSLT-1.99.tar.gz b/XML-LibXSLT-1.99.tar.gz deleted file mode 100644 index 19be0a9..0000000 --- a/XML-LibXSLT-1.99.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:127e17a877fb61e47b9e8b87bf8daad31339a62a00121f9751d522b438b0f7f0 -size 114083 diff --git a/XML-LibXSLT-2.000000.tar.gz b/XML-LibXSLT-2.000000.tar.gz new file mode 100644 index 0000000..62eea45 --- /dev/null +++ b/XML-LibXSLT-2.000000.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553e22b110ba7456ee96345af64935f344891d3325dd68a2384977c608dc6514 +size 117137 diff --git a/perl-XML-LibXSLT.changes b/perl-XML-LibXSLT.changes index 01b279e..9aa8155 100644 --- a/perl-XML-LibXSLT.changes +++ b/perl-XML-LibXSLT.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Apr 11 09:25:29 UTC 2022 - Tina Müller + +- 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 diff --git a/perl-XML-LibXSLT.spec b/perl-XML-LibXSLT.spec index 9155e54..3e2754d 100644 --- a/perl-XML-LibXSLT.spec +++ b/perl-XML-LibXSLT.spec @@ -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