[maven-gpg-plugin] Install LICENSE and NOTICE files (#879367)

Stanislav Ochotnicky sochotni at fedoraproject.org
Mon Nov 26 08:52:13 UTC 2012


commit cda49fe25c397ba2e063b078b0e38736f57a7806
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Mon Nov 26 09:52:05 2012 +0100

    Install LICENSE and NOTICE files (#879367)

 maven-gpg-plugin.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/maven-gpg-plugin.spec b/maven-gpg-plugin.spec
index eb126cb..402fd1d 100644
--- a/maven-gpg-plugin.spec
+++ b/maven-gpg-plugin.spec
@@ -1,6 +1,6 @@
 Name:           maven-gpg-plugin
 Version:        1.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Maven GPG Plugin
 
 Group:          Development/Libraries
@@ -64,15 +64,17 @@ install -Dpm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 # javadoc
 install -dm 755 %{buildroot}%{_javadocdir}/%{name}
 
-%files
-%{_javadir}/%{name}.jar
-%{_mavenpomdir}/JPP-%{name}.pom
-%{_mavendepmapfragdir}/%{name}
+%files -f .mfiles
+%doc LICENSE NOTICE
 
 %files javadoc
+%doc LICENSE NOTICE
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Nov 26 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.4-4
+- Install LICENSE and NOTICE files (#879367)
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list