diff --git a/perl-Test-Base.spec b/perl-Test-Base.spec index 6978a29..c797a07 100644 --- a/perl-Test-Base.spec +++ b/perl-Test-Base.spec @@ -1,25 +1,33 @@ # # spec file for package perl-Test-Base (Version 0.54) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 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/ # # norootforbuild + Name: perl-Test-Base BuildRequires: perl-Spiffy >= 0.3 -URL: http://search.cpan.org/~ingy/Test-Base +Url: http://search.cpan.org/~ingy/Test-Base License: Artistic License Group: Development/Libraries/Perl Requires: perl = %{perl_version} perl-Spiffy >= 0.3 -Autoreqprov: on +AutoReqProv: on Summary: Perl module for easily writing own test framework base classes. Version: 0.54 -Release: 1 +Release: 73 Source: Test-Base-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -71,10 +79,10 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/%{name} %changelog -* Tue Jul 24 2007 - cwh@suse.de +* Tue Jul 24 2007 cwh@suse.de - version 0.54: Make dependency on Filter::Util::Call explicit in Makefile.PL - version 0.53: Changes from miyagawa and crew -* Wed Oct 25 2006 - cwh@suse.de +* Wed Oct 25 2006 cwh@suse.de - version: 0.52 - Add use_ok to exports - version: 0.51 @@ -86,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT - Added Module::Install::TestBase - version: 0.48 - Fixed test failures on windows -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Fri Jan 20 2006 - cwh@suse.de +* Fri Jan 20 2006 cwh@suse.de - Initially packaged for SUSE Linux