Compare commits
10 Commits
700fb815ce
...
8bb3f00b5c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8bb3f00b5c | ||
|
|
935fa9d8a7 | ||
|
|
2272b4da08 | ||
|
|
a060a176df | ||
|
|
77a27678b1 | ||
|
|
7d961173ae | ||
|
|
50299019eb | ||
|
|
02a9aa56d2 | ||
|
|
133169678f | ||
|
|
828ec99adf |
BIN
mxparser-1.2.2.tar.gz
Normal file
BIN
mxparser-1.2.2.tar.gz
Normal file
Binary file not shown.
70
mxparser.spec
Normal file
70
mxparser.spec
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
Name: mxparser
|
||||||
|
Version: 1.2.2
|
||||||
|
Release: 2
|
||||||
|
License: xpp
|
||||||
|
Summary: MXParser is a fork of xpp3_min 1.1.7 containing only the parser with merged changes of the Plexus fork.
|
||||||
|
URL: https://github.com/x-stream/%{name}
|
||||||
|
Source0: %{url}/archive/v-%{version}/%{name}-%{version}.tar.gz
|
||||||
|
BuildRequires: maven-local
|
||||||
|
BuildRequires: mvn(junit:junit)
|
||||||
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||||
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
|
BuildRequires: mvn(xmlpull:xmlpull)
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description
|
||||||
|
MXParser is a fork of xpp3_min 1.1.7 containing only the parser with merged changes of the Plexus fork.
|
||||||
|
|
||||||
|
%package help
|
||||||
|
Summary: Help documents for mxparser
|
||||||
|
%description help
|
||||||
|
Help documents for mxparser.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{name}-v-%{version} -p1
|
||||||
|
%pom_remove_plugin :maven-changes-plugin .
|
||||||
|
%pom_remove_plugin :maven-javadoc-plugin .
|
||||||
|
%pom_remove_plugin :maven-source-plugin .
|
||||||
|
|
||||||
|
%pom_xpath_set 'pom:project/pom:properties/pom:version.java.source' 1.8
|
||||||
|
%pom_xpath_set 'pom:project/pom:properties/pom:version.java.target' 1.8
|
||||||
|
%pom_xpath_set 'pom:project/pom:properties/pom:version.java.test.source' 1.8
|
||||||
|
%pom_xpath_set 'pom:project/pom:properties/pom:version.java.test.target' 1.8
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%if "%_arch" == "riscv64"
|
||||||
|
export JAVA_TOOL_OPTIONS="-Xmx4g"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%mvn_build -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8
|
||||||
|
|
||||||
|
%install
|
||||||
|
%mvn_install
|
||||||
|
|
||||||
|
%files -f .mfiles
|
||||||
|
%license LICENSE.txt
|
||||||
|
%doc changes.xml README.md
|
||||||
|
|
||||||
|
%files help -f .mfiles-javadoc
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Apr 28 2025 lizijian <zijian.oerv@isrc.iscas.ac.cn> - 1.2.2-2
|
||||||
|
- Enlarge heap size to pass test on RISCV architecture
|
||||||
|
|
||||||
|
* Wed Aug 21 2024 yaoxin <yao_xin001@hoperun.com> - 1.2.2-1
|
||||||
|
- Update to 1.2.2:
|
||||||
|
* XML declaration must produce a START_DOCUMENT event.
|
||||||
|
* Fix processing of PIs.
|
||||||
|
* Unit test with subsequent dashes in a PI.
|
||||||
|
* Replace project license Indiana 1.1.1 with explicit license 1.2 of MXParser.
|
||||||
|
|
||||||
|
* Mon Sep 26 2022 caodongxia <caodongxia@h-partners.com> - 1.2.1-3
|
||||||
|
- Change mirros.huaweicloud.com to repo.huaweicloud.com
|
||||||
|
|
||||||
|
* Wed Jul 21 2021 lingsheng <lingsheng@huawei.com> - 1.2.1-2
|
||||||
|
- Change maven repository to huawei cloud
|
||||||
|
|
||||||
|
* Tue Apr 13 2021 wutao <wutao61@huawei.com> - 1.2.1-1
|
||||||
|
- package init
|
||||||
4
mxparser.yaml
Normal file
4
mxparser.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: x-stream/mxparser
|
||||||
|
tag_pattern: "^v-"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user