From fe338af6134e5ec1f71dd634c3db635d01735645 Mon Sep 17 00:00:00 2001 From: Gerard Ryan Date: Sun, 14 Sep 2014 15:37:39 +0100 Subject: [PATCH] Don't install testharness jar: pulls in ant The testharness module is only needed as a test dependency in this package. It depends on ant, so ant added as a 'Requires' and is needlessly installed. --- msv.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/msv.spec b/msv.spec index 429ffcf..5556899 100644 --- a/msv.spec +++ b/msv.spec @@ -1,7 +1,7 @@ Name: msv Epoch: 1 Version: 2013.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Multi-Schema Validator License: BSD and ASL 1.1 URL: http://msv.java.net/ @@ -134,7 +134,8 @@ done %mvn_alias ":xsdlib" "com.sun.msv.datatype.xsd:xsdlib" %mvn_package ":*::{tests,javadoc,sources}:" __noinstall -%mvn_package ":%{name}{,-core,-testharness}::{}:" %{name}-msv +%mvn_package ":%{name}{,-testharness}::{}:" __noinstall +%mvn_package ":%{name}{,-core}::{}:" %{name}-msv %build %mvn_build -s @@ -203,6 +204,10 @@ cp -pr xsdlib/examples/* %{buildroot}%{_datadir}/%{name}/xsdlib %{_datadir}/%{name} %changelog +* Sun Sep 14 2014 Gerard Ryan - 1:2013.6.1-4 +- Don't install testharness jar: pulls in ant +- Fix changelog bogus date warning + * Mon Aug 4 2014 Mikolaj Izdebski - 1:2013.6.1-3 - Remove unneeded build-requires - Fix build-requires on jvnet-parent @@ -346,7 +351,7 @@ cp -pr xsdlib/examples/* %{buildroot}%{_datadir}/%{name}/xsdlib - Add bootstrap option to build without saxon nor jdom - Add gcj_support option -* Mon Feb 17 2006 Fernando Nasser - 0:1.2-0.20050722.2jpp +* Fri Feb 17 2006 Fernando Nasser - 0:1.2-0.20050722.2jpp - First JPP 1.7 build * Wed Aug 17 2005 Ralph Apel - 0:1.2-0.20050722.1jpp