[apache-commons-codec/f19] Fixed license tag (MIT is only in test that doesn't make it into binary RPM)

Tomas Radej tradej at fedoraproject.org
Tue Jul 9 09:12:14 UTC 2013


commit 638579d8515cb031da416d115c665dd9508ce277
Author: Tomas Radej <tradej at redhat.com>
Date:   Tue Jul 9 11:11:15 2013 +0200

    Fixed license tag (MIT is only in test that doesn't make it into binary RPM)

 apache-commons-codec.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/apache-commons-codec.spec b/apache-commons-codec.spec
index 711d88f..fa33f06 100644
--- a/apache-commons-codec.spec
+++ b/apache-commons-codec.spec
@@ -3,10 +3,10 @@
 
 Name:          apache-%{short_name}
 Version:       1.8
-Release:       2%{?dist}
+Release:       4%{?dist}
 Summary:       Implementations of common encoders and decoders
 Group:         Development/Libraries
-License:       ASL 2.0 and MIT
+License:       ASL 2.0
 URL:           http://commons.apache.org/%{base_name}/
 
 Source0:       http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
@@ -93,6 +93,9 @@ install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Jul 08 2013 Tomas Radej <tradej at redhat.com> - 1.8-4
+- Fixed license tag (MIT is only in test that doesn't make it into binary RPM)
+
 * Tue Jun 25 2013 Tomas Radej <tradej at redhat.com> - 1.8-2
 - Clarified licensing of DoubleMetaphoneTest.java
 


More information about the scm-commits mailing list