[bouncycastle-mail] introduce license macro

gil gil at fedoraproject.org
Fri Feb 13 18:50:28 UTC 2015


commit 367bf896e2ea0b2009eac6fa7c3df096cd56908b
Author: gil <puntogil at libero.it>
Date:   Fri Feb 13 19:50:02 2015 +0100

    introduce license macro

 bouncycastle-mail.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/bouncycastle-mail.spec b/bouncycastle-mail.spec
index 3064487..85abbf2 100644
--- a/bouncycastle-mail.spec
+++ b/bouncycastle-mail.spec
@@ -4,7 +4,7 @@
 Summary:          S/MIME and CMS libraries for Bouncy Castle
 Name:             bouncycastle-mail
 Version:          %{ver}
-Release:          5%{?dist}
+Release:          6%{?dist}
 License:          MIT
 URL:              http://www.bouncycastle.org/
 Source0:          http://www.bouncycastle.org/download/bcmail-%{archivever}.tar.gz
@@ -95,14 +95,19 @@ pushd src
 popd
 
 %files -f .mfiles
-%doc *.html
+%doc CONTRIBUTORS.html index.html
+%license LICENSE.html
 %{_javadir}/bcmail.jar
 %{_mavenpomdir}/JPP-bcmail.pom
 
 %files javadoc
 %{_javadocdir}/%{name}
+%license LICENSE.html
 
 %changelog
+* Fri Feb 13 2015 gil cattaneo <puntogil at libero.it> 1.50-6
+- introduce license macro
+
 * Tue Jun 10 2014 Alexander Kurtakov <akurtako at redhat.com> 1.50-5
 - Fix FTBFS.
 - Drop gcj support.


More information about the scm-commits mailing list