[cli-parser] introduce license macro

gil gil at fedoraproject.org
Fri Jan 30 13:15:22 UTC 2015


commit 1f5426c2c858f847bb4ff037173c44965a7b9ab1
Author: gil <puntogil at libero.it>
Date:   Fri Jan 30 14:13:00 2015 +0100

    introduce license macro

 cli-parser.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/cli-parser.spec b/cli-parser.spec
index 8eee0b6..3281e3e 100644
--- a/cli-parser.spec
+++ b/cli-parser.spec
@@ -1,6 +1,6 @@
 Name:          cli-parser
 Version:       1.1.2
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Command Line Interface Parser for Java
 License:       ASL 2.0
 URL:           http://code.google.com/p/cli-parser/
@@ -10,7 +10,6 @@ Source0:       https://github.com/spullara/cli-parser/archive/%{name}-%{version}
 BuildRequires: mvn(junit:junit)
 
 BuildRequires: maven-local
-
 BuildArch:     noarch
 
 %description
@@ -29,9 +28,10 @@ find . -name "*.jar" -print -delete
 
 %pom_remove_plugin :maven-gpg-plugin
 
+%mvn_file : %{name}
+
 %build
 
-%mvn_file : %{name}
 %mvn_build -- -Dproject.build.sourceEncoding=UTF-8
 
 %install
@@ -44,6 +44,9 @@ find . -name "*.jar" -print -delete
 %doc README.md
 
 %changelog
+* Fri Jan 30 2015 gil cattaneo <puntogil at libero.it> 1.1.2-2
+- introduce license macro
+
 * Thu Jun 12 2014 gil cattaneo <puntogil at libero.it> 1.1.2-1
 - 1.1.2
 


More information about the scm-commits mailing list