rpms/jython/devel jython.spec,1.19,1.20

Andrew Overholt overholt at fedoraproject.org
Mon Jul 12 19:02:33 UTC 2010


Author: overholt

Update of /cvs/pkgs/rpms/jython/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3880/devel

Modified Files:
	jython.spec 
Log Message:
* Mon Jul 12 2010 Andrew Overholt <overholt at redhat.com> 2.2.1-4.6
- Ensure license is also in -javadoc package


Index: jython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jython/devel/jython.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- jython.spec	8 Jun 2010 18:39:34 -0000	1.19
+++ jython.spec	12 Jul 2010 19:02:33 -0000	1.20
@@ -7,7 +7,7 @@
 
 Name:                      jython
 Version:                   2.2.1
-Release:                   4.5%{?dist}
+Release:                   4.6%{?dist}
 Summary:                   A Java implementation of the Python language
 License:                   ASL 1.1 and BSD and CNRI and JPython and Python
 URL:                       http://www.jython.org/
@@ -224,17 +224,23 @@ rm -rf $RPM_BUILD_ROOT
 
 %files javadoc
 %defattr(-,root,root)
+%doc LICENSE.txt
 %doc %{_javadocdir}/%{name}-%{version}
 
 %files manual
 %defattr(-,root,root)
+%doc LICENSE.txt README.txt
 %doc %{name}-manual-%{version}
 
 %files demo
 %defattr(-,root,root)
+%doc ACKNOWLEDGMENTS NEWS LICENSE.txt README.txt
 %doc %{_datadir}/%{name}/Demo
 
 %changelog
+* Mon Jul 12 2010 Andrew Overholt <overholt at redhat.com> 2.2.1-4.6
+- Ensure license is also in -javadoc package
+
 * Tue Jun 08 2010 Andrew Overholt <overholt at redhat.com> 2.2.1-4.5
 - Fix wrapper script to not reference %%{_libdir} of build machine.
 - Resolves bug #601766.



More information about the scm-commits mailing list