Accepting request 1000613 from devel:languages:perl:autoupdate

- updated to 1.004000
   see /usr/share/doc/packages/perl-Exporter-Tiny/Changes

OBS-URL: https://build.opensuse.org/request/show/1000613
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exporter-Tiny?expand=0&rev=16
This commit is contained in:
Stephan Kulow 2022-09-08 19:48:26 +00:00 committed by Git OBS Bridge
parent 89026ec909
commit 4d3671a276
4 changed files with 18 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00f0b95716b18157132c6c118ded8ba31392563d19e490433e9a65382e707101
size 88456

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f7b3b4fbe923355317243cd434d2319ffbad81c98cf8c8e189a6943b42bfeca
size 89623

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Aug 27 03:06:15 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.004000
see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
-------------------------------------------------------------------
Sat Apr 25 03:10:48 UTC 2020 - <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Exporter-Tiny
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,18 +16,16 @@
#
Name: perl-Exporter-Tiny
Version: 1.002002
Release: 0
%define cpan_name Exporter-Tiny
Summary: An exporter with the features of Sub::Exporter but only core dependencies
Name: perl-Exporter-Tiny
Version: 1.004000
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Summary: An exporter with the features of Sub::Exporter but only core dependencies
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
@ -56,11 +54,11 @@ look at:
* Exporter::Tiny::Manual::Importing
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@ -71,8 +69,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes COPYRIGHT CREDITS doap.ttl examples README TODO
%doc Changes COPYRIGHT CREDITS doap.ttl examples NEWS README TODO
%license LICENSE
%changelog