Accepting request 1041129 from devel:languages:perl:autoupdate

- updated to 0.023
   see /usr/share/doc/packages/perl-Module-Faker/Changes
  0.023     2022-11-30 07:52:25-05:00 America/New_York
          - add some more Pod (thanks gregor herrmann and Debian!)
          - update dist metadata

OBS-URL: https://build.opensuse.org/request/show/1041129
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Faker?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2022-12-14 08:57:25 +00:00
committed by Git OBS Bridge
parent 7ebb36448d
commit 2e659e89e5
4 changed files with 23 additions and 15 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52edae217f4d2d40cefe44ff848011316acdaa806b57405fa010599b23b6338c
size 30691

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Dec 1 03:06:26 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.023
see /usr/share/doc/packages/perl-Module-Faker/Changes
0.023 2022-11-30 07:52:25-05:00 America/New_York
- add some more Pod (thanks gregor herrmann and Debian!)
- update dist metadata
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 29 05:20:45 UTC 2019 - Stephan Kulow <coolo@suse.com> Mon Apr 29 05:20:45 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Module-Faker # spec file for package perl-Module-Faker
# #
# Copyright (c) 2019 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-Module-Faker
Version: 0.022
Release: 0
%define cpan_name Module-Faker %define cpan_name Module-Faker
Summary: Build fake dists for testing CPAN tools Name: perl-Module-Faker
Version: 0.023
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: Build fake dists for testing CPAN tools
Url: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{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
BuildRequires: perl(Archive::Any::Create) BuildRequires: perl(Archive::Any::Create)
@@ -37,6 +35,7 @@ BuildRequires: perl(CPAN::Meta::Converter)
BuildRequires: perl(CPAN::Meta::Merge) BuildRequires: perl(CPAN::Meta::Merge)
BuildRequires: perl(CPAN::Meta::Requirements) BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(Data::OptList) BuildRequires: perl(Data::OptList)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(File::Next) BuildRequires: perl(File::Next)
BuildRequires: perl(Getopt::Long::Descriptive) BuildRequires: perl(Getopt::Long::Descriptive)
BuildRequires: perl(JSON::PP) BuildRequires: perl(JSON::PP)
@@ -68,11 +67,11 @@ Requires: perl(Text::Template)
build fake dists for testing CPAN tools build fake dists for testing CPAN tools
%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
@@ -83,8 +82,7 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %doc Changes README
%doc Changes eg README
%license LICENSE %license LICENSE
%changelog %changelog