Accepting request 1002197 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1002197
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exporter-Tiny?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2022-09-10 18:16:45 +00:00 committed by Git OBS Bridge
commit 832264b288
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> 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 # 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 # 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,18 +16,16 @@
# #
Name: perl-Exporter-Tiny
Version: 1.002002
Release: 0
%define cpan_name Exporter-Tiny %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 License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Summary: An exporter with the features of Sub::Exporter but only core dependencies
Url: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{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
%{perl_requires} %{perl_requires}
@ -56,11 +54,11 @@ look at:
* Exporter::Tiny::Manual::Importing * Exporter::Tiny::Manual::Importing
%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
@ -71,8 +69,7 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %doc Changes COPYRIGHT CREDITS doap.ttl examples NEWS README TODO
%doc Changes COPYRIGHT CREDITS doap.ttl examples README TODO
%license LICENSE %license LICENSE
%changelog %changelog