|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
Name: perl-Test-Portability-Files
|
|
|
|
|
Version: 0.05
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: Check file names portability
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/Test-Portability-Files/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/S/SA/SAPER/Test-Portability-Files-%{version}.tar.gz
|
|
|
|
@ -10,6 +10,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
#BuildRequires: perl(Module::Build)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -52,6 +54,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Dec 30 2007 Ralf Corsépius <rc040203@freenet.de> - 0.05-5
|
|
|
|
|
- BR: perl(Test::More).
|
|
|
|
|
- BR: perl(Test::Pod), perl(Test::Pod::Coverage).
|
|
|
|
|
- Adjust License-tag.
|
|
|
|
|
|
|
|
|
|
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 0.05-4
|
|
|
|
|
- Use fixperms macro instead of our own chmod incantation.
|
|
|
|
|
- BR ExtUtils::MakeMaker.
|
|
|
|
|