[apache-sshd] introduce license macro

gil gil at fedoraproject.org
Fri Feb 13 18:46:23 UTC 2015


commit 81cdaaf4e1d9412311b8d303f550408df6b39725
Author: gil <puntogil at libero.it>
Date:   Fri Feb 13 19:45:57 2015 +0100

    introduce license macro

 apache-sshd.spec |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/apache-sshd.spec b/apache-sshd.spec
index 1b79f40..33bb769 100644
--- a/apache-sshd.spec
+++ b/apache-sshd.spec
@@ -1,9 +1,9 @@
-Name: apache-sshd
+Name:    apache-sshd
 Version: 0.11.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Apache SSHD
 License: ASL 2.0
-URL: http://mina.apache.org/sshd-project/
+URL:     http://mina.apache.org/sshd-project/
 
 Source0: http://www.apache.org/dist/mina/sshd/%{version}/%{name}-%{version}-src.tar.gz
 
@@ -69,23 +69,20 @@ sed -i "s,<groupId>tomcat,<groupId>org.apache.tomcat,;s,<artifactId>tomcat-apr,<
 # version of the jzlib compression library:
 %mvn_build -f
 
-
 %install
 %mvn_install
 
-
 %files -f .mfiles
 %dir %{_javadir}/%{name}
-%doc LICENSE.txt
-%doc NOTICE.txt
-
+%license LICENSE.txt NOTICE.txt
 
 %files javadoc -f .mfiles-javadoc
-%doc LICENSE.txt
-%doc NOTICE.txt
-
+%license LICENSE.txt NOTICE.txt
 
 %changelog
+* Fri Feb 13 2015 gil cattaneo <puntogil at libero.it> 0.11.0-3
+- introduce license macro
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list