forked from pool/perl-Class-Method-Modifiers
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Method-Modifiers?expand=0&rev=21
This commit is contained in:
committed by
Git OBS Bridge
parent
e1a5a073c5
commit
12ede4bdb8
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f16c6ee57e813a12ac583a3ddf4e45be832464f9fd0f0338f7920d7903b0d022
|
||||
size 36035
|
3
Class-Method-Modifiers-2.10.tar.gz
Normal file
3
Class-Method-Modifiers-2.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:420fb53f789f53ecddc17890b0f648289397cceeb2de05f0994999fdf329e7b6
|
||||
size 36008
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 08:50:45 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 2.10
|
||||
- installation switched to using only ExtUtils::MakeMaker, to allow
|
||||
for use on perl 5.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 21:22:45 UTC 2014 - lars@linux-schulserver.de
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Class-Method-Modifiers
|
||||
Version: 2.09
|
||||
Version: 2.10
|
||||
Release: 0
|
||||
%define cpan_name Class-Method-Modifiers
|
||||
Summary: provides Moose-like method modifiers
|
||||
@@ -29,14 +29,8 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.028
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
#BuildRequires: perl(Class::Method::Modifiers)
|
||||
#BuildRequires: perl(Pod::Wordlist)
|
||||
#BuildRequires: perl(Test::Kwalitee)
|
||||
#BuildRequires: perl(Test::NoTabs)
|
||||
#BuildRequires: perl(Test::Spelling) >= 0.12
|
||||
BuildRequires: perl(version)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -81,18 +75,19 @@ manpage distribution.
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
%doc Changes CONTRIBUTING LICENSE README README.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user