2023-05-21 17:41:26 +00:00
|
|
|
#
|
|
|
|
# spec file for package simplexml
|
|
|
|
#
|
|
|
|
# Copyright (c) 2023 SUSE LLC
|
|
|
|
#
|
|
|
|
# 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: simplexml
|
|
|
|
Version: 2.7.1
|
|
|
|
Release: 0
|
|
|
|
Summary: Simple XML
|
|
|
|
License: Apache-2.0
|
|
|
|
Group: Development/Libraries/Java
|
|
|
|
URL: https://github.com/ngallagher/%{name}
|
|
|
|
Source0: %{name}-%{version}.tar.xz
|
2023-06-16 08:48:05 +00:00
|
|
|
BuildRequires: fdupes
|
2023-05-21 17:41:26 +00:00
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: mvn(org.apache.maven.wagon:wagon-ssh-external)
|
2023-06-16 08:40:57 +00:00
|
|
|
BuildRequires: mvn(xpp3:xpp3)
|
2023-05-21 17:41:26 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
Simple is a high performance XML serialization and configuration framework for
|
|
|
|
Java. Its goal is to provide an XML framework that enables rapid development of
|
|
|
|
XML configuration and communication systems. This framework aids the
|
|
|
|
development of XML systems with minimal effort and reduced errors. It offers
|
|
|
|
full object serialization and deserialization, maintaining each reference
|
|
|
|
encountered. In essence it is similar to C# XML serialization for the Java
|
|
|
|
platform, but offers additional features for interception and manipulation.
|
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
Summary: API documentation for %{name}
|
|
|
|
Group: Documentation/HTML
|
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
API documentation for %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
2023-08-25 13:17:48 +00:00
|
|
|
%pom_remove_dep -r stax:
|
|
|
|
|
2023-05-21 17:41:26 +00:00
|
|
|
%pom_remove_plugin :maven-source-plugin
|
2023-09-15 10:20:46 +00:00
|
|
|
%pom_remove_plugin :maven-javadoc-plugin
|
2023-05-21 17:41:26 +00:00
|
|
|
%pom_remove_plugin :maven-compiler-plugin
|
|
|
|
|
|
|
|
%{mvn_file} : simpleframework/%{name}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{mvn_build} -f
|
|
|
|
|
|
|
|
%install
|
|
|
|
%mvn_install
|
2023-06-16 08:48:05 +00:00
|
|
|
%fdupes -s %{buildroot}%{_javadocdir}/%{name}
|
2023-05-21 17:41:26 +00:00
|
|
|
|
|
|
|
%files -f .mfiles
|
|
|
|
%license LICENSE.txt
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
|
|
%license LICENSE.txt
|
|
|
|
|
|
|
|
%changelog
|