From f4c101d82f4beb5c64f2303c477430e5f843c63bc3609659a1224c9682720adb Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 14 Jan 2010 11:16:13 +0000 Subject: [PATCH] dummy change OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=13 --- perl-Class-Inspector.changes | 5 +++++ perl-Class-Inspector.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index aa86e11..ba97a5a 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 a352b3d..c5c5d2b 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -15,9 +15,6 @@ # 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 @@ -43,6 +40,7 @@ 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} @@ -63,6 +61,6 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" %files -f %{name}.files %defattr(-,root,root) -%doc Changes LICENSE +%doc Changes LICENSE README %changelog