From 293228729098fcc8d1a7cfe69a05404617f1b7a4 Mon Sep 17 00:00:00 2001 From: gil Date: Feb 06 2015 15:36:48 +0000 Subject: introduce license macro --- diff --git a/jaxb2-common-basics.spec b/jaxb2-common-basics.spec index 08ef8d0..a3ce45b 100644 --- a/jaxb2-common-basics.spec +++ b/jaxb2-common-basics.spec @@ -1,6 +1,6 @@ Name: jaxb2-common-basics Version: 0.6.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: JAXB2 Basics License: BSD Url: http://java.net/projects/jaxb2-commons/pages/Home @@ -12,8 +12,6 @@ Source0: %{name}-%{version}-src-svn.tar.gz # but jaxb2-commons developers allowed us to redistribute their # work only if we include this notice. So we HAVE TO include these notices. Source1: %{name}-LICENSE - - # remove # org.springframework spring 2.0.7 # test deps @@ -27,7 +25,6 @@ Patch0: %{name}-0.6.3-fixbuild.patch # todo BR/R org.springframework spring-beans spring-context-support 2.5.6 #atch1: jaxb2-common-basics-0.6.2-spring2.patch -BuildRequires: java-devel BuildRequires: sonatype-oss-parent BuildRequires: annox @@ -84,12 +81,15 @@ rm -rf tools/src/main/java/org/jvnet/jaxb2_commons/plugin/spring/* %mvn_install %files -f .mfiles -%doc LICENSE +%license LICENSE %files javadoc -f .mfiles-javadoc -%doc LICENSE +%license LICENSE %changelog +* Fri Feb 06 2015 gil cattaneo 0.6.3-11 +- introduce license macro + * Sat Jun 07 2014 Fedora Release Engineering - 0.6.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild @@ -120,4 +120,4 @@ rm -rf tools/src/main/java/org/jvnet/jaxb2_commons/plugin/spring/* - add license * Sat Mar 31 2012 gil cattaneo 0.6.3-1 -- initial rpm \ No newline at end of file +- initial rpm