forked from pool/perl-Test-Base
This commit is contained in:
parent
f997d40e0c
commit
09a19a648b
@ -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
3
Test-Base-0.54.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f63ef7b36e6c04c836034b496a2cf458f87162e49fcf320490d39d53a0a2cf51
|
||||||
|
size 45525
|
@ -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
|
Wed Oct 25 15:34:00 CEST 2006 - cwh@suse.de
|
||||||
|
|
||||||
version: 0.52
|
- version: 0.52
|
||||||
date: Mon Jun 19 10:44:53 PDT 2006
|
|
||||||
changes:
|
|
||||||
- Add use_ok to exports
|
- Add use_ok to exports
|
||||||
|
|
||||||
version: 0.51
|
- version: 0.51
|
||||||
date: Fri Jun 16 13:05:22 PDT 2006
|
|
||||||
changes:
|
|
||||||
- Remove build-requires dep of Spiffy for Module::Install::TestBase
|
- Remove build-requires dep of Spiffy for Module::Install::TestBase
|
||||||
- Add in a patch from the good folk at Socialtext.
|
- Add in a patch from the good folk at Socialtext.
|
||||||
|
|
||||||
version: 0.50
|
- version: 0.50
|
||||||
date: Mon Jan 30 10:52:52 PST 2006
|
|
||||||
changes:
|
|
||||||
- No change. 0.49 got borked on the way to CPAN
|
- No change. 0.49 got borked on the way to CPAN
|
||||||
|
|
||||||
version: 0.49
|
- version: 0.49
|
||||||
date: Mon Jan 30 10:52:48 PST 2006
|
|
||||||
changes:
|
|
||||||
- Added Module::Install::TestBase
|
- Added Module::Install::TestBase
|
||||||
|
|
||||||
version: 0.48
|
- version: 0.48
|
||||||
date: Sun Jan 29 10:19:46 PST 2006
|
|
||||||
changes:
|
|
||||||
- Fixed test failures on windows
|
- Fixed test failures on windows
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -14,11 +14,11 @@ Name: perl-Test-Base
|
|||||||
BuildRequires: perl-Spiffy >= 0.3
|
BuildRequires: perl-Spiffy >= 0.3
|
||||||
URL: http://search.cpan.org/~ingy/Test-Base
|
URL: http://search.cpan.org/~ingy/Test-Base
|
||||||
License: Artistic License
|
License: Artistic License
|
||||||
Group: Development/Languages/Perl
|
Group: Development/Libraries/Perl
|
||||||
Requires: perl = %{perl_version} perl-Spiffy >= 0.3
|
Requires: perl = %{perl_version} perl-Spiffy >= 0.3
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Perl module for easily writing own test framework base classes.
|
Summary: Perl module for easily writing own test framework base classes.
|
||||||
Version: 0.52
|
Version: 0.54
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: Test-Base-%{version}.tar.gz
|
Source: Test-Base-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -26,7 +26,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%description
|
%description
|
||||||
This module gives you a way to write your own test framework base class
|
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
|
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
|
%prep
|
||||||
%setup -n Test-Base-%{version}
|
%setup -n Test-Base-%{version}
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make
|
make
|
||||||
|
|
||||||
|
%check
|
||||||
make test
|
make test
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||||
make test
|
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -71,28 +70,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorarch}/auto/Test/Base/.packlist
|
%{perl_vendorarch}/auto/Test/Base/.packlist
|
||||||
/var/adm/perl-modules/%{name}
|
/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
|
* Wed Oct 25 2006 - cwh@suse.de
|
||||||
version: 0.52
|
- version: 0.52
|
||||||
date: Mon Jun 19 10:44:53 PDT 2006
|
|
||||||
changes:
|
|
||||||
- Add use_ok to exports
|
- Add use_ok to exports
|
||||||
version: 0.51
|
- version: 0.51
|
||||||
date: Fri Jun 16 13:05:22 PDT 2006
|
|
||||||
changes:
|
|
||||||
- Remove build-requires dep of Spiffy for Module::Install::TestBase
|
- Remove build-requires dep of Spiffy for Module::Install::TestBase
|
||||||
- Add in a patch from the good folk at Socialtext.
|
- Add in a patch from the good folk at Socialtext.
|
||||||
version: 0.50
|
- version: 0.50
|
||||||
date: Mon Jan 30 10:52:52 PST 2006
|
|
||||||
changes:
|
|
||||||
- No change. 0.49 got borked on the way to CPAN
|
- No change. 0.49 got borked on the way to CPAN
|
||||||
version: 0.49
|
- version: 0.49
|
||||||
date: Mon Jan 30 10:52:48 PST 2006
|
|
||||||
changes:
|
|
||||||
- Added Module::Install::TestBase
|
- Added Module::Install::TestBase
|
||||||
version: 0.48
|
- version: 0.48
|
||||||
date: Sun Jan 29 10:19:46 PST 2006
|
|
||||||
changes:
|
|
||||||
- Fixed test failures on windows
|
- Fixed test failures on windows
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
|
Loading…
Reference in New Issue
Block a user