Accepting request 198285 from Java:packages

Submit of succeeding java packages for factory

OBS-URL: https://build.opensuse.org/request/show/198285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jaxen-bootstrap?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2013-09-11 11:38:42 +00:00 committed by Git OBS Bridge
parent 07ba2a5094
commit a50949dd87
2 changed files with 12 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 9 11:05:56 UTC 2013 - tchvatal@suse.com
- Move from jpackage-utils to javapackage-tools
-------------------------------------------------------------------
Wed May 20 14:12:03 CEST 2009 - mvyskocil@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package jaxen-bootstrap (Version 1.1)
# spec file for package jaxen-bootstrap
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,11 +23,11 @@
Name: jaxen-bootstrap
Version: 1.1
Release: 3
Release: 0
Summary: A convenience package for build of dom4j
License: Apache-2.0
Url: http://jaxen.codehaus.org/
Group: Development/Libraries/Java
Url: http://jaxen.codehaus.org/
Source0: http://dist.codehaus.org/jaxen/distributions/jaxen-1.1-src.tar.bz2
Source1: pom-maven2jpp-depcat.xsl
Source2: pom-maven2jpp-newdepmap.xsl
@ -47,21 +47,21 @@ Requires: xalan-j2
Requires: xerces-j2
Requires: xom
BuildRequires: ant >= 1.6
BuildRequires: jpackage-utils >= 1.6
BuildRequires: javapackages-tools
BuildRequires: junit
%if %{with_maven}
BuildRequires: maven >= 1.1
BuildRequires: maven-plugins-base
BuildRequires: maven-plugin-license
BuildRequires: maven-plugin-test
BuildRequires: maven-plugins-base
BuildRequires: saxon
BuildRequires: saxon-scripts
%endif
BuildRequires: java-devel
BuildRequires: unzip
BuildRequires: xalan-j2
BuildRequires: xerces-j2
BuildRequires: xom
BuildRequires: java-devel
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -158,8 +158,3 @@ rm -rf $RPM_BUILD_ROOT
%{_javadir}/*
%changelog
* Wed May 20 2009 mvyskocil@suse.cz
- Used dom4j-1.6.1-debian.tar.bz2 for build
It does not contains a license problematic parts
* Tue May 12 2009 mvyskocil@suse.cz
- Initial packaging of jaxen-bootstrap in SUSE (from jpp 5.0)