OBS User unknown 2008-07-17 21:28:46 +00:00 committed by Git OBS Bridge
parent 3b17c3f2b0
commit 605edc7388
2 changed files with 22 additions and 14 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 17 07:54:00 CEST 2008 - coolo@suse.de
- trying to avoid another build cycle
-------------------------------------------------------------------
Wed Sep 27 15:50:56 CEST 2006 - skh@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package mysql-connector-java (Version 3.1.12)
#
# 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,21 +11,22 @@
# norootforbuild
# icecream 0
Name: mysql-connector-java
%define builddir build-mysql-jdbc
%define distdir dist-mysql-jdbc
Summary: Official JDBC Driver for MySQL
BuildRequires: ant java2-devel-packages jta junit log4j
BuildRequires: ant java2-devel-packages jta junit log4j-mini
Version: 3.1.12
Release: 19
License: GPL
Release: 265
License: GPL v2 or later
Group: Development/Libraries/Java
Source0: %{name}-%{version}.tar.gz
Patch0: patch-build.xml
Patch1: %{name}-java14compat.patch
URL: http://www.mysql.com/downloads/api-jdbc-stable.html
Url: http://www.mysql.com/downloads/api-jdbc-stable.html
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildArch: noarch
Requires: jta >= 1.0.1-0.a.1
Requires: log4j
#BuildRequires: ant >= 1.6.0
@ -74,20 +75,22 @@ rm -rf $RPM_BUILD_ROOT
%doc CHANGES COPYING EXCEPTIONS-CONNECTOR-J README README.txt docs
%attr(0644,root,root) %{_javadir}/*.jar
%changelog -n mysql-connector-java
* Wed Sep 27 2006 - skh@suse.de
%changelog
* Thu Jul 17 2008 coolo@suse.de
- trying to avoid another build cycle
* 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
* Tue Feb 07 2006 - jsmeix@suse.de
* Tue Feb 07 2006 jsmeix@suse.de
- Current version 3.1.12 from JPackage.org
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Jul 28 2005 - jsmeix@suse.de
* Thu Jul 28 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 3.1.8 from JPackage.org
* Fri Feb 18 2005 - skh@suse.de
* Fri Feb 18 2005 skh@suse.de
- update to version 3.1.6
- don't use icecream
* Thu Sep 02 2004 - skh@suse.de
* Thu Sep 02 2004 skh@suse.de
- Initial package created with version 3.0.11 (JPackage 1.5)