1
0
Fridrich Strba 2019-03-25 17:52:02 +00:00 committed by Git OBS Bridge
parent 98c618e065
commit ca2019abcf
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 25 17:51:29 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Remove pom parent, since we don't use it when not building with
maven
-------------------------------------------------------------------
Thu Dec 13 10:37:54 UTC 2018 - Fridrich Strba <fstrba@suse.com>

View File

@ -29,6 +29,7 @@ Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_n
Patch0: jakarta-commons-pool-build.patch
Patch1: commons-pool-1.6-sourcetarget.patch
BuildRequires: ant
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
@ -66,6 +67,8 @@ find . -name "*.jar" -exec rm -f {} \;
%patch0
%patch1 -p1
dos2unix README.txt
%pom_remove_parent .
%build