forked from pool/perl-Class-Method-Modifiers-Fast
- do not add autogenerated requires, they are just wrong in this case
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Method-Modifiers-Fast?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
fff4cdd07b
commit
d0faff79e0
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 25 14:44:57 UTC 2012 - coolo@suse.com
|
||||
|
||||
- do not add autogenerated requires, they are just wrong in this case
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 13 20:23:03 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Class-Method-Modifiers-Fast
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,32 +16,21 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: perl-Class-Method-Modifiers-Fast
|
||||
Version: 0.041
|
||||
Release: 1
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Release: 0
|
||||
%define cpan_name Class-Method-Modifiers-Fast
|
||||
Summary: provides Moose-like method modifiers
|
||||
Url: http://search.cpan.org/dist/Class-Method-Modifiers-Fast/
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Class-Method-Modifiers-Fast/
|
||||
Source: http://www.cpan.org/authors/id/K/KI/KITANO/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Data::Util) >= 0.55
|
||||
BuildRequires: perl(inc::Module::Install)
|
||||
BuildRequires: perl(JSON)
|
||||
BuildRequires: perl(LWP::Simple)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Parse::CPAN::Meta)
|
||||
BuildRequires: perl(Sub::Uplevel)
|
||||
BuildRequires: perl(Test::Builder::IO::Scalar)
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Text::Diff)
|
||||
BuildRequires: perl(YAML)
|
||||
BuildRequires: perl(YAML::Tiny)
|
||||
Requires: perl(Data::Util) >= 0.55
|
||||
%{perl_requires}
|
||||
|
||||
@@ -71,9 +60,6 @@ the particular modifiers work.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
Reference in New Issue
Block a user