2019-12-13 13:12:14 +00:00
|
|
|
Name: xml-maven-plugin
|
|
|
|
Summary: Maven XML Plugin
|
2023-07-27 12:35:51 +00:00
|
|
|
Version: 1.1.0
|
2023-07-29 13:34:43 +00:00
|
|
|
Release: %autorelease
|
2023-07-27 12:35:51 +00:00
|
|
|
License: Apache-2.0
|
2019-12-13 13:12:14 +00:00
|
|
|
|
|
|
|
URL: https://www.mojohaus.org/xml-maven-plugin/
|
2023-07-27 12:35:51 +00:00
|
|
|
Source0: https://github.com/mojohaus/xml-maven-plugin/archive/%{version}/%{name}-%{version}.tar.gz
|
2019-12-13 13:12:14 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
2022-07-08 15:02:08 +00:00
|
|
|
ExclusiveArch: %{java_arches} noarch
|
2019-12-13 08:28:55 +00:00
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
|
|
|
BuildRequires: mvn(org.codehaus.mojo:mojo-parent:pom:)
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-io)
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-resources)
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
|
|
|
BuildRequires: mvn(xml-resolver:xml-resolver)
|
|
|
|
|
|
|
|
%description
|
|
|
|
A plugin for various XML related tasks like validation and transformation.
|
|
|
|
|
2019-12-13 13:12:14 +00:00
|
|
|
|
2019-12-13 08:28:55 +00:00
|
|
|
%package javadoc
|
|
|
|
Summary: Javadocs for %{name}
|
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
This package contains the API documentation for %{name}.
|
|
|
|
|
2019-12-13 13:12:14 +00:00
|
|
|
|
2019-12-13 08:28:55 +00:00
|
|
|
%prep
|
2023-07-27 12:35:51 +00:00
|
|
|
%autosetup
|
2019-12-13 08:28:55 +00:00
|
|
|
|
|
|
|
# Add the version
|
|
|
|
sed -i 's|stylesheet |stylesheet version="1.0" |' src/it/it8/src/main/xsl/it8.xsl
|
|
|
|
|
2022-02-23 03:03:53 +00:00
|
|
|
%pom_xpath_set pom:mojo.java.target 8
|
|
|
|
|
2019-12-13 13:12:14 +00:00
|
|
|
|
2019-12-13 08:28:55 +00:00
|
|
|
%build
|
|
|
|
%mvn_build -f
|
|
|
|
|
2019-12-13 13:12:14 +00:00
|
|
|
|
2019-12-13 08:28:55 +00:00
|
|
|
%install
|
|
|
|
%mvn_install
|
|
|
|
|
2019-12-13 13:12:14 +00:00
|
|
|
|
2019-12-13 08:28:55 +00:00
|
|
|
%files -f .mfiles
|
2019-12-13 13:12:14 +00:00
|
|
|
%license LICENSE.txt NOTICE.txt
|
2019-12-13 08:28:55 +00:00
|
|
|
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
2019-12-13 13:12:14 +00:00
|
|
|
%license LICENSE.txt NOTICE.txt
|
|
|
|
|
2019-12-13 08:28:55 +00:00
|
|
|
|
|
|
|
%changelog
|
2023-07-29 13:34:43 +00:00
|
|
|
%autochangelog
|