forked from pool/perl-Software-License
Compare commits
20 Commits
0264fe0bad
...
7776dd8d43
Author | SHA256 | Date | |
---|---|---|---|
7776dd8d43 | |||
415a5cc02d | |||
ae615c96d6 | |||
008916c24d | |||
9d9540473a | |||
b1fae95102 | |||
027be307a3 | |||
b38605828e | |||
176123f99c | |||
858350417f | |||
|
2d56dc7d63 | ||
30c64096e0 | |||
3a3c73115a | |||
232b29f3bb | |||
d3a1914430 | |||
31767e2338 | |||
|
c6c69dbeb3 | ||
|
369aaccc2a | ||
|
7a32eb68ac | ||
|
99585393e3 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51386fdee57de4d38187ad3ffd7c5482431123bbf883f7abc28e0929fb46c387
|
||||
size 131973
|
3
Software-License-0.104007.tar.gz
Normal file
3
Software-License-0.104007.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81462da3cd9e745901f29ff006c4c804cc9db017ccf45154b3cd9558540bc191
|
||||
size 127297
|
@@ -1,3 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 05:39:38 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.104007
|
||||
see /usr/share/doc/packages/perl-Software-License/Changes
|
||||
|
||||
0.104007 2025-05-04 10:08:25+02:00 Europe/Berlin
|
||||
- update GPL v1 text to current version
|
||||
- CPAN::Meta v1 "gpl" license is explicitly GPL v2
|
||||
- Improve recognition for Apache 1.1 & 2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 10 03:09:10 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.104006
|
||||
see /usr/share/doc/packages/perl-Software-License/Changes
|
||||
|
||||
0.104006 2024-02-09 23:53:52+01:00 Europe/Brussels
|
||||
- use valid SPDX identifier for BSD license
|
||||
- Undefine SSLeay spdx expression
|
||||
- Update URL to SSLeay license
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 22 03:10:26 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.104005
|
||||
see /usr/share/doc/packages/perl-Software-License/Changes
|
||||
|
||||
0.104005 2023-11-20 21:09:56-05:00 America/New_York
|
||||
- require perl v5.12.0, which was already effectively required because
|
||||
of upstream libraries
|
||||
- update author metadata
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 24 03:07:14 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.104004
|
||||
see /usr/share/doc/packages/perl-Software-License/Changes
|
||||
|
||||
0.104004 2023-05-24 02:28:55+02:00 Europe/Amsterdam
|
||||
- Rename Perl Artistic License to avoid confusion in detecting license
|
||||
|
||||
0.104003 2023-05-19 12:50:19+02:00 Europe/Amsterdam
|
||||
- Add Artistic 1.0 Perl license and make Perl license use it
|
||||
- Remove extra "59" from LGPL-2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 03:08:39 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.104002
|
||||
see /usr/share/doc/packages/perl-Software-License/Changes
|
||||
|
||||
0.104002 2022-06-14 23:44:29+02:00 Europe/Amsterdam
|
||||
- Add support for ISC license
|
||||
- Add guesser for Apache license and no license
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 3 03:09:02 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Software-License
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,12 @@
|
||||
|
||||
%define cpan_name Software-License
|
||||
Name: perl-Software-License
|
||||
Version: 0.104001
|
||||
Version: 0.104007
|
||||
Release: 0
|
||||
Summary: Packages that provide templated software licenses
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Packages that provide templated software licenses
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
@@ -45,7 +45,7 @@ Requires: perl(parent)
|
||||
packages that provide templated software licenses
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user