From cc00da070e1ab790bc781f2b0d718a7b7a4b9c15 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 24 Jul 2024 10:41:55 +0200 Subject: [PATCH] Install license files in licensedir instead of docdir --- apache-commons-beanutils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apache-commons-beanutils.spec b/apache-commons-beanutils.spec index 84f1913..7c09bb0 100644 --- a/apache-commons-beanutils.spec +++ b/apache-commons-beanutils.spec @@ -2,7 +2,7 @@ Name: apache-commons-beanutils Version: 1.9.4 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Java utility methods for accessing and modifying the properties of arbitrary JavaBeans License: Apache-2.0 URL: http://commons.apache.org/beanutils @@ -51,12 +51,15 @@ sed -i 's/\r//' *.txt %files -f .mfiles %doc RELEASE-NOTES.txt -%doc LICENSE.txt NOTICE.txt +%license LICENSE.txt NOTICE.txt %files javadoc -f .mfiles-javadoc -%doc LICENSE.txt NOTICE.txt +%license LICENSE.txt NOTICE.txt %changelog +* Wed Jul 24 2024 Mikolaj Izdebski - 1.9.4-21 +- Install license files in licensedir instead of docdir + * Wed Jul 17 2024 Fedora Release Engineering - 1.9.4-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild