1
0
OBS User unknown 2007-08-07 07:28:00 +00:00 committed by Git OBS Bridge
parent f997d40e0c
commit 09a19a648b
4 changed files with 42 additions and 54 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9105380771ed7dd169ae502fa82cdca6e3ab015ebb037d7ab9bf681009ab9266
size 47647

3
Test-Base-0.54.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f63ef7b36e6c04c836034b496a2cf458f87162e49fcf320490d39d53a0a2cf51
size 45525

View File

@ -1,30 +1,26 @@
-------------------------------------------------------------------
Tue Jul 24 15:32:05 CEST 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 15:34:00 CEST 2006 - cwh@suse.de
version: 0.52
date: Mon Jun 19 10:44:53 PDT 2006
changes:
- version: 0.52
- Add use_ok to exports
version: 0.51
date: Fri Jun 16 13:05:22 PDT 2006
changes:
- version: 0.51
- Remove build-requires dep of Spiffy for Module::Install::TestBase
- Add in a patch from the good folk at Socialtext.
version: 0.50
date: Mon Jan 30 10:52:52 PST 2006
changes:
- version: 0.50
- No change. 0.49 got borked on the way to CPAN
version: 0.49
date: Mon Jan 30 10:52:48 PST 2006
changes:
- version: 0.49
- Added Module::Install::TestBase
version: 0.48
date: Sun Jan 29 10:19:46 PST 2006
changes:
- version: 0.48
- Fixed test failures on windows
-------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Base (Version 0.52)
# spec file for package perl-Test-Base (Version 0.54)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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.
#
@ -14,11 +14,11 @@ Name: perl-Test-Base
BuildRequires: perl-Spiffy >= 0.3
URL: http://search.cpan.org/~ingy/Test-Base
License: Artistic License
Group: Development/Languages/Perl
Group: Development/Libraries/Perl
Requires: perl = %{perl_version} perl-Spiffy >= 0.3
Autoreqprov: on
Summary: Perl module for easily writing own test framework base classes.
Version: 0.52
Version: 0.54
Release: 1
Source: Test-Base-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -26,7 +26,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This module gives you a way to write your own test framework base class
that is trivial. In fact it is as simple as two lines. It extends
Test::More and exports all of its functions.
Test::More and exports all of its functions
@ -36,18 +36,17 @@ Authors:
%prep
%setup -n Test-Base-%{version}
# ---------------------------------------------------------------------------
%build
perl Makefile.PL
make
%check
make test
# ---------------------------------------------------------------------------
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
make test
%perl_process_packlist
%clean
@ -71,28 +70,21 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/auto/Test/Base/.packlist
/var/adm/perl-modules/%{name}
%changelog -n perl-Test-Base
%changelog
* 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
version: 0.52
date: Mon Jun 19 10:44:53 PDT 2006
changes:
- version: 0.52
- Add use_ok to exports
version: 0.51
date: Fri Jun 16 13:05:22 PDT 2006
changes:
- version: 0.51
- Remove build-requires dep of Spiffy for Module::Install::TestBase
- Add in a patch from the good folk at Socialtext.
version: 0.50
date: Mon Jan 30 10:52:52 PST 2006
changes:
- version: 0.50
- No change. 0.49 got borked on the way to CPAN
version: 0.49
date: Mon Jan 30 10:52:48 PST 2006
changes:
- version: 0.49
- Added Module::Install::TestBase
version: 0.48
date: Sun Jan 29 10:19:46 PST 2006
changes:
- version: 0.48
- Fixed test failures on windows
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires