From 31cc70f1388e9064b82c4ebd678035f979d005570679f69c581f4c829d106422 Mon Sep 17 00:00:00 2001
From: Sascha Peilicke <null@suse.de>
Date: Mon, 2 May 2011 15:01:04 +0000
Subject: [PATCH] Autobuild autoformatter for 68128

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=2
---
 perl-Eval-Closure.spec | 27 ++++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)

diff --git a/perl-Eval-Closure.spec b/perl-Eval-Closure.spec
index 5d77fd9..3cc9d47 100644
--- a/perl-Eval-Closure.spec
+++ b/perl-Eval-Closure.spec
@@ -1,14 +1,31 @@
-# vim: set sw=4 ts=4 et nu:
+#
+# spec file for package perl-Eval-Closure
+#
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
 
 Name:           perl-Eval-Closure
 Version:        0.03
-Release:        0
+Release:        1
 Summary:        Safely and cleanly create closures via string eval
 Source:         http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Eval-Closure-%{version}.tar.gz
-URL:            http://search.cpan.org/dist/Eval-Closure
+Url:            http://search.cpan.org/dist/Eval-Closure
 Group:          Development/Libraries/Perl
 License:        Perl License
-BuildRoot:      %{_tmppath}/build-%{name}-%{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl-macros
 BuildRequires:  make
@@ -67,4 +84,4 @@ non-existent) if caching is to work properly).
 %dir %{perl_vendorlib}/Eval
 %{perl_vendorlib}/Eval/Closure.pm
 %doc %{perl_man3dir}/Eval::Closure.%{perl_man3ext}%{ext_man}
-
+%changelog