rpms/apache-commons-logging/devel apache-commons-logging.spec, 1.9, 1.10

Stanislav Ochotnicky sochotni at fedoraproject.org
Thu Jul 8 14:00:35 UTC 2010


Author: sochotni

Update of /cvs/pkgs/rpms/apache-commons-logging/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18230

Modified Files:
	apache-commons-logging.spec 
Log Message:
Add license to javadoc subpackage




Index: apache-commons-logging.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apache-commons-logging/devel/apache-commons-logging.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- apache-commons-logging.spec	9 Jun 2010 18:08:45 -0000	1.9
+++ apache-commons-logging.spec	8 Jul 2010 14:00:34 -0000	1.10
@@ -4,14 +4,14 @@
 
 Name:           apache-%{short_name}
 Version:        1.1.1
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Apache Commons Logging
 License:        ASL 2.0
 Group:          Development/Libraries
 URL:            http://commons.apache.org/%{base_name}
 Source0:        http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
 Source1:        %{short_name}.depmap
-Patch1:         %{short_name}-eclipse-manifest.patch 
+Patch1:         %{short_name}-eclipse-manifest.patch
 Patch0:         %{short_name}-maven-release-plugin.patch
 BuildArch:      noarch
 BuildRequires:  java-devel >= 1:1.6.0
@@ -74,7 +74,7 @@ Obsoletes:      jakarta-%{short_name}-ja
 
 %patch0 -p1 -b .rhbug_588142
 
-%patch1 
+%patch1
 
 sed -i 's/\r//' RELEASE-NOTES.txt LICENSE.txt
 
@@ -147,12 +147,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files javadoc
 %defattr(-,root,root,-)
+%doc LICENSE.txt
 %{_javadocdir}/%{name}
 %{_javadocdir}/%{name}-%{version}
 
 # -----------------------------------------------------------------------------
 
 %changelog
+* Thu Jul  8 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.1.1-11
+- Add license to javadoc subpackage
+
 * Wed Jun 9 2010 Alexander Kurtakov <akurtako at redhat.com> 1.1.1-10
 - Add osgi manifest entries.
 



More information about the scm-commits mailing list