Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 20565565ad | |||
| 8919708e6b |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 1 09:20:57 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Make build recipe compatible with POSIX sh. Use %autosetup.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 21 10:56:01 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
Wed Feb 21 10:56:01 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
||||||
|
|
||||||
|
|||||||
9
xom.spec
9
xom.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xom
|
# spec file for package xom
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2000-2005, JPackage Project
|
# Copyright (c) 2000-2005, JPackage Project
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -57,17 +57,16 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
This package provides %{summary}.
|
This package provides %{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch -P 0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
pushd lib
|
cd lib
|
||||||
ln -sf $(build-classpath junit) junit.jar
|
ln -sf $(build-classpath junit) junit.jar
|
||||||
ln -sf $(build-classpath xerces-j2) xercesImpl-2.12.2.jar
|
ln -sf $(build-classpath xerces-j2) xercesImpl-2.12.2.jar
|
||||||
ln -sf $(build-classpath xml-apis) xml-apis-1.4.01.jar
|
ln -sf $(build-classpath xml-apis) xml-apis-1.4.01.jar
|
||||||
ln -sf $(build-classpath jaxen) jaxen-1.1.6.jar
|
ln -sf $(build-classpath jaxen) jaxen-1.1.6.jar
|
||||||
popd
|
cd -
|
||||||
|
|
||||||
%{ant} jar samples javadoc maven
|
%{ant} jar samples javadoc maven
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user