[thermostat/f19] Make javadoc subpackage noarch and include LICENSE/COPYING

jerboaa jerboaa at fedoraproject.org
Tue May 21 13:03:15 UTC 2013


commit 68748dbbf5364758a43423f4061d9bb4617ce8ed
Author: Omair Majid <omajid at redhat.com>
Date:   Mon May 20 22:15:18 2013 -0400

    Make javadoc subpackage noarch and include LICENSE/COPYING

 thermostat.spec |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/thermostat.spec b/thermostat.spec
index 9ec3474..b5c244e 100644
--- a/thermostat.spec
+++ b/thermostat.spec
@@ -124,6 +124,8 @@ Summary:    Javadocs for %{name}
 Group:      Documentation
 Requires:   jpackage-utils
 
+BuildArch:  noarch
+
 %description javadoc
 This package contains the API documentation for %{name}
 
@@ -453,11 +455,17 @@ popd
 %{_bindir}/thermostat
 
 %files javadoc -f .mfiles-javadoc
+%doc LICENSE
+%doc COPYING
 
 %files webapp -f .mfiles-webapp
 %{_datadir}/tomcat/webapps/%{name}
 
 %changelog
+* Mon May 20 2013 Omair Majid <omajid at redhat.com> 0.6.0-17
+- COPYING and LICENSE should be included in all packages
+- javadoc subpackage should be noarch
+
 * Fri May 17 2013 Severin Gehwolf <sgehwolf at redhat.com> 0.6.0-17
 - Finish move to new-style mvn packaging.
 


More information about the scm-commits mailing list