Package not found: openSUSE:Factory:Staging:adi:44/tree-sitter-c

File derby.spec of Package derby

#
# spec file for package derby (Version 10.3.1.4)
#
# Copyright (c) 2009 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


Name:           derby
BuildRequires:  jpackage-utils unzip
License:        The Apache Software License
Group:          Productivity/Databases/Servers
Summary:        Embeddable Database Engine Written in Java
Requires:       java >= 1.5
Version:        10.3.1.4
Release:        80
Url:            http://incubator.apache.org/derby/
Source0:        db-derby-%{version}-bin.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
The Derby project develops open source database technology that is:

- Pure Java

- Easy to use

- Small footprint

- Standards based

- Secure



%prep
%setup -q -n db-derby-%{version}-bin

%build

%install
export NO_BRP_CHECK_BYTECODE_VERSION=true
install -m 755 -d $RPM_BUILD_ROOT/%{_javadir}/%{name}
install -m 644 lib/* $RPM_BUILD_ROOT/%{_javadir}/%{name}
install -m 755 -d $RPM_BUILD_ROOT/%{_docdir}/%{name}
install -m 644 CHANGES.html RELEASE-NOTES.html LICENSE NOTICE $RPM_BUILD_ROOT/%{_docdir}/%{name}
cp -a docs $RPM_BUILD_ROOT/%{_docdir}/%{name}
cp -a javadoc $RPM_BUILD_ROOT/%{_docdir}/%{name}

%files
%defattr(-, root, root)
%doc LICENSE NOTICE CHANGES.html RELEASE-NOTES.html
%doc docs javadoc
%{_javadir}/%{name}

%changelog
* Tue Aug 14 2007 kejohnson@suse.de
- updated to 10.3.1.4 to fix several security bugs
  CVE-2005-4849, CVE-2006-7216, CVE-2006-7217 [291035]
- changed requires to JAVA 1.5 or greater
* Wed May 02 2007 dbornkessel@suse.de
- added unzip to BuildRequires
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Feb 21 2005 skh@suse.de
- initial package
openSUSE Build Service is sponsored by