[json-lib] introduce license macro

gil gil at fedoraproject.org
Mon Feb 9 14:58:03 UTC 2015


commit c17b5bcbae85927e8180c7b81954f5bcbde7a24d
Author: gil <puntogil at libero.it>
Date:   Mon Feb 9 15:57:47 2015 +0100

    introduce license macro

 json-lib.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/json-lib.spec b/json-lib.spec
index b1114ea..3713d9c 100644
--- a/json-lib.spec
+++ b/json-lib.spec
@@ -1,6 +1,6 @@
 Name:           json-lib
 Version:        2.4
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        JSON library for Java
 License:        ASL 2.0
 URL:            http://json-lib.sourceforge.net/
@@ -136,13 +136,16 @@ pushd jenkins-%{name}-%{version}
 popd
 
 %files -f .mfiles
-%doc LICENSE.txt
+%license LICENSE.txt
 %files -n jenkins-json-lib -f jenkins-%{name}-%{version}/.mfiles-jenkins-json-lib
-%doc LICENSE.txt
+%license LICENSE.txt
 %files javadoc -f .mfiles-javadoc
-%doc LICENSE.txt
+%license LICENSE.txt
 
 %changelog
+* Fri Feb 06 2015 gil cattaneo <puntogil at libero.it> 2.4-8
+- introduce license macro
+
 * Mon Jun 23 2014 Michal Srb <msrb at redhat.com> - 2.4-7
 - Migrate to groovy18
 


More information about the scm-commits mailing list