[json-lib] Install license file

Michal Srb msrb at fedoraproject.org
Wed Feb 12 13:29:37 UTC 2014


commit a52f9c37b538b6f992f23012f7de3b6e050e6b5e
Author: Michal Srb <msrb at redhat.com>
Date:   Wed Feb 12 14:29:41 2014 +0100

    Install license file

 json-lib.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/json-lib.spec b/json-lib.spec
index 1408562..1c25426 100644
--- a/json-lib.spec
+++ b/json-lib.spec
@@ -1,6 +1,6 @@
 Name:           json-lib
 Version:        2.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        JSON library for Java
 License:        ASL 2.0
 URL:            http://json-lib.sourceforge.net/
@@ -94,10 +94,14 @@ rm -r src/main/jdk15/net/sf/json/JSON*.java
 %mvn_install
 
 %files -f .mfiles
-
+%doc LICENSE.txt
 %files javadoc -f .mfiles-javadoc
+%doc LICENSE.txt
 
 %changelog
+* Wed Feb 12 2014 Michal Srb <msrb at redhat.com> - 2.4-2
+- Install license file
+
 * Wed Feb 12 2014 Michal Srb <msrb at redhat.com> - 2.4-1
 - Update to upstream version 2.4
 


More information about the scm-commits mailing list