From 71b5304dcf91609a2d3f889ac67790cff98959004d67ff3466b08c9f285e4f81 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 3 Oct 2019 08:54:56 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-beanutils?expand=0&rev=22 --- apache-commons-beanutils.changes | 6 ++++++ apache-commons-beanutils.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/apache-commons-beanutils.changes b/apache-commons-beanutils.changes index 827c903..5948e46 100644 --- a/apache-commons-beanutils.changes +++ b/apache-commons-beanutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 3 08:16:19 UTC 2019 - Fridrich Strba + +- Remove reference to parent pom, since it is not needed when not + building with maven + ------------------------------------------------------------------- Wed Aug 21 14:56:26 UTC 2019 - Pedro Monreal Gonzalez diff --git a/apache-commons-beanutils.spec b/apache-commons-beanutils.spec index e5eab58..0650260 100644 --- a/apache-commons-beanutils.spec +++ b/apache-commons-beanutils.spec @@ -23,8 +23,7 @@ Version: 1.9.4 Release: 0 Summary: Utility methods for accessing and modifying the properties of JavaBeans License: Apache-2.0 -Group: Development/Libraries/Java -URL: http://commons.apache.org/beanutils +URL: https://commons.apache.org/beanutils Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz Source1: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc Patch0: jdk9.patch @@ -52,7 +51,6 @@ of this package is very lightweight. %package javadoc Summary: Javadoc for jakarta-commons-beanutils -Group: Development/Libraries/Java %description javadoc The scope of the Jakarta Commons BeanUtils Package is to create a @@ -71,9 +69,11 @@ sed -i 's/\r//' *.txt # bug in ant build touch README.txt +%{pom_remove_parent} + %build export CLASSPATH=%(build-classpath commons-collections commons-logging) -ant -Dbuild.sysclasspath=first dist +%ant -Dbuild.sysclasspath=first dist %install # jars