[ezmorph] introduce license macro

gil gil at fedoraproject.org
Fri Feb 13 19:35:16 UTC 2015


commit 8c7d54c56cd65707174890b9262a6739a87752b0
Author: gil <puntogil at libero.it>
Date:   Fri Feb 13 20:35:01 2015 +0100

    introduce license macro

 ezmorph.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/ezmorph.spec b/ezmorph.spec
index d096696..0cf382c 100644
--- a/ezmorph.spec
+++ b/ezmorph.spec
@@ -1,6 +1,6 @@
 Name:           ezmorph
 Version:        1.0.6
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Object transformation library for Java
 License:        ASL 2.0
 URL:            http://ezmorph.sourceforge.net/
@@ -15,8 +15,6 @@ Source0:        %{name}-%{version}.tar.gz
 Source1:        http://ezmorph.cvs.sourceforge.net/viewvc/ezmorph/ezmorph/LICENSE.txt
 Patch0:         ezmorph-1.0.6-maven.patch
 
-BuildRequires:  java-devel
-BuildRequires:  jpackage-utils
 BuildRequires:  jakarta-oro
 BuildRequires:  maven-local
 BuildArch:      noarch
@@ -27,7 +25,6 @@ Object. It supports transformations for primitives and Objects and
 multidimensional arrays.
 
 %package javadoc
-Group:          Documentation
 Summary:        Javadoc for %{name}
 
 %description javadoc
@@ -48,12 +45,15 @@ cp -p %{SOURCE1} .
 %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.6-12
+- introduce license macro
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.6-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list