Add license to javadoc subpackage

This commit is contained in:
Stanislav Ochotnicky 2010-07-08 14:00:34 +00:00
parent 5822ede264
commit 0d601663f2

View File

@ -4,7 +4,7 @@
Name: apache-%{short_name} Name: apache-%{short_name}
Version: 1.1.1 Version: 1.1.1
Release: 10%{?dist} Release: 11%{?dist}
Summary: Apache Commons Logging Summary: Apache Commons Logging
License: ASL 2.0 License: ASL 2.0
Group: Development/Libraries Group: Development/Libraries
@ -147,12 +147,16 @@ rm -rf $RPM_BUILD_ROOT
%files javadoc %files javadoc
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE.txt
%{_javadocdir}/%{name} %{_javadocdir}/%{name}
%{_javadocdir}/%{name}-%{version} %{_javadocdir}/%{name}-%{version}
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
%changelog %changelog
* Thu Jul 8 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-11
- Add license to javadoc subpackage
* Wed Jun 9 2010 Alexander Kurtakov <akurtako@redhat.com> 1.1.1-10 * Wed Jun 9 2010 Alexander Kurtakov <akurtako@redhat.com> 1.1.1-10
- Add osgi manifest entries. - Add osgi manifest entries.