From 0cd27dcbbe74e1dfb0fed4cb73805e49466c16cd082240cf0fdc1beb560d1561 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 14 Jan 2010 10:11:04 +0000 Subject: [PATCH] checked in OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=12 --- perl-Class-Inspector.changes | 5 ----- perl-Class-Inspector.spec | 13 +++++++++++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index aa86e11..411bbb6 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Wed Jan 13 15:39:36 UTC 2010 - coolo@novell.com - -- removing author from %description - ------------------------------------------------------------------- Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 8356a8b..70136f6 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -26,8 +26,8 @@ Release: 2 License: Artistic ; GPLv2+ Group: Development/Libraries/Perl Url: http://search.cpan.org/~adamk/Class-Inspector -Source: %{cpan_name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: %{cpan_name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(File::Spec) >= 0.80 @@ -43,11 +43,20 @@ are not always very conveniet, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class-Inspector attempts to provide an easier, more friendly interface to this information. + + + +Authors: +-------- + Adam Kennedy + %prep %setup -n %{cpan_name}-%{version} + %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" %{__make} %{?_smp_mflags} + %check %{__make} test