Accepting request 55700 from devel:languages:perl

Accepted submit request 55700 from user coolo

OBS-URL: https://build.opensuse.org/request/show/55700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Data-Inheritable?expand=0&rev=14
This commit is contained in:
Marcus Rückert 2010-12-13 12:25:02 +00:00 committed by Git OBS Bridge
commit 47a4572454
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 30 19:19:55 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Wed Nov 24 15:24:56 UTC 2010 - chris@computersalat.de

View File

@ -30,11 +30,9 @@ Url: http://search.cpan.org/dist/Class-Data-Inheritable/
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
Requires: perl = %{perl_version}
%description
Class::Data::Inheritable is for creating accessor/mutators to class data.