From 8d91d30d0eb82001b98e1fd926d39e4cf5e98b70 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Tue, 31 Jul 2018 16:18:30 +0200 Subject: [PATCH] Install license files for all subpackage combinations --- maven-plugin-tools.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/maven-plugin-tools.spec b/maven-plugin-tools.spec index 740e86c..03223c2 100644 --- a/maven-plugin-tools.spec +++ b/maven-plugin-tools.spec @@ -1,6 +1,6 @@ Name: maven-plugin-tools Version: 3.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 0 Summary: Maven Plugin Tools License: ASL 2.0 @@ -230,17 +230,19 @@ API documentation for %{name}. %files -f .mfiles-maven-plugin-tools %dir %{_javadir}/%{name} -%doc LICENSE NOTICE +%license LICENSE NOTICE %files -n maven-plugin-annotations -f .mfiles-maven-plugin-annotations %files -n maven-plugin-plugin -f .mfiles-maven-plugin-plugin %files annotations -f .mfiles-maven-plugin-tools-annotations +%license LICENSE NOTICE %files ant -f .mfiles-maven-plugin-tools-ant %files api -f .mfiles-maven-plugin-tools-api +%license LICENSE NOTICE %files beanshell -f .mfiles-maven-plugin-tools-beanshell @@ -251,18 +253,24 @@ API documentation for %{name}. %files javadoc -f .mfiles-maven-plugin-tools-javadoc %files model -f .mfiles-maven-plugin-tools-model +%license LICENSE NOTICE %files -n maven-script -f .mfiles-maven-script %files -n maven-script-ant -f .mfiles-maven-script-ant +%license LICENSE NOTICE %files -n maven-script-beanshell -f .mfiles-maven-script-beanshell +%license LICENSE NOTICE %files javadocs -f .mfiles-javadoc -%doc LICENSE NOTICE +%license LICENSE NOTICE %changelog +* Tue Jul 31 2018 Michael Simacek - 0:3.5.1-4 +- Install license files for all subpackage combinations + * Fri Jul 13 2018 Fedora Release Engineering - 0:3.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild