[guacamole-client] introduce license macro

gil gil at fedoraproject.org
Fri Feb 13 20:33:42 UTC 2015


commit 66d5bde880cb9b1945fb0ac570ed7e2953171a66
Author: gil <puntogil at libero.it>
Date:   Fri Feb 13 21:33:11 2015 +0100

    introduce license macro

 guacamole-client.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/guacamole-client.spec b/guacamole-client.spec
index b326f8b..10c4ac1 100644
--- a/guacamole-client.spec
+++ b/guacamole-client.spec
@@ -1,6 +1,6 @@
 Name:           guacamole-client
 Version:        0.9.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Server-side Java components that form the Guacamole application
 
 License:        MPLv1.1 or GPL+ or AGPLv3+
@@ -103,15 +103,21 @@ sed -i -e 's@/path/to@%{_sysconfdir}/guacamole at g' %{buildroot}%{_sysconfdir}/gua
 ln -sf %{_sysconfdir}/guacamole/guacamole.properties %{buildroot}%{_datadir}/tomcat/webapps/guacamole/WEB-INF/classes/
 
 %files -n guacamole -f .mfiles
-%doc guacamole/LICENSE
+%license guacamole/LICENSE
 %{_datadir}/tomcat/webapps/guacamole
 %dir %{_sysconfdir}/guacamole
 %config(noreplace) %attr(640,root,tomcat) %{_sysconfdir}/guacamole/user-mapping.xml
 %config(noreplace) %attr(640,root,tomcat) %{_sysconfdir}/guacamole/guacamole.properties
+%dir %{_javadir}/%{name}
 
 %files -n guacamole-javadoc -f .mfiles-javadoc
+%license guacamole/LICENSE
 
 %changelog
+* Fri Feb 13 2015 gil cattaneo <puntogil at libero.it> 0.9.4-2
+- introduce license macro
+- fix unowned directory
+
 * Fri Jan 09 2015 Simone Caronni <negativo17 at gmail.com> - 0.9.4-1
 - Update to 0.9.4.
 


More information about the scm-commits mailing list