OBS User unknown 2008-07-27 23:22:58 +00:00 committed by Git OBS Bridge
parent a679aa4b5e
commit f068a511ae
2 changed files with 23 additions and 13 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 27 13:32:47 CEST 2008 - coolo@suse.de
- build with gcj to avoid bootstrapping problems with openjdk
-------------------------------------------------------------------
Wed Sep 27 15:30:34 CEST 2006 - skh@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package regexp (Version 1.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 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.
#
@ -11,22 +11,24 @@
# norootforbuild
# icecream 0
Name: regexp
BuildRequires: ant java2-devel-packages xml-commons-apis
BuildRequires: ant java-1_5_0-gcj-compat-devel xml-commons-apis-bootstrap
#!BuildIgnore: xml-commons-apis xml-commons-resolver xml-commons xerces-j2
%define name regexp
%define full_name jakarta-%{name}
%define version 1.3
%define release 2jpp
%define section free
Version: 1.3
Release: 25
Release: 232
Summary: Simple regular expressions API
License: Apache
License: The Apache Software License
Group: Development/Libraries/Java
URL: http://jakarta.apache.org/regexp/
Url: http://jakarta.apache.org/regexp/
Source0: http://www.apache.org/dist/jakarta/regexp/jakarta-regexp-%{version}.tar.gz
Patch: %{name}-java14compat.patch
Buildarch: noarch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -40,6 +42,7 @@ testing suite for compatibility.
%package javadoc
License: The Apache Software License
PreReq: coreutils
Group: Development/Libraries/Java
Summary: Javadoc for regexp
@ -97,17 +100,19 @@ fi
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%changelog -n regexp
* Wed Sep 27 2006 - skh@suse.de
%changelog
* Sun Jul 27 2008 coolo@suse.de
- build with gcj to avoid bootstrapping problems with openjdk
* Wed Sep 27 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
* Fri Jul 29 2005 - jsmeix@suse.de
* Fri Jul 29 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 1.3 from JPackage.org
* Thu Sep 16 2004 - skh@suse.de
* Thu Sep 16 2004 skh@suse.de
- Fix prerequires of javadoc subpackage
* Thu Sep 02 2004 - skh@suse.de
* Thu Sep 02 2004 skh@suse.de
- Initial package created with version 1.3 (JPackage 1.5)