8
0

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
This commit is contained in:
2020-01-10 10:20:03 +00:00
committed by Git OBS Bridge
parent 1903d2a08b
commit e3311ad950
2 changed files with 16 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 10 10:14:41 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Update spec file
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 15 11:25:50 UTC 2015 - coolo@suse.com Wed Apr 15 11:25:50 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Convert-ASN1 # 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 # 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/
# #
@@ -20,11 +20,11 @@ Name: perl-Convert-ASN1
Version: 0.27 Version: 0.27
Release: 0 Release: 0
%define cpan_name Convert-ASN1 %define cpan_name Convert-ASN1
Summary: Asn.1 Encode/Decode Library Summary: ASN.1 Encode/Decode library
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Convert-ASN1/ URL: https://metacpan.org/release/%{cpan_name}
Source: http://www.cpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
Patch0: Convert-ASN1-0.22-test.diff Patch0: Convert-ASN1-0.22-test.diff
BuildArch: noarch BuildArch: noarch
@@ -44,11 +44,11 @@ rules.
%patch0 %patch0
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@@ -57,6 +57,7 @@ rules.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %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 %changelog