From 29ce3922ae26be34e69958f65e2ddc5c43ea07f38588216309cc48e7c3d085f2 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 14 Jan 2010 11:41:04 +0000 Subject: [PATCH] Accepting request 29450 from devel:languages:perl Copy from devel:languages:perl/perl-Class-Inspector based on submit request 29450 from user coolo OBS-URL: https://build.opensuse.org/request/show/29450 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Inspector?expand=0&rev=10 --- perl-Class-Inspector.changes | 5 ----- perl-Class-Inspector.spec | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index ba97a5a..aa86e11 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Thu Jan 14 11:18:19 UTC 2010 - coolo@novell.com - -- norootforbuild is default now - ------------------------------------------------------------------- Wed Jan 13 15:39:36 UTC 2010 - coolo@novell.com diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 2a4f014..fe0fad3 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# norootforbuild Name: perl-Class-Inspector %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Get Information About a Loaded Class Version: 1.24 -Release: 4 +Release: 5 License: Artistic ; GPLv2+ Group: Development/Libraries/Perl Url: http://search.cpan.org/~adamk/Class-Inspector @@ -42,7 +43,6 @@ 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. - %prep %setup -n %{cpan_name}-%{version}