Compare commits

...

10 Commits

Author SHA256 Message Date
b5d8690766 Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-MakeMaker-Awesome?expand=0&rev=17
2024-07-20 22:12:27 +00:00
0e427a058c Accepting request 917050 from devel:languages:perl:autoupdate
- updated to 0.49
   see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-MakeMaker-Awesome/Changes
  0.49      2021-09-04 20:21:07Z
    - switched from MooseX::Types to Types::Standard
    - extracted the hashref of template arguments out to a sub
      ("template_arguments") to allow for method modification (RT#137585)

OBS-URL: https://build.opensuse.org/request/show/917050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-MakeMaker-Awesome?expand=0&rev=16
2021-09-07 16:44:05 +00:00
Stephan Kulow
60126978fa Accepting request 698703 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/698703
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-MakeMaker-Awesome?expand=0&rev=15
2019-05-05 09:24:12 +00:00
Stephan Kulow
84c46ac6e7 Accepting request 622197 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/622197
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-MakeMaker-Awesome?expand=0&rev=14
2018-07-16 06:44:35 +00:00
Stephan Kulow
9cf656e6f4 Accepting request 618844 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/618844
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-MakeMaker-Awesome?expand=0&rev=13
2018-06-28 10:46:06 +00:00
Stephan Kulow
6e49bf81d1 Accepting request 617604 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/617604
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-MakeMaker-Awesome?expand=0&rev=12
2018-06-19 16:35:49 +00:00
b663c07b43 Accepting request 610562 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/610562
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-MakeMaker-Awesome?expand=0&rev=11
2018-05-20 13:08:39 +00:00
Stephan Kulow
737293fb05 Accepting request 573792 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/573792
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-MakeMaker-Awesome?expand=0&rev=10
2018-02-08 06:05:54 +00:00
Stephan Kulow
ddb9c96ab6 Accepting request 532624 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/532624
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-MakeMaker-Awesome?expand=0&rev=9
2017-10-10 05:08:09 +00:00
Stephan Kulow
94319394e7 Accepting request 384075 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/384075
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-MakeMaker-Awesome?expand=0&rev=8
2016-04-06 06:47:13 +00:00
4 changed files with 110 additions and 25 deletions

View File

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

View File

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

View File

@@ -1,3 +1,83 @@
-------------------------------------------------------------------
Sun Sep 5 03:06:05 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.49
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-MakeMaker-Awesome/Changes
0.49 2021-09-04 20:21:07Z
- switched from MooseX::Types to Types::Standard
- extracted the hashref of template arguments out to a sub
("template_arguments") to allow for method modification (RT#137585)
-------------------------------------------------------------------
Sun Apr 28 05:09:42 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.48
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-MakeMaker-Awesome/Changes
0.48 2019-04-27 05:03:11Z
- ensure DOTFILES and DOTDIRS are copied over from shared dirs during
install, matching the behaviour of <Dist::Zilla::Plugin::MakeMaker>.
-------------------------------------------------------------------
Thu Jul 12 05:19:39 UTC 2018 - coolo@suse.com
- updated to 0.47
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-MakeMaker-Awesome/Changes
-------------------------------------------------------------------
Mon Jun 25 05:21:11 UTC 2018 - coolo@suse.com
- updated to 0.45
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-MakeMaker-Awesome/Changes
-------------------------------------------------------------------
Tue Jun 19 05:18:28 UTC 2018 - coolo@suse.com
- updated to 0.44
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-MakeMaker-Awesome/Changes
-------------------------------------------------------------------
Sat May 19 05:14:58 UTC 2018 - coolo@suse.com
- updated to 0.42
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-MakeMaker-Awesome/Changes
0.42 2018-05-03 02:47:37Z
- fix for Dist::Zilla 7: ensure that the proper directory is used
for reading header and footer files
-------------------------------------------------------------------
Wed Feb 7 16:25:43 UTC 2018 - coolo@suse.com
- updated to 0.41
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-MakeMaker-Awesome/Changes
0.41 2018-01-28 02:24:20Z
- fix test that fails on MSWin32, by using makefile args properly
0.40 2018-01-23 05:12:34Z
- fix test that fails on older Dist::Zilla (< 5.014)
-------------------------------------------------------------------
Mon Oct 9 05:17:36 UTC 2017 - coolo@suse.com
- updated to 0.39
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-MakeMaker-Awesome/Changes
0.39 2017-10-01 20:32:33Z
- avoid uninit warnings with undef prereq versions
-------------------------------------------------------------------
Mon Apr 4 09:37:06 UTC 2016 - coolo@suse.com
- updated to 0.38
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-MakeMaker-Awesome/Changes
0.38 2016-03-25 02:25:51Z
- revert some unhelpful whitespace changes that hinder other plugins from
munging the Makefile.PL template
-------------------------------------------------------------------
Tue Mar 22 10:10:25 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Dist-Zilla-Plugin-MakeMaker-Awesome
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,56 +12,61 @@
# 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-Dist-Zilla-Plugin-MakeMaker-Awesome
Version: 0.37
Release: 0
%define cpan_name Dist-Zilla-Plugin-MakeMaker-Awesome
Summary: More Awesome Makemaker Plugin for L<Dist::Zilla>
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Dist-Zilla-Plugin-MakeMaker-Awesome/
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Name: perl-Dist-Zilla-Plugin-MakeMaker-Awesome
Version: 0.490.0
Release: 0
# 0.49 -> normalize -> 0.490.0
%define cpan_version 0.49
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: More awesome MakeMaker plugin for Dist::Zilla
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121000
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121
BuildRequires: perl(Dist::Zilla) >= 4.300039
BuildRequires: perl(Dist::Zilla::File::InMemory)
BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker) >= 5.001
BuildRequires: perl(Dist::Zilla::Role::BeforeBuild)
BuildRequires: perl(Dist::Zilla::Role::FileGatherer)
BuildRequires: perl(File::pushd)
BuildRequires: perl(List::Util) >= 1.29
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(MooseX::Types::Stringlike)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Test::DZil)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Types::Standard)
BuildRequires: perl(Types::TypeTiny)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(version)
Requires: perl(CPAN::Meta::Requirements) >= 2.121000
Requires: perl(CPAN::Meta::Requirements) >= 2.121
Requires: perl(Dist::Zilla) >= 4.300039
Requires: perl(Dist::Zilla::File::InMemory)
Requires: perl(Dist::Zilla::Plugin::MakeMaker) >= 5.001
Requires: perl(Dist::Zilla::Role::BeforeBuild)
Requires: perl(Dist::Zilla::Role::FileGatherer)
Requires: perl(List::Util) >= 1.29
Requires: perl(Moose)
Requires: perl(MooseX::Types::Moose)
Requires: perl(MooseX::Types::Stringlike)
Requires: perl(Path::Tiny)
Requires: perl(Types::Standard)
Requires: perl(Types::TypeTiny)
Requires: perl(namespace::autoclean)
Requires: perl(version)
Provides: perl(Dist::Zilla::Plugin::MakeMaker::Awesome) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -74,10 +79,10 @@ This plugin is 100% compatible with Dist::Zilla::Plugin::MakeMaker -- we
add additional customization hooks by subclassing it.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
%{__perl} Build.PL --installdirs=vendor
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
@@ -88,7 +93,7 @@ add additional customization hooks by subclassing it.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING LICENCE README
%doc Changes CONTRIBUTING README
%license LICENCE
%changelog