forked from pool/perl-XML-LibXML
Accepting request 886964 from devel:languages:perl:autoupdate
- updated to 2.0207 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0207 2021-04-17 - Small cleanups: - https://github.com/shlomif/perl-XML-LibXML/pull/63 - Thanks to @Grinnz , @Kritzefitz and @atoomic . OBS-URL: https://build.opensuse.org/request/show/886964 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=98
This commit is contained in:
BIN
XML-LibXML-2.0206.tar.gz
(Stored with Git LFS)
BIN
XML-LibXML-2.0206.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
XML-LibXML-2.0207.tar.gz
(Stored with Git LFS)
Normal file
BIN
XML-LibXML-2.0207.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 18 03:08:08 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 2.0207
|
||||||
|
see /usr/share/doc/packages/perl-XML-LibXML/Changes
|
||||||
|
|
||||||
|
2.0207 2021-04-17
|
||||||
|
- Small cleanups:
|
||||||
|
- https://github.com/shlomif/perl-XML-LibXML/pull/63
|
||||||
|
- Thanks to @Grinnz , @Kritzefitz and @atoomic .
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 16 03:12:19 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Wed Sep 16 03:12:19 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-XML-LibXML
|
# spec file for package perl-XML-LibXML
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,17 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-XML-LibXML
|
|
||||||
Version: 2.0206
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name XML-LibXML
|
%define cpan_name XML-LibXML
|
||||||
|
Name: perl-XML-LibXML
|
||||||
|
Version: 2.0207
|
||||||
|
Release: 0
|
||||||
Summary: Perl Binding for libxml2
|
Summary: Perl Binding for libxml2
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Alien::Base::Wrapper)
|
BuildRequires: perl(Alien::Base::Wrapper)
|
||||||
@@ -58,11 +56,11 @@ split into several packages which are not described in this section; unless
|
|||||||
stated otherwise, you only need to 'use XML::LibXML;' in your programs.
|
stated otherwise, you only need to 'use XML::LibXML;' in your programs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -73,7 +71,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes docs example HACKING.txt README TODO
|
%doc Changes docs example HACKING.txt README TODO
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user