OBS User unknown 2008-11-07 13:58:49 +00:00 committed by Git OBS Bridge
parent 2e9b574572
commit 86142ec734
2 changed files with 30 additions and 13 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 5 02:17:54 CET 2008 - ro@suse.de
- buildignore rhino to fix build
-------------------------------------------------------------------
Mon Sep 25 14:32:10 CEST 2006 - skh@suse.de

View File

@ -1,27 +1,36 @@
#
# spec file for package bsf (Version 2.3.0)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2008 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
# icecream 0
Name: bsf
BuildRequires: ant java2-devel-packages jython oldrhino servletapi4 xalan-j2 xml-commons-apis
#!BuildIgnore: rhino
%define name bsf
%define version 2.3.0
%define release 8jpp
%define section free
Version: 2.3.0
Release: 26
Release: 321
Summary: Bean Scripting Framework
License: Apache
URL: http://jakarta.apache.org/bsf/
License: The Apache Software License
Url: http://jakarta.apache.org/bsf/
Group: Development/Libraries/Java
Source0: http://jakarta.apache.org/builds/jakarta-%{name}/dev/v%{version}/src/%{name}-src-%{version}.tar.gz
Patch: %{name}-java14compat.patch
@ -56,6 +65,7 @@ In addition, the following languages are supported with their own
%package javadoc
License: The Apache Software License
PreReq: coreutils
Summary: Javadoc for bsf
Group: Development/Libraries/Java
@ -128,17 +138,19 @@ fi
%{_javadocdir}/%{name}-%{version}/*
%ghost %{_javadocdir}/%{name}
%changelog -n bsf
* Mon Sep 25 2006 - skh@suse.de
%changelog
* Wed Nov 05 2008 ro@suse.de
- buildignore rhino to fix build
* Mon Sep 25 2006 skh@suse.de
- don't use icecream
- use source="1.4" and target="1.4" for build with java 1.5
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Jul 27 2005 - jsmeix@suse.de
* Wed Jul 27 2005 jsmeix@suse.de
- Adjustments in the spec file.
* Mon Jul 18 2005 - jsmeix@suse.de
* Mon Jul 18 2005 jsmeix@suse.de
- Current version 2.3.0 from JPackage.org
* Thu Sep 16 2004 - skh@suse.de
* Thu Sep 16 2004 skh@suse.de
- Fix prerequires in javadoc subpackage
* Sat Sep 04 2004 - skh@suse.de
* Sat Sep 04 2004 skh@suse.de
- Initial package created with version 2.3.0 (JPackage 1.5)