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

This commit is contained in:
Tomas Radej 2013-07-09 11:11:15 +02:00
parent 8cf0f92a93
commit 3f78933614

View File

@ -3,10 +3,10 @@
Name: apache-%{short_name} Name: apache-%{short_name}
Version: 1.8 Version: 1.8
Release: 2%{?dist} Release: 4%{?dist}
Summary: Implementations of common encoders and decoders Summary: Implementations of common encoders and decoders
Group: Development/Libraries Group: Development/Libraries
License: ASL 2.0 and MIT License: ASL 2.0
URL: http://commons.apache.org/%{base_name}/ URL: http://commons.apache.org/%{base_name}/
Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz 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} %{_javadocdir}/%{name}
%changelog %changelog
* Mon Jul 08 2013 Tomas Radej <tradej@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@redhat.com> - 1.8-2 * Tue Jun 25 2013 Tomas Radej <tradej@redhat.com> - 1.8-2
- Clarified licensing of DoubleMetaphoneTest.java - Clarified licensing of DoubleMetaphoneTest.java