Accepting request 689040 from Java:packages
Disregard the pom parent OBS-URL: https://build.opensuse.org/request/show/689040 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-codec?expand=0&rev=20
This commit is contained in:
commit
82871e204f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 25 17:23:20 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Remove pom parent, since we don't use it when not building with
|
||||||
|
maven
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 15 15:39:31 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Fri Feb 15 15:39:31 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -35,12 +35,10 @@ Source100: aspell-mail.txt
|
|||||||
# PATCH-FIX-OPENSUSE Avoid spurious timeout in BeiderMorse tests
|
# PATCH-FIX-OPENSUSE Avoid spurious timeout in BeiderMorse tests
|
||||||
Patch0: timeout.patch
|
Patch0: timeout.patch
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: apache-commons-parent
|
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: java-devel >= 1.8
|
BuildRequires: java-devel >= 1.8
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
Requires: apache-commons-parent
|
|
||||||
Requires: java >= 1.8
|
Requires: java >= 1.8
|
||||||
Provides: jakarta-%{short_name} = %{version}
|
Provides: jakarta-%{short_name} = %{version}
|
||||||
Obsoletes: jakarta-%{short_name} < %{version}
|
Obsoletes: jakarta-%{short_name} < %{version}
|
||||||
@ -79,6 +77,8 @@ cp %{SOURCE100} aspell-mail.txt
|
|||||||
#fixes eof encoding
|
#fixes eof encoding
|
||||||
dos2unix RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
|
dos2unix RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
|
%pom_remove_parent .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
|
Loading…
Reference in New Issue
Block a user