[maven-invoker-plugin] Add LICENSE and NOTICE files.

Mikolaj Izdebski mizdebsk at fedoraproject.org
Fri Jan 4 17:25:03 UTC 2013


commit 7eec4a155b895f178beba919bb87ecbdb8533ea0
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Fri Jan 4 18:18:10 2013 +0100

    Add LICENSE and NOTICE files.

 maven-invoker-plugin.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/maven-invoker-plugin.spec b/maven-invoker-plugin.spec
index 7e5e66e..1a660b0 100644
--- a/maven-invoker-plugin.spec
+++ b/maven-invoker-plugin.spec
@@ -1,6 +1,6 @@
 Name:           maven-invoker-plugin
 Version:        1.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Maven Invoker Plugin
 
 Group:          Development/Libraries
@@ -87,14 +87,19 @@ install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
 
 %files
+%doc LICENSE NOTICE
 %{_javadir}/*
 %{_mavenpomdir}/*
 %{_mavendepmapfragdir}/*
 
 %files javadoc
+%doc LICENSE NOTICE
 %{_javadocdir}/%{name}
 
 %changelog
+* Fri Jan 4 2013 David Xie <david.scriptfan at gmail.com> 1.7-2
+- Add LICENSE and NOTICE files.
+
 * Tue Oct 23 2012 Alexander Kurtakov <akurtako at redhat.com> 1.7-1
 - Update to latest upstream.
 


More information about the scm-commits mailing list