fix license tag

This commit is contained in:
Tom Callaway 2008-05-22 18:40:46 +00:00
parent 65b02b8ab6
commit d79133e34e

View File

@ -1,8 +1,8 @@
Name: perl-IPC-Run3 Name: perl-IPC-Run3
Version: 0.040 Version: 0.040
Release: 4%{?dist} Release: 5%{?dist}
Summary: Run a subprocess in batch mode (a la system) on Unix, Win32, etc Summary: Run a subprocess in batch mode (a la system) on Unix, Win32, etc
License: GPL+ or BSD or Artistic License: GPL+ or Artistic or BSD
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/IPC-Run3/ URL: http://search.cpan.org/dist/IPC-Run3/
Source0: http://www.cpan.org/modules/by-module/IPC/IPC-Run3-%{version}.tar.gz Source0: http://www.cpan.org/modules/by-module/IPC/IPC-Run3-%{version}.tar.gz
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu May 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.040-5
- reorder license tag so it doesn't flag as a false positive
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.040-4 * Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.040-4
- Rebuild normally, second pass - Rebuild normally, second pass