fix license tag

This commit is contained in:
Tom Callaway 2008-08-28 15:50:03 +00:00
parent 6d0f5cf55b
commit 0e262e0713

View File

@ -1,8 +1,8 @@
Name: perl-IPC-Run3
Version: 0.042
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Run a subprocess in batch mode (a la system) on Unix, Win32, etc
License: GPL+ or Artistic or BSD
License: (GPL+ or Artistic) or BSD
Group: Development/Libraries
URL: http://search.cpan.org/dist/IPC-Run3/
Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/IPC-Run3-%{version}.tar.gz
@ -52,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Thu Aug 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.042-2
- fix license tag (technically, it was correct before, but this keeps rpmlint from
flagging this package as a false positive)
* Mon Aug 25 2008 Ralf Corsépius <corsepiu@fedoraproject.org> 0.042-1
- Upstream update.