From 0ec03dc11d68e78bc5da4113278a721a033fb591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Fri, 2 Oct 2009 09:12:52 +0000 Subject: [PATCH] - fixed the license tag --- perl-Bit-Vector.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Bit-Vector.spec b/perl-Bit-Vector.spec index 5f0c729..ecd0e37 100644 --- a/perl-Bit-Vector.spec +++ b/perl-Bit-Vector.spec @@ -4,7 +4,8 @@ Release: 1%{?dist} Summary: Efficient bit vector, set of integers and "big int" math library Group: Development/Libraries -License: GPL+ or Artistic +# Clarified by a private mail from the author: +License: (GPLv2+ or Artistic) and LGPLv2+ URL: http://search.cpan.org/dist/Bit-Vector/ Source0: http://www.cpan.org/authors/id/S/ST/STBEY/Bit-Vector-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -69,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Oct 2 2009 Stepan Kasal - 7.1-2 +- fixed the license tag + * Thu Oct 1 2009 Stepan Kasal - 7.1-1 - new upstream release