siwtch to perl_requires macro

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-Cycle?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2010-11-30 19:25:15 +00:00 committed by Git OBS Bridge
parent 720f91278c
commit adc2815bad
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 30 19:20:09 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Fri Nov 19 15:33:16 UTC 2010 - chris@computersalat.de

View File

@ -17,12 +17,11 @@
# norootforbuild
Name: perl-Devel-Cycle
%define cpan_name Devel-Cycle
Summary: Find memory cycles in objects
Version: 1.11
Release: 1
Release: 2
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Devel-Cycle/
@ -38,7 +37,7 @@ BuildRequires: perl-macros
%endif
BuildRequires: perl(Test::More)
BuildRequires: perl(Scalar::Util)
Requires: perl = %{perl_version}
%{perl_requires}
Requires: perl(Scalar::Util)
%description