8
0
Stephan Kulow
2014-03-07 08:52:02 +00:00
committed by Git OBS Bridge
parent e1a5a073c5
commit 12ede4bdb8
4 changed files with 19 additions and 17 deletions

View File

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

View File

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

View File

@@ -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 Fri Jan 17 21:22:45 UTC 2014 - lars@linux-schulserver.de

View File

@@ -17,9 +17,9 @@
Name: perl-Class-Method-Modifiers Name: perl-Class-Method-Modifiers
Version: 2.09 Version: 2.10
Release: 0 Release: 0
%define cpan_name Class-Method-Modifiers %define cpan_name Class-Method-Modifiers
Summary: provides Moose-like method modifiers Summary: provides Moose-like method modifiers
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
@@ -29,14 +29,8 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Build::Tiny) >= 0.028
BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(version)
#BuildRequires: perl(Class::Method::Modifiers)
#BuildRequires: perl(Pod::Wordlist)
#BuildRequires: perl(Test::Kwalitee)
#BuildRequires: perl(Test::NoTabs)
#BuildRequires: perl(Test::Spelling) >= 0.12
%{perl_requires} %{perl_requires}
%description %description
@@ -81,18 +75,19 @@ manpage distribution.
find . -type f -print0 | xargs -0 chmod 644 find . -type f -print0 | xargs -0 chmod 644
%build %build
%{__perl} Build.PL --installdirs=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
./Build build --flags=%{?_smp_mflags} %{__make} %{?_smp_mflags}
%check %check
./Build test %{__make} test
%install %install
./Build install --destdir=%{buildroot} --create_packlist=0 %perl_make_install
%perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README %doc Changes CONTRIBUTING LICENSE README README.md
%changelog %changelog