[ehcache-sizeof-agent] introduce license macro

gil gil at fedoraproject.org
Fri Feb 13 19:10:54 UTC 2015


commit 6d868d4f1d9108b8ae6eed5293ff9c70e6094dfc
Author: gil <puntogil at libero.it>
Date:   Fri Feb 13 20:10:39 2015 +0100

    introduce license macro

 ehcache-sizeof-agent.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/ehcache-sizeof-agent.spec b/ehcache-sizeof-agent.spec
index 631d109..89d43d3 100644
--- a/ehcache-sizeof-agent.spec
+++ b/ehcache-sizeof-agent.spec
@@ -1,6 +1,6 @@
 Name:          ehcache-sizeof-agent
 Version:       1.0.1
-Release:       8%{?dist}
+Release:       9%{?dist}
 Summary:       Ehcache Size Of Agent
 License:       ASL 2.0
 URL:           http://www.terracotta.org/
@@ -40,21 +40,25 @@ This package contains the API documentation for %{name}.
 cp %{SOURCE1} LICENSE.txt
 sed -i 's/\r//' LICENSE.txt
 
+%mvn_file :sizeof-agent %{name}
+
 %build
 
-%mvn_file :sizeof-agent %{name}
 %mvn_build 
 
 %install
 %mvn_install
 
 %files -f .mfiles
-%doc LICENSE.txt
+%license LICENSE.txt
 
 %files javadoc -f .mfiles-javadoc
-%doc LICENSE.txt
+%license LICENSE.txt
 
 %changelog
+* Fri Feb 13 2015 gil cattaneo <puntogil at libero.it> 1.0.1-9
+- introduce license macro
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list