forked from pool/perl-Software-License
Accepting request 910833 from devel:languages:perl:autoupdate
- updated to 0.104001 see /usr/share/doc/packages/perl-Software-License/Changes 0.104001 2021-08-02 09:33:25-04:00 America/New_York - add "program" and "Program" arguments; this allows text generation like "CoolClient is license..." instead of "This software is..." (thanks, Van de Bugger) 0.104000 2021-06-25 21:56:24-04:00 America/New_York (TRIAL RELEASE) - documentation tweaks about non-core licenses and the use of guess_license_from_pod 0.103015 2021-06-25 21:54:19-04:00 America/New_York (TRIAL RELEASE) - update the text of Artistic License 1.0 to match upstream source - when using Apache 2.0, replace year and copyright holder - improve guessing at CC0 - update author contact info OBS-URL: https://build.opensuse.org/request/show/910833 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Software-License?expand=0&rev=28
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eb45ea602d75006683789fbba57a01c0a1f7037371de95ea54b91577535d1789
|
|
||||||
size 121711
|
|
3
Software-License-0.104001.tar.gz
Normal file
3
Software-License-0.104001.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:51386fdee57de4d38187ad3ffd7c5482431123bbf883f7abc28e0929fb46c387
|
||||||
|
size 131973
|
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 3 03:09:02 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.104001
|
||||||
|
see /usr/share/doc/packages/perl-Software-License/Changes
|
||||||
|
|
||||||
|
0.104001 2021-08-02 09:33:25-04:00 America/New_York
|
||||||
|
- add "program" and "Program" arguments; this allows text generation
|
||||||
|
like "CoolClient is license..." instead of "This software is..."
|
||||||
|
(thanks, Van de Bugger)
|
||||||
|
|
||||||
|
0.104000 2021-06-25 21:56:24-04:00 America/New_York (TRIAL RELEASE)
|
||||||
|
- documentation tweaks about non-core licenses and the use of
|
||||||
|
guess_license_from_pod
|
||||||
|
|
||||||
|
0.103015 2021-06-25 21:54:19-04:00 America/New_York (TRIAL RELEASE)
|
||||||
|
- update the text of Artistic License 1.0 to match upstream source
|
||||||
|
- when using Apache 2.0, replace year and copyright holder
|
||||||
|
- improve guessing at CC0
|
||||||
|
- update author contact info
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 6 16:17:00 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
Thu Dec 6 16:17:00 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Software-License
|
# spec file for package perl-Software-License
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# 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,21 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Software-License
|
|
||||||
Version: 0.103014
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Software-License
|
%define cpan_name Software-License
|
||||||
Summary: Packages That Provide Templated Software Licenses
|
Name: perl-Software-License
|
||||||
|
Version: 0.104001
|
||||||
|
Release: 0
|
||||||
|
Summary: Packages that provide templated software licenses
|
||||||
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/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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Data::Section)
|
BuildRequires: perl(Data::Section)
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||||
BuildRequires: perl(Module::Load)
|
BuildRequires: perl(Module::Load)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(Text::Template)
|
BuildRequires: perl(Text::Template)
|
||||||
@@ -46,11 +45,11 @@ Requires: perl(parent)
|
|||||||
packages that provide templated software licenses
|
packages that provide templated software licenses
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -61,7 +60,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user