[serp] introduce license macro

gil gil at fedoraproject.org
Wed Feb 11 19:59:44 UTC 2015


commit faade1a0d95dbf4a550fe88df45e038b2b92990b
Author: gil <puntogil at libero.it>
Date:   Wed Feb 11 20:59:30 2015 +0100

    introduce license macro

 serp.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/serp.spec b/serp.spec
index ee948e5..8f6f40f 100644
--- a/serp.spec
+++ b/serp.spec
@@ -1,6 +1,6 @@
 Name:          serp
 Version:       1.14.2
-Release:       0.8.20120406cvs%{?dist}
+Release:       0.9.20120406cvs%{?dist}
 Summary:       Bytecode manipulation framework
 License:       BSD
 Url:           http://serp.sourceforge.net/
@@ -13,11 +13,7 @@ Source0:       serp-1.14.2-20120406-src-cvs.tar.gz
 #  org.codehaus.mojo surefire-report-maven-plugin in org.apache.maven.plugins >maven-surefire-report-plugin
 Patch0:        serp-1.13.1-pom_xml.patch
 
-BuildRequires: java-devel
-
 BuildRequires: maven-local
-BuildRequires: maven-surefire-provider-junit
-
 BuildRequires: mvn(junit:junit)
 
 BuildArch:     noarch
@@ -59,12 +55,16 @@ sed -i "s|pom.version|project.version|" pom.xml
 %mvn_install
 
 %files -f .mfiles
-%doc LICENSE.txt README.txt
+%doc README.txt
+%license LICENSE.txt
 
 %files javadoc -f .mfiles-javadoc
-%doc LICENSE.txt
+%license LICENSE.txt
 
 %changelog
+* Wed Feb 11 2015 gil cattaneo <puntogil at libero.it> 1.14.2-0.9.20120406cvs
+- introduce license macro
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.14.2-0.8.20120406cvs
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list