Autobuild autoformatter for 68128

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=2
This commit is contained in:
Sascha Peilicke 2011-05-02 15:01:04 +00:00 committed by Git OBS Bridge
parent f87b27b360
commit 31cc70f138

View File

@ -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