diff --git a/perl-Math-Pari.spec b/perl-Math-Pari.spec index c08786c..384266a 100644 --- a/perl-Math-Pari.spec +++ b/perl-Math-Pari.spec @@ -14,8 +14,8 @@ Version: 2.010709 # testing with a development version of PARI, as this expression evaluates # the latest version of GP/PARI the perl module was tested with. %define pariversion %(echo %{version} | %{__perl} -pi -e 's/(\\d+)\\.(\\d\\d)(\\d\\d).*/sprintf("%d.%d.%d",$1,$2,$3)/e') -Release: 2%{?dist} -License: Artistic or GPL +Release: 3%{?dist} +License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Math-Pari/ Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILYAZ/modules/Math-Pari-%{version}.tar.gz @@ -74,6 +74,9 @@ export DLCFLAGS=-fPIC %exclude %{_mandir}/man3/Math::libPARI.dumb.3pm* %changelog +* Mon Aug 13 2007 Paul Howarth 2.010709-3 +- clarify license as GPL v1 or later, or Artistic (same as perl) + * Wed Apr 18 2007 Paul Howarth 2.010709-2 - Buildrequire perl(ExtUtils::MakeMaker)