1
0

Autobuild autoformatter for 55215

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=2
This commit is contained in:
Lars Vogdt 2010-12-19 13:00:27 +00:00 committed by Git OBS Bridge
parent 996bce376c
commit 9515f12d88

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Exception-Class
# spec file for package perl-Exception-Class (Version 1.29)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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
@ -17,9 +17,6 @@
# norootforbuild
#Distribution: %dist
#Packager: %packager
#Vendor: %vendor
Name: perl-Exception-Class
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
@ -30,7 +27,7 @@ License: GPL/Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Exception-Class
Source: %{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
@ -40,9 +37,9 @@ BuildRequires: perl(Test::More) >= 0.46
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Class::Data::Inheritable) >= 0.02
BuildRequires: perl(Devel::StackTrace) >= 1.20
Requires: perl(Scalar::Util)
Requires: perl(Class::Data::Inheritable) >= 0.02
Requires: perl(Devel::StackTrace) >= 1.20
Requires: perl(Scalar::Util)
Requires: perl(Class::Data::Inheritable) >= 0.02
Requires: perl(Devel::StackTrace) >= 1.20
%description
Exception::Class allows you to declare exception hierarchies in your modules in
@ -89,5 +86,3 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%doc Changes LICENSE SIGNATURE
%changelog
* Thu Nov 01 2007 - James Oakley <jfunk@funktronics.ca> - 1.23-1
- Initial release