diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-15 07:30:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-15 07:30:35 +0200 |
commit | 09b6b5a92c708db66eb8fc34a91b830de60e64c5 (patch) | |
tree | 37338031056326b9d3ff638f36d264dda9324ea9 | |
parent | ede2368d3d1792f7e68e59a8c0933fa006d1d7cf (diff) |
perl-Gtk2-AppIndicator: fix license
-rw-r--r-- | perl-Gtk2-AppIndicator.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/perl-Gtk2-AppIndicator.spec b/perl-Gtk2-AppIndicator.spec index 2d56813..5bb62cc 100644 --- a/perl-Gtk2-AppIndicator.spec +++ b/perl-Gtk2-AppIndicator.spec @@ -9,10 +9,9 @@ Name: perl-Gtk2-AppIndicator Version: 0.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl extension for libappindicator -# From Copyright: Distributed under the same license as perl. -License: GPL+ or Artistic +License: Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Gtk2-AppIndicator/ Source0: http://www.cpan.org/modules/by-module/Gtk2/Gtk2-AppIndicator-%{version}.tar.gz @@ -70,6 +69,9 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; -print %changelog +* Mon Sep 15 2014 Remi Collet <remi@fedoraproject.org> 0.15-3 +- License is Artistic + * Sun Sep 7 2014 Remi Collet <remi@fedoraproject.org> 0.15-2 - fix BR and cleaup from review #1138980 |