license tag fix

epel9
Tom Callaway 18 years ago
parent a38e1769a4
commit 9a0b0bf261

@ -1,15 +1,15 @@
Name: perl-Test-MockModule
Version: 0.05
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Override subroutines in a module for unit testing
Group: Development/Libraries
License: GPL or Artistic
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Test-MockModule/
Source0: http://search.cpan.org/CPAN/authors/id/S/SI/SIMONFLK/Test-MockModule-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl >= 1:5.6.1, perl(Test::Pod), perl(Test::Pod::Coverage)
BuildRequires: perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.05-5
- license tag fix
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.05-4
- bump for fc6

Loading…
Cancel
Save