From e3311ad9500bf1b2858aafa2d84795b61a2e89078ba42908da6f44ac6cfd90c6 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Fri, 10 Jan 2020 10:20:03 +0000 Subject: [PATCH] Accepting request 762666 from home:pmonrealgonzalez:branches:devel:languages:perl - Update spec file OBS-URL: https://build.opensuse.org/request/show/762666 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-ASN1?expand=0&rev=26 --- perl-Convert-ASN1.changes | 5 +++++ perl-Convert-ASN1.spec | 21 +++++++++++---------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/perl-Convert-ASN1.changes b/perl-Convert-ASN1.changes index 6210752..2bf3590 100644 --- a/perl-Convert-ASN1.changes +++ b/perl-Convert-ASN1.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 10 10:14:41 UTC 2020 - Pedro Monreal Gonzalez + +- Update spec file + ------------------------------------------------------------------- Wed Apr 15 11:25:50 UTC 2015 - coolo@suse.com diff --git a/perl-Convert-ASN1.spec b/perl-Convert-ASN1.spec index 9fad472..2244afb 100644 --- a/perl-Convert-ASN1.spec +++ b/perl-Convert-ASN1.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Convert-ASN1 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # 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) # 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/ # @@ -20,11 +20,11 @@ Name: perl-Convert-ASN1 Version: 0.27 Release: 0 %define cpan_name Convert-ASN1 -Summary: Asn.1 Encode/Decode Library -License: Artistic-1.0 or GPL-1.0+ +Summary: ASN.1 Encode/Decode library +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Convert-ASN1/ -Source: http://www.cpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: http://www.cpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml Patch0: Convert-ASN1-0.22-test.diff BuildArch: noarch @@ -44,11 +44,11 @@ rules. %patch0 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -57,6 +57,7 @@ rules. %files -f %{name}.files %defattr(-,root,root,755) -%doc ChangeLog examples LICENSE mkparse OldChanges parser.y README.md +%doc ChangeLog examples mkparse OldChanges parser.y README.md +%license LICENSE %changelog