forked from pool/avalon-logkit
- Cleanup with spec-cleaner
- Build on SLE11 OBS-URL: https://build.opensuse.org/package/show/Java:packages/avalon-logkit?expand=0&rev=13
This commit is contained in:
parent
440c2279da
commit
2166881332
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 27 13:01:59 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
- Cleanup with spec-cleaner
|
||||
- Build on SLE11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 11:05:31 UTC 2013 - tchvatal@suse.com
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
#
|
||||
# spec file for package avalon-logkit
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2000-2005, JPackage Project
|
||||
# All rights reserved.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +20,6 @@
|
||||
#
|
||||
%define short_name logkit
|
||||
%define camelcase_short_name LogKit
|
||||
|
||||
Name: avalon-logkit
|
||||
Version: 2.1
|
||||
Release: 0
|
||||
@ -37,12 +35,6 @@ Patch0: fix-java6-compile.patch
|
||||
Patch1: avalon-logkit-pom-deps.patch
|
||||
Patch2: avalon-logkit-encoding.patch
|
||||
Patch3: fix-java7-compile.patch
|
||||
|
||||
Requires: avalon-framework >= 4.1.4
|
||||
#Requires: jdbc-stdext
|
||||
Requires: jms
|
||||
Requires: servlet30
|
||||
|
||||
BuildRequires: ant
|
||||
BuildRequires: ant-junit
|
||||
BuildRequires: avalon-framework >= 4.1.4
|
||||
@ -53,9 +45,12 @@ BuildRequires: jms
|
||||
BuildRequires: log4j
|
||||
BuildRequires: servlet30
|
||||
BuildRequires: unzip
|
||||
|
||||
BuildArch: noarch
|
||||
Requires: avalon-framework >= 4.1.4
|
||||
#Requires: jdbc-stdext
|
||||
Requires: jms
|
||||
Requires: servlet30
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
LogKit is a logging toolkit designed for secure performance orientated
|
||||
@ -71,7 +66,7 @@ Requires: javapackages-tools
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q
|
||||
%patch0
|
||||
cp %{SOURCE1} pom.xml
|
||||
%patch1
|
||||
@ -92,24 +87,25 @@ export CLASSPATH=%(build-classpath \
|
||||
junit \
|
||||
):$PWD/build/classes
|
||||
|
||||
ant -Dencoding=ISO-8859-1 -Dnoget=true clean jar javadoc \
|
||||
-lib /usr/share/java
|
||||
ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
|
||||
-Dencoding=ISO-8859-1 -Dnoget=true clean jar javadoc \
|
||||
-lib %{_datadir}/java
|
||||
# Convert to OSGi bundle
|
||||
#java -jar $(build-classpath aqute-bnd) wrap target/%{name}-%{version}.jar
|
||||
|
||||
%install
|
||||
# jars
|
||||
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
|
||||
install -m 644 target/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
|
||||
install -d -m 755 %{buildroot}%{_javadir}
|
||||
install -m 644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
|
||||
|
||||
#pom
|
||||
install -d -m 755 $RPM_BUILD_ROOT/%{_mavenpomdir}
|
||||
install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
|
||||
install -d -m 755 %{buildroot}/%{_mavenpomdir}
|
||||
install -pm 644 pom.xml %{buildroot}/%{_mavenpomdir}/JPP-%{name}.pom
|
||||
%add_maven_depmap JPP-%{name}.pom %{name}.jar -a "%{short_name}:%{short_name},org.apache.avalon.logkit:%{name}"
|
||||
|
||||
# javadoc
|
||||
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
||||
cp -pr dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
||||
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
|
||||
cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
|
||||
|
||||
%files
|
||||
%defattr(0644,root,root,0755)
|
||||
|
Loading…
Reference in New Issue
Block a user