Files
openrtf/openrtf.spec

67 lines
1.8 KiB
RPMSpec
Raw Permalink Normal View History

#
# spec file for package openrtf
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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 https://bugs.opensuse.org/
#
Name: openrtf
Version: 2.0.0
Release: 0
Summary: The Open Source RTF (Rich Text Format) Java Library
License: LGPL-2.1-only AND MPL-2.0
Group: Development/Libraries/Java
URL: https://github.com/LibrePDF/OpenRTF
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: java-devel >= 17
BuildRequires: maven-local
BuildRequires: mvn(com.github.librepdf:openpdf)
BuildArch: noarch
%description
OpenRTF is a Java library for creating and editing RTF (Rich Text Format)
files.
%package javadoc
Summary: API documentation for %{name}
Group: Documentation/HTML
%description javadoc
API documentation for %{name}.
%prep
%setup -q -n OpenRTF-%{version}
%pom_remove_plugin org.sonatype.central:central-publishing-maven-plugin
%pom_remove_plugin :maven-javadoc-plugin
%{mvn_file} : %{name}
%build
%{mvn_build} -f -- -Djava.version=8
%install
%mvn_install
%fdupes %{buildroot}%{_javadocdir}/%{name}
%files -f .mfiles
%license License.md
%doc README.md
%files javadoc -f .mfiles-javadoc
%license License.md
%changelog