forked from pool/avalon-logkit
Accepting request 956672 from Java:packages
- Do not build the org.apache.log.output.lf5 package OBS-URL: https://build.opensuse.org/request/show/956672 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/avalon-logkit?expand=0&rev=19
This commit is contained in:
commit
1a710f45a7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 09:14:21 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Do not build the org.apache.log.output.lf5 package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 12:05:13 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package avalon-logkit
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2000-2005, JPackage Project
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -25,7 +25,7 @@ Release: 0
|
||||
Summary: Java logging toolkit
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Java
|
||||
Url: http://avalon.apache.org/%{short_name}/
|
||||
URL: http://avalon.apache.org/%{short_name}/
|
||||
#Source0: http://www.apache.org/dist/excalibur/%{name}/source/%{name}-%{version}-src.zip
|
||||
#Source1: http://repo1.maven.org/maven2/avalon-logkit/avalon-logkit/%{version}/%{name}-%{version}.pom
|
||||
Source0: %{name}-%{version}-src.zip
|
||||
@ -73,6 +73,8 @@ cp %{SOURCE1} pom.xml
|
||||
# remove all binary libs
|
||||
find . -name "*.jar" -delete
|
||||
|
||||
rm -rf src/java/org/apache/log/output/lf5
|
||||
|
||||
%build
|
||||
ant clean
|
||||
mkdir -p target/lib
|
||||
|
Loading…
Reference in New Issue
Block a user