Autobuild autoformatter for 55644

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Devel-StackTrace?expand=0&rev=2
This commit is contained in:
Marcus Rückert 2010-12-13 13:14:59 +00:00 committed by Git OBS Bridge
parent 75a4582e50
commit 9d29c6007f

View File

@ -17,6 +17,7 @@
# norootforbuild
Name: perl-Devel-StackTrace
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Stack trace and stack trace frame objects
@ -36,9 +37,9 @@ BuildRequires: perl(Test::More) >= 0.46
# other not perl || perl-base
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
Requires: perl(File::Spec)
Requires: perl(Scalar::Util)
Provides: %{cpan_name}
Requires: perl(File::Spec)
Requires: perl(Scalar::Util)
Provides: %{cpan_name}
%description
The Devel::StackTrace module contains two classes, Devel::StackTrace and
@ -78,4 +79,3 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%doc Changes LICENSE README SIGNATURE
%changelog