Accepting request 1148456 from Java:packages
rpm 4.20 compat OBS-URL: https://build.opensuse.org/request/show/1148456 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dom2-core-tests?expand=0&rev=20
This commit is contained in:
commit
8574c9e5a6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 08:42:37 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 16 11:52:32 UTC 2018 - fstrba@suse.com
|
Wed May 16 11:52:32 UTC 2018 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dom2-core-tests
|
# spec file for package dom2-core-tests
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: DOM Conformance Test Suite
|
Summary: DOM Conformance Test Suite
|
||||||
License: W3C
|
License: W3C
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Url: http://www.w3.org/DOM/Test/
|
URL: http://www.w3.org/DOM/Test/
|
||||||
Source0: http://www.w3.org/2004/04/dom2-core-tests-20040405.jar
|
Source0: http://www.w3.org/2004/04/dom2-core-tests-20040405.jar
|
||||||
Source1: LICENSE.html
|
Source1: LICENSE.html
|
||||||
Patch0: dom2-core-tests-build_xml.patch
|
Patch0: dom2-core-tests-build_xml.patch
|
||||||
@ -47,7 +47,7 @@ ensure stability and correctness.
|
|||||||
%setup -q -c
|
%setup -q -c
|
||||||
rm -rf junit
|
rm -rf junit
|
||||||
find . -name "*.class" -exec rm {} \;
|
find . -name "*.class" -exec rm {} \;
|
||||||
%patch0 -b .orig
|
%patch -P 0 -b .orig
|
||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
# not compatible with junit 4
|
# not compatible with junit 4
|
||||||
rm -rf org/w3c/domts/JUnitRunner.java
|
rm -rf org/w3c/domts/JUnitRunner.java
|
||||||
|
Loading…
Reference in New Issue
Block a user