Accepting request 35278 from Java:packages

Copy from Java:packages/libreadline-java based on submit request 35278 from user coolo

OBS-URL: https://build.opensuse.org/request/show/35278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreadline-java?expand=0&rev=11
This commit is contained in:
OBS User autobuild 2010-03-18 23:11:37 +00:00 committed by Git OBS Bridge
parent d5dedd1168
commit d7dd292c88
2 changed files with 10 additions and 49 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 1 11:49:09 UTC 2010 - jengelh@medozas.de
- package baselibs.conf
-------------------------------------------------------------------
Thu Jul 31 14:19:28 CEST 2008 - anosek@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package libreadline-java (Version 0.8.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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
@ -27,10 +27,11 @@ BuildRequires: fastjar gjdoc java-1_4_2-gcj-compat-devel readline-devel termcap
%define release 9jpp
%define section free
Version: 0.8.0
Release: 255
Release: 256
Summary: Java Wrapper for the GNU Readline Library
License: LGPL v2.1 or later
License: LGPLv2.1+
Source0: http://download.sourceforge.net/java-readline/libreadline-java-0.8.0-src.tar.gz
Source1: baselibs.conf
Patch0: %{name}-java14compat.patch
Patch1: %{name}-%{version}-missing-return-type.patch
Url: http://java-readline.sf.net/
@ -49,7 +50,7 @@ it is a JNI wrapper for Readline. It is distributed under the LGPL.
%package javadoc
License: LGPL v2.1 or later
License: LGPLv2.1+
PreReq: coreutils
Summary: Javadoc for libreadline-java
Group: Development/Libraries/Java
@ -109,48 +110,3 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_javadocdir}/%{name}-%{version}
%changelog
* Thu Jul 31 2008 anosek@suse.cz
- added %%{_javadocdir} to the %%files section
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Wed Jan 23 2008 mvyskocil@suse.cz
- fixed beta build
* Tue May 29 2007 dbornkessel@suse.de
- added gjdoc and fastjar to BuildRequires
* Wed May 02 2007 dbornkessel@suse.de
- added unzip to BuildRequires
* Wed Feb 14 2007 dbornkessel@suse.de
- added missing return type where missing (Bug #237944)
* Thu Dec 14 2006 jsmeix@suse.de
- Removed xml-commons-apis from BuildRequires because xerces-j2
already provides xml-commons-apis but xerces-j2 would be
deinstalled when rpm installs xml-commons-apis after xerces-j2
(which is rpm standard behaviour in this case) but without
xerces-j2 the RPM capabilities jaxp_parser_impl and
xml-commons-resolver are no longer provided in the
installed system.
* Tue Sep 26 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
- converted neededforbuild to BuildRequires
* Fri Nov 25 2005 jsmeix@suse.de
- Replaced {_jnidir} by {_jnidir}-ext
* Wed Aug 17 2005 uli@suse.de
- fixed to build on lib64 archs
* Thu Jul 28 2005 jsmeix@suse.de
- Adjustments in the spec file.
* Mon Jul 18 2005 jsmeix@suse.de
- Current version 0.8.0 from JPackage.org
* Wed Jul 13 2005 uli@suse.de
- lib64tified (fixes s390x)
* Thu Nov 18 2004 ro@suse.de
- fixed file list
* Wed Sep 15 2004 skh@suse.de
- Fix Requires (remove fixed dependency on readline 4.3 and enable rpm
dependency check)
* Wed Sep 08 2004 skh@suse.de
- Fix PreRequire
* Thu Sep 02 2004 skh@suse.de
- Initial package created with version 0.8.0 (JPackage 1.5)