glassfish-fastinfoset/glassfish-fastinfoset.spec
2020-06-20 16:39:40 +08:00

65 lines
2.1 KiB
RPMSpec

Name: glassfish-fastinfoset
Version: 1.2.13
Release: 11
Summary: Fast Infoset
License: ASL 2.0
URL: https://fi.java.net
Source0: https://github.com/javaee/metro-fi/archive/fastinfoset-project-%{version}.tar.gz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
Patch0000: glassfish-fastinfoset-1.2.12-utilities-FastInfosetWriterSAXBufferProcessor.patch
BuildRequires: maven-local mvn(com.sun.xml.stream.buffer:streambuffer) mvn(com.sun.xsom:xsom)
BuildRequires: mvn(junit:junit) mvn(net.java:jvnet-parent:pom:) mvn(org.apache.felix:maven-bundle-plugin)
BuildArch: noarch
%description
An XML infoset may be serialized to an XML 1.x document as specified by
the Fast Infoset standard, may be serialized to a fast infoset document.
Fast infoset documents are usually smaller in size and faster to parse
and serialize than equivalent XML documents.
%package help
Summary: Javadoc for glassfish-fastinfoset
Provides: glassfish-fastinfoset-javadoc = %{version}-%{release}
Obsoletes: glassfish-fastinfoset-javadoc < %{version}-%{release}
%description help
This package provides help for glassfish-fastinfoset.
%prep
%autosetup -n metro-fi-fastinfoset-project-%{version} -p1
cp %{SOURCE1} .
%pom_xpath_remove "pom:build/pom:extensions"
%pom_remove_plugin :findbugs-maven-plugin
%pom_remove_plugin :maven-antrun-extended-plugin
%pom_remove_plugin org.sonatype.plugins:nexus-staging-maven-plugin
%pom_remove_plugin org.codehaus.mojo:buildnumber-maven-plugin
%pom_disable_module roundtrip-tests
%pom_disable_module samples
%pom_xpath_inject "pom:plugin[pom:artifactId='maven-jar-plugin']/pom:executions" "
<execution>
<id>default-jar</id>
<phase>skip</phase>
</execution>" fastinfoset
%mvn_file :FastInfoset glassfish-fastinfoset
%mvn_file :FastInfosetUtilities glassfish-fastinfoset-utilities
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc copyright.txt LICENSE-2.0.txt
%files help -f .mfiles-javadoc
%doc copyright.txt LICENSE-2.0.txt
%changelog
* Sat Jun 20 2020 wangchong <wangchong56@huawei.com> - 1.2.13-11
- Package init