8
0

- 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:
Stephan Kulow
2012-06-25 14:50:34 +00:00
committed by Git OBS Bridge
parent fff4cdd07b
commit d0faff79e0
2 changed files with 9 additions and 18 deletions

View File

@@ -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 Wed Jul 13 20:23:03 UTC 2011 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Class-Method-Modifiers-Fast # 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 # 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,32 +16,21 @@
# #
Name: perl-Class-Method-Modifiers-Fast Name: perl-Class-Method-Modifiers-Fast
Version: 0.041 Version: 0.041
Release: 1 Release: 0
License: GPL-1.0+ or Artistic-1.0
%define cpan_name Class-Method-Modifiers-Fast %define cpan_name Class-Method-Modifiers-Fast
Summary: provides Moose-like method modifiers 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 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 Source: http://www.cpan.org/authors/id/K/KI/KITANO/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Data::Util) >= 0.55 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(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 Requires: perl(Data::Util) >= 0.55
%{perl_requires} %{perl_requires}
@@ -71,9 +60,6 @@ the particular modifiers work.
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes README %doc Changes README