summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-04-03 16:23:56 +0200
committerRemi Collet <fedora@famillecollet.com>2013-04-03 16:23:56 +0200
commit4a241ab4ae1b5d48a2630e5e0fc171cb320110f3 (patch)
tree79aa4782a8d41205a8bf7687734699a28c88f529
parent5ff77b9954e959fb028e711beabd6e4dbc44adc4 (diff)
php-pear-Net-IMAP: fix license, from review comment #929214
-rw-r--r--php-pear-Net-IMAP.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php-pear-Net-IMAP.spec b/php-pear-Net-IMAP.spec
index 8475ebc..86dc4a0 100644
--- a/php-pear-Net-IMAP.spec
+++ b/php-pear-Net-IMAP.spec
@@ -8,14 +8,17 @@
Name: php-pear-Net-IMAP
Version: 1.1.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Provides an implementation of the IMAP protocol
Group: Development/Libraries
-License: PHP
+# https://pear.php.net/bugs/19875
+# tests/* are GPL
+# docs/* are PHP version 2
+# NET/* are PHP
+License: GPLv2+ and PHP
URL: http://%{pear_channel}/package/%{pear_name}
Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
-# https://pear.php.net/bugs/19875
Source1: http://www.php.net/license/3_01.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -98,5 +101,8 @@ fi
%changelog
+* Wed Apr 3 2013 Remi Collet <remi@fedoraproject.org> - 1.1.2-2
+- fix license, from review comment #929214
+
* Fri Mar 29 2013 Remi Collet <remi@fedoraproject.org> - 1.1.2-1
- initial pakage