forked from pool/avalon-logkit
Accepting request 526394 from home:jengelh:branches:Java:packages
- RPM group and minor spelling fix. Replacement of -exec rm by -delete. OBS-URL: https://build.opensuse.org/request/show/526394 OBS-URL: https://build.opensuse.org/package/show/Java:packages/avalon-logkit?expand=0&rev=26
This commit is contained in:
parent
8be1668036
commit
752a4285ba
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 16:14:15 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- RPM group and minor spelling fix. Replacement of
|
||||
-exec rm by -delete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 09:20:19 UTC 2017 - fstrba@suse.com
|
||||
|
||||
|
@ -51,13 +51,13 @@ Requires: servlet >= 3.0
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
LogKit is a logging toolkit designed for secure performance orientated
|
||||
LogKit is a logging toolkit designed for secure performance oriented
|
||||
logging in applications. To get started using LogKit, it is recomended
|
||||
that you read the whitepaper and browse the API docs.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
Group: Development/Libraries/Java
|
||||
Group: Documentation/HTML
|
||||
|
||||
%description javadoc
|
||||
API documentation for %{name}.
|
||||
@ -71,7 +71,7 @@ cp %{SOURCE1} pom.xml
|
||||
%patch3
|
||||
|
||||
# remove all binary libs
|
||||
find . -name "*.jar" -exec rm -f {} \;
|
||||
find . -name "*.jar" -delete
|
||||
|
||||
%build
|
||||
ant clean
|
||||
|
Loading…
Reference in New Issue
Block a user