From d876c0e35a7042b15bdfbbd77de8e004e391ff6d Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 25 Jul 2023 16:15:12 -0400 Subject: [PATCH] Drop codegenerator from install codegenerator is only needed at build time, and pulls in velocity (and hence apache-commons-collections), where the stringprep and saslprep components needed by ongres-scram have no external dependencies. --- ongres-stringprep.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ongres-stringprep.spec b/ongres-stringprep.spec index 0d8cc36..e85aff3 100644 --- a/ongres-stringprep.spec +++ b/ongres-stringprep.spec @@ -2,7 +2,7 @@ Name: ongres-%upstream_name Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: RFC 3454 Preparation of Internationalized Strings in pure Java License: BSD-2-Clause AND Apache-2.0 URL: https://github.com/ongres/%upstream_name @@ -37,6 +37,9 @@ find \( -name '*.jar' -o -name '*.class' \) -delete %pom_remove_plugin :maven-source-plugin %pom_remove_plugin -r :maven-javadoc-plugin +# codegenerator is only needed at build time, and has extra dependencies +%mvn_package com.ongres.stringprep:codegenerator __noinstall + %build %mvn_build @@ -50,6 +53,9 @@ find \( -name '*.jar' -o -name '*.class' \) -delete %license LICENSE %changelog +* Tue Jul 25 2023 Yaakov Selkowitz - 1.1-8 +- Drop codegenerator from install + * Thu Jul 20 2023 Fedora Release Engineering - 1.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild