Change license

This commit is contained in:
Petr Písař 2012-11-05 14:44:34 +01:00
parent ca549ffb9b
commit ff7a981be7

View File

@ -1,8 +1,11 @@
Name: perl-Sys-MemInfo
Version: 0.91
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Memory information as Perl module
License: LGPLv2+
# README: GPLv1+ or Artistic
# MemInfo.pm LGPLv2+
# <https://rt.cpan.org/Public/Bug/Display.html?id=80636>
License: (GPLv1+ or Artistic) and LGPLv2+
Group: Development/Libraries
URL: http://search.cpan.org/dist/Sys-MemInfo/
Source0: http://www.cpan.org/modules/by-module/Sys/Sys-MemInfo-%{version}.tar.gz
@ -45,6 +48,10 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Nov 05 2012 Petr Pisar <ppisar@redhat.com> - 0.91-5
- Change license from (LGPLv2+) to ((GPLv1+ or Artistic) and LGPLv2+)
(CPAN RT #80636)
* Mon Nov 05 2012 Petr Pisar <ppisar@redhat.com> - 0.91-4
- Improve description
- Specify all dependencies