[neethi] introduce license macro

gil gil at fedoraproject.org
Tue Feb 10 19:39:16 UTC 2015


commit 1b48a8bcd457f8ad3d1e0a8cda55ddeb269f750c
Author: gil <puntogil at libero.it>
Date:   Tue Feb 10 20:38:51 2015 +0100

    introduce license macro

 neethi.spec |   31 +++++++++++++++----------------
 1 files changed, 15 insertions(+), 16 deletions(-)
---
diff --git a/neethi.spec b/neethi.spec
index 09e9205..b61ffcd 100644
--- a/neethi.spec
+++ b/neethi.spec
@@ -1,16 +1,12 @@
-Name:           neethi
-Version:        3.0.1
-Release:        8%{?dist}
-Summary:        Web Services Policy framework
-
-Group:          Development/Libraries  
-License:        ASL 2.0
-URL:            http://ws.apache.org/neethi/
-Source0:        http://archive.apache.org/dist/ws/neethi/%{version}/neethi-%{version}-source-release.zip
-BuildArch:      noarch
-
-BuildRequires: java-devel
-BuildRequires: jpackage-utils    
+Name:          neethi
+Version:       3.0.1
+Release:       9%{?dist}
+Summary:       Web Services Policy framework
+License:       ASL 2.0
+URL:           http://ws.apache.org/neethi/
+Source0:       http://archive.apache.org/dist/ws/neethi/%{version}/neethi-%{version}-source-release.zip
+BuildArch:     noarch
+
 BuildRequires: maven-local
 BuildRequires: wsdl4j
 BuildRequires: axiom
@@ -25,7 +21,6 @@ a way of expressing it's requirements and capabilities.
 
 %package javadoc
 Summary:      API documentation for %{name}
-Group:        Documentation
 
 %description javadoc
 API documentation for %{name}.
@@ -46,12 +41,16 @@ API documentation for %{name}.
 %mvn_install
 
 %files -f .mfiles
-%doc NOTICE LICENSE README.txt RELEASE-NOTE.txt
+%doc README.txt RELEASE-NOTE.txt
+%license LICENSE NOTICE
 
 %files javadoc -f .mfiles-javadoc
-%doc NOTICE LICENSE
+%license LICENSE NOTICE
 
 %changelog
+* Tue Feb 10 2015 gil cattaneo <puntogil at libero.it> 3.0.1-9
+- introduce license macro
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list