From 42c24ad69ac0d62a9565cada6be96e13542a1f29 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Oct 08 2019 18:51:38 +0000 Subject: disable fop support --- diff --git a/maven-doxia-sitetools.spec b/maven-doxia-sitetools.spec index 7b3f4b2..46b753f 100644 --- a/maven-doxia-sitetools.spec +++ b/maven-doxia-sitetools.spec @@ -1,11 +1,11 @@ -%bcond_without fop +%bcond_with fop %global parent maven-doxia %global subproj sitetools Name: %{parent}-%{subproj} Version: 1.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Doxia content generation framework License: ASL 2.0 URL: http://maven.apache.org/doxia/ @@ -74,7 +74,7 @@ API documentation for %{name}. # complains %pom_remove_plugin :apache-rat-plugin -%pom_remove_plugin :maven-enforcer-plugin +%pom_remove_plugin -r :maven-enforcer-plugin %pom_remove_plugin org.codehaus.mojo:clirr-maven-plugin %pom_remove_dep net.sourceforge.htmlunit:htmlunit doxia-site-renderer/pom.xml @@ -118,6 +118,9 @@ rm -r doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/pdf/fo %doc LICENSE NOTICE %changelog +* Tue Oct 08 2019 Fabio Valentini - 1.9.1-2 +- Disable fop support. + * Mon Sep 02 2019 Marian Koncek - 1.9.1-1 - Update to upstream version 1.9.1