Fridrich Strba 2019-01-22 10:41:24 +00:00 committed by Git OBS Bridge
parent 5b5c80bbed
commit 1c156733c8
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 22 10:40:14 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Require dependencies by their maven artifactId and groupId in
order to be usable from maven build
-------------------------------------------------------------------
Tue May 15 13:57:23 UTC 2018 - fstrba@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package avalon-logkit
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2000-2005, JPackage Project
#
# All modifications and additions to the file contributed by third parties
@ -45,8 +45,9 @@ BuildRequires: jms
BuildRequires: log4j
BuildRequires: servlet >= 3.0
BuildRequires: unzip
Requires: jms
Requires: servlet >= 3.0
Requires: mvn(javax.jms:jms)
Requires: mvn(javax.mail:mail)
Requires: mvn(javax.servlet:servlet-api)
BuildArch: noarch
%description
@ -79,8 +80,7 @@ build-jar-repository -s -p target/lib \
log4j \
javamail/mailapi \
jms_api \
tomcat-servlet-api \
junit \
tomcat-servlet-api
ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 \
-Dencoding=ISO-8859-1 -Dnoget=true -lib %{_datadir}/java \