8
0
forked from pool/perl-PDF-API2

Accepting request 712557 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/712557
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=49
This commit is contained in:
Stephan Kulow
2019-07-02 05:36:02 +00:00
committed by Git OBS Bridge
parent e5ff14563c
commit 1d3e64f742
4 changed files with 48 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-PDF-API2
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# 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/
#
Name: perl-PDF-API2
Version: 2.033
Version: 2.034
Release: 0
%define cpan_name PDF-API2
Summary: Facilitates the creation and modification of PDF files
License: LGPL-2.1+
License: LGPL-2.1-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/PDF-API2/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SS/SSIMMS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -45,11 +45,11 @@ Facilitates the creation and modification of PDF files
%setup -q -n %{cpan_name}-%{version}
%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
@@ -58,7 +58,7 @@ Facilitates the creation and modification of PDF files
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes PATENTS README
%doc Changes contrib PATENTS README
%license LICENSE
%changelog