8
0
forked from pool/perl-XML-DOM

Accepting request 978731 from home:susnux:branches:devel:languages:perl

Fix license so this updated version can go into Factory

OBS-URL: https://build.opensuse.org/request/show/978731
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-DOM?expand=0&rev=20
This commit is contained in:
Lars Vogdt
2022-06-02 09:24:16 +00:00
committed by Git OBS Bridge
parent 73d1241f7a
commit f6ba257d60
2 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon May 23 13:50:46 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
- Fix license tag, remove CHECK(...) and use correct
"you can redistribute it and/or modify it under the same terms as
Perl itself." aka GPL-1.0+ OR Artistic-1.0
- Use https for URL and SourceURL
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 22 06:24:58 UTC 2016 - coolo@suse.com Thu Sep 22 06:24:58 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-XML-DOM # spec file for package perl-XML-DOM
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2022 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/
# #
@@ -21,10 +21,11 @@ Version: 1.46
Release: 0 Release: 0
%define cpan_name XML-DOM %define cpan_name XML-DOM
Summary: Perl Module for Building Dom Level 1 Compliant Document Structures Summary: Perl Module for Building Dom Level 1 Compliant Document Structures
License: CHECK(GPL-1.0+ or Artistic-1.0) # "You can redistribute it and/or modify it under the same terms as Perl itself"
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/XML-DOM/ URL: https://metacpan.org/pod/XML::DOM
Source0: http://www.cpan.org/authors/id/T/TJ/TJMATHER/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/T/TJ/TJMATHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build