Accepting request 734746 from Java:packages
Remove reference to parent pom OBS-URL: https://build.opensuse.org/request/show/734746 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-beanutils?expand=0&rev=13
This commit is contained in:
commit
63e96e1813
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 3 08:16:19 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- 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 <pmonrealgonzalez@suse.com>
|
Wed Aug 21 14:56:26 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||||
|
|
||||||
|
@ -23,8 +23,7 @@ Version: 1.9.4
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility methods for accessing and modifying the properties of JavaBeans
|
Summary: Utility methods for accessing and modifying the properties of JavaBeans
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Java
|
URL: https://commons.apache.org/beanutils
|
||||||
URL: http://commons.apache.org/beanutils
|
|
||||||
Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
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
|
Source1: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
|
||||||
Patch0: jdk9.patch
|
Patch0: jdk9.patch
|
||||||
@ -52,7 +51,6 @@ of this package is very lightweight.
|
|||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadoc for jakarta-commons-beanutils
|
Summary: Javadoc for jakarta-commons-beanutils
|
||||||
Group: Development/Libraries/Java
|
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
The scope of the Jakarta Commons BeanUtils Package is to create a
|
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
|
# bug in ant build
|
||||||
touch README.txt
|
touch README.txt
|
||||||
|
|
||||||
|
%{pom_remove_parent}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CLASSPATH=%(build-classpath commons-collections commons-logging)
|
export CLASSPATH=%(build-classpath commons-collections commons-logging)
|
||||||
ant -Dbuild.sysclasspath=first dist
|
%ant -Dbuild.sysclasspath=first dist
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# jars
|
# jars
|
||||||
|
Loading…
Reference in New Issue
Block a user