[checkstyle] Remove cobertura and plugin-exec BRs

Stanislav Ochotnicky sochotni at fedoraproject.org
Mon Apr 29 07:11:32 UTC 2013


commit 63aee07b57c764ea7cf4351b6ae9b4110773d86a
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Mon Apr 29 09:11:14 2013 +0200

    Remove cobertura and plugin-exec BRs

 checkstyle.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/checkstyle.spec b/checkstyle.spec
index 474aa45..7f4236f 100644
--- a/checkstyle.spec
+++ b/checkstyle.spec
@@ -30,7 +30,7 @@
 
 Name:           checkstyle
 Version:        5.6
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Java source code checker
 URL:            http://checkstyle.sourceforge.net/
 # src/checkstyle/com/puppycrawl/tools/checkstyle/grammars/java.g is GPLv2+
@@ -64,8 +64,6 @@ BuildRequires:  maven-enforcer-plugin
 BuildRequires:  maven-install-plugin
 BuildRequires:  maven-jar-plugin
 BuildRequires:  maven-javadoc-plugin
-BuildRequires:  maven-plugin-cobertura
-BuildRequires:  maven-plugin-exec
 BuildRequires:  maven-resources-plugin
 BuildRequires:  maven-site-plugin
 BuildRequires:  maven-surefire-plugin
@@ -102,6 +100,10 @@ API documentation for %{name}.
 %patch1 -p1
 %patch2 -p1
 
+# these are only needed for upstream QA
+%pom_remove_plugin :cobertura-maven-plugin
+%pom_remove_plugin :exec-maven-plugin
+
 # fix encoding issues in docs
 sed -i 's/\r//' LICENSE LICENSE.apache20 README RIGHTS.antlr \
          checkstyle_checks.xml sun_checks.xml suppressions.xml \
@@ -172,6 +174,9 @@ fi
 
 
 %changelog
+* Mon Apr 29 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 5.6-6
+- Remove cobertura and plugin-exec BRs
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.6-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list