forked from pool/perl-libxml-perl
Accepting request 1123530 from home:dimstar:Factory
- Fix build with RPM 4.19: unnumbered patches are no longer supported. OBS-URL: https://build.opensuse.org/request/show/1123530 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libxml-perl?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 6 09:01:50 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Fix build with RPM 4.19: unnumbered patches are no longer
|
||||||
|
supported.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 27 06:34:12 UTC 2013 - coolo@suse.com
|
Wed Feb 27 06:34:12 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-libxml-perl
|
# spec file for package perl-libxml-perl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 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
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -22,12 +22,12 @@ BuildRequires: perl-macros
|
|||||||
Version: 0.08
|
Version: 0.08
|
||||||
Release: 0
|
Release: 0
|
||||||
Requires: perl-XML-Parser
|
Requires: perl-XML-Parser
|
||||||
Url: http://cpan.org/modules/by-module/XML/
|
URL: http://cpan.org/modules/by-module/XML/
|
||||||
Summary: Collection of Perl modules for working with XML
|
Summary: Collection of Perl modules for working with XML
|
||||||
License: Artistic-1.0 or GPL-2.0+
|
License: Artistic-1.0 OR GPL-2.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: libxml-perl-%{version}.tar.bz2
|
Source: libxml-perl-%{version}.tar.bz2
|
||||||
Patch: libxml-perl-%{version}-test.diff
|
Patch0: libxml-perl-%{version}-test.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@@ -42,7 +42,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n libxml-perl-%{version}
|
%setup -n libxml-perl-%{version}
|
||||||
%patch
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
|
Reference in New Issue
Block a user