Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
berkeleydb
berkeleydb.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File berkeleydb.spec of Package berkeleydb
# # spec file for package berkeleydb # # Copyright (c) 2011 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/ # %define section free Name: berkeleydb Version: 3.3.75 Release: 3 Summary: Berkeley DB Java Edition Group: Development/Libraries/Java License: BSD-3-Clause Url: http://www.oracle.com/database/berkeley-db/je/index.html Source0: http://download.oracle.com/berkeley-db/je-3.3.75.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch BuildRequires: jpackage-utils >= 1.6 BuildRequires: ant >= 1.7.0 BuildRequires: ant-junit BuildRequires: ant-trax BuildRequires: junit BuildRequires: geronimo-j2ee-connector-1_5-api BuildRequires: java-devel BuildRequires: mx4j Requires: java Requires: j2ee-connector %description Berkeley DB Java Edition is a high performance, transactional storage engine written entirely in Java. Like the highly successful Berkeley DB product, Berkeley DB Java Edition executes in the address space of the application, without the overhead of client/server communication. It stores data in the application's native format, so no runtime data translation is required. Berkeley DB Java Edition supports full ACID transactions and recovery. It provides an easy-to-use, programmatic interface, allowing developers to store and retrieve information quickly, simply and reliably. %package javadoc License: BSD-3-Clause Summary: Berkeley DB Java Edition Group: Development/Libraries/Java %description javadoc Berkeley DB Java Edition is a high performance, transactional storage engine written entirely in Java. Like the highly successful Berkeley DB product, Berkeley DB Java Edition executes in the address space of the application, without the overhead of client/server communication. It stores data in the application's native format, so no runtime data translation is required. Berkeley DB Java Edition supports full ACID transactions and recovery. It provides an easy-to-use, programmatic interface, allowing developers to store and retrieve information quickly, simply and reliably. %package manual License: BSD-3-Clause Summary: Berkeley DB Java Edition Group: Development/Libraries/Java %description manual Berkeley DB Java Edition is a high performance, transactional storage engine written entirely in Java. Like the highly successful Berkeley DB product, Berkeley DB Java Edition executes in the address space of the application, without the overhead of client/server communication. It stores data in the application's native format, so no runtime data translation is required. Berkeley DB Java Edition supports full ACID transactions and recovery. It provides an easy-to-use, programmatic interface, allowing developers to store and retrieve information quickly, simply and reliably. %package demo License: BSD-3-Clause Summary: Berkeley DB Java Edition Group: Development/Libraries/Java %description demo Berkeley DB Java Edition is a high performance, transactional storage engine written entirely in Java. Like the highly successful Berkeley DB product, Berkeley DB Java Edition executes in the address space of the application, without the overhead of client/server communication. It stores data in the application's native format, so no runtime data translation is required. Berkeley DB Java Edition supports full ACID transactions and recovery. It provides an easy-to-use, programmatic interface, allowing developers to store and retrieve information quickly, simply and reliably. %prep %setup -q -n je-%{version} #%patch0 -b .sav %build export CLASSPATH= export OPT_JAR_LIST="ant/ant-trax ant/ant-junit junit" ant \ -Djmx.jarfile=$(build-classpath mx4j/mx4j) \ -Dj2ee.jarfile=$(build-classpath geronimo-j2ee-connector-1.5-api) \ jar javadoc-all #FIXME: enable it at least on Java:packages #test-j2ee %install install -dm 755 $RPM_BUILD_ROOT%{_javadir} install -pm 644 build/lib/je.jar \ $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar ln -s %{name}-%{version}.jar \ $RPM_BUILD_ROOT%{_javadir}/%{name}.jar # javadoc install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} cp -pr docs/java/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # FIXME: (dwalluck): This breaks rpmbuild -bi --short-circuit rm -rf docs/java # manual install -dm 755 $RPM_BUILD_ROOT%{_docdir}/%{name} cp -pr docs/* $RPM_BUILD_ROOT%{_docdir}/%{name} # demo install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name} install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/examples cp -pr examples/* $RPM_BUILD_ROOT%{_datadir}/%{name}/examples install -m 644 LICENSE README $RPM_BUILD_ROOT%{_docdir}/%{name} %files %defattr(0644,root,root,0755) %{_docdir}/%{name}/LICENSE %{_docdir}/%{name}/README %{_javadir}/*.jar %files javadoc %defattr(0644,root,root,0755) %{_javadocdir}/%{name}-%{version} %{_javadocdir}/%{name} %files manual %defattr(0644,root,root,0755) %exclude %{_docdir}/%{name}/LICENSE %exclude %{_docdir}/%{name}/README %doc %{_docdir}/%{name} %files demo %defattr(-,root,root,0755) %{_datadir}/%{name}/examples %dir %{_datadir}/%{name} %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor