|
|
@ -1,20 +1,20 @@
|
|
|
|
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
|
|
|
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-MockObject
|
|
|
|
Name: perl-Test-MockObject
|
|
|
|
Version: 0.14
|
|
|
|
Version: 0.15
|
|
|
|
Release: 1
|
|
|
|
Release: 2
|
|
|
|
Epoch: 0
|
|
|
|
Epoch: 0
|
|
|
|
Summary: Perl extension for emulating troublesome interfaces
|
|
|
|
Summary: Perl extension for emulating troublesome interfaces
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL or Artistic
|
|
|
|
License: GPL or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/Test-MockObject/
|
|
|
|
URL: http://search.cpan.org/dist/Test-MockObject/
|
|
|
|
Source: http://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-0.14.tar.gz
|
|
|
|
Source: http://www.cpan.org/authors/id/C/CH/CHROMATIC/Test-MockObject-0.15.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl >= 1:5.6.1
|
|
|
|
BuildRequires: perl >= 1:5.6.1
|
|
|
|
BuildRequires: perl(Scalar::Util), perl(Test::Builder), perl(Test::More)
|
|
|
|
BuildRequires: perl(Scalar::Util), perl(Test::Simple) >= 0.44
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -54,16 +54,22 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc Changes README
|
|
|
|
%doc Changes README
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{perl_vendorlib}/Test/
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 28 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.15-2
|
|
|
|
|
|
|
|
- Build requires Test::Simple >= 0.44 (bug 2324).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 01 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.15-0.fdr.1
|
|
|
|
|
|
|
|
- Update to 0.15.
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 25 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.14-0.fdr.1
|
|
|
|
* Tue May 25 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.14-0.fdr.1
|
|
|
|
- Update to 0.14.
|
|
|
|
- Update to 0.14.
|
|
|
|
- Require perl >= 1:5.6.1 for vendor install dir support.
|
|
|
|
- Require perl >= 1:5.6.1 for vendor install dir support.
|
|
|
|
- Use pure_install to avoid perllocal.pod workarounds.
|
|
|
|
- Use pure_install to avoid perllocal.pod workarounds.
|
|
|
|
- Moved make test to section %check.
|
|
|
|
- Moved make test to section %%check.
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 19 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.12-0.fdr.1
|
|
|
|
* Wed Nov 19 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.12-0.fdr.1
|
|
|
|
- First build.
|
|
|
|
- First build.
|
|
|
|