[spring-ldap] introduce license macro

gil gil at fedoraproject.org
Wed Feb 11 21:45:59 UTC 2015


commit 564084010c2f064ff3e71736fa663e176366f9e5
Author: gil <puntogil at libero.it>
Date:   Wed Feb 11 22:45:45 2015 +0100

    introduce license macro

 spring-ldap.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/spring-ldap.spec b/spring-ldap.spec
index de30d12..12b56a7 100644
--- a/spring-ldap.spec
+++ b/spring-ldap.spec
@@ -1,6 +1,6 @@
 Name:          spring-ldap
 Version:       1.3.1
-Release:       9%{?dist}
+Release:       10%{?dist}
 Summary:       Java library for simplifying LDAP operations
 License:       ASL 2.0
 URL:           http://www.springframework.org/ldap
@@ -19,7 +19,6 @@ Patch2:        %{name}-remove-spring-orm.patch
 BuildArch:     noarch
 
 BuildRequires: dos2unix
-BuildRequires: java-devel
 BuildRequires: maven-local
 BuildRequires: mvn(commons-cli:commons-cli)
 BuildRequires: mvn(commons-lang:commons-lang)
@@ -96,15 +95,16 @@ dos2unix readme.txt
 %mvn_install
 
 %files -f .mfiles
-%doc license.txt
-%doc notice.txt
+%license license.txt notice.txt
 %doc readme.txt
 
 %files javadoc -f .mfiles-javadoc
-%doc license.txt
-%doc notice.txt
+%license license.txt notice.txt
 
 %changelog
+* Wed Feb 11 2015 gil cattaneo <puntogil at libero.it> 1.3.1-10
+- introduce license macro
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.1-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -136,4 +136,4 @@ dos2unix readme.txt
 - Updated to upstream version 1.3.1
 
 * Sat Feb 11 2012 Juan Hernandez <juan.hernandez at redhat.com> 1.3.0-1
-- Initial packaging
\ No newline at end of file
+- Initial packaging


More information about the scm-commits mailing list