File jopendocument.spec of Package jOpenDocument
#
# spec file for jOpenDocument
#
Name: jopendocument
Version: 1.3rc2
Release: 1
License: GPL
Summary: A pure Java library for OASIS Open Document files manipulation
Url: http://www.jopendocument.org
Requires: java >= 1.6.0
BuildRequires: unzip
BuildRequires: update-alternatives
BuildRequires: java-devel
BuildRequires: ant
BuildRequires: ant-nodeps
BuildRequires: jaxen
BuildRequires: jdom
BuildRequires: junit4
Group: Development
Source0: http://www.jopendocument.org/download/jOpenDocument-src-%{version}.zip
#Source1: %{name}-template-1.0.zip
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
jOpenDocument is a free library for developers looking to use Open Document files without OpenOffice.org.
jOpenDocument is Open Source (under GPL or commercial license).
You can automate the document creation and manipulation process. You can use jOpenDocument to:
* - Generate dynamic documents from Java, XML or databases
* - Display and print files with built-in viewers
* - Split, concatenate, and manipulate pages
* - Automate filling out of template (created by OpenOffice or not)
* - Use your preferred langage via standard ScriptEngine interface
* - And much more...
Author(s):
------------
jOpenDocument team : gm (at) jopendocument.org
%prep
%setup -q -n %{name}-%{version}
%build
%ant
%install
%files
%defattr(-,root,root)
%changelog