7 Star 0 Fork 9

src-openEuler/xmlstreambuffer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xmlstreambuffer.spec 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
王歌 提交于 2024-01-02 09:51 . update to version 1.6.0
Name: xmlstreambuffer
Version: 1.6.0
Release: 1
Summary: XML Stream Buffer
License: CDDL-1.1 or GPLv2 with exceptions
URL: http://java.net/projects/xmlstreambuffer/
Source0: https://github.com/javaee/metro-xmlstreambuffer/archive/refs/tags/%{version}.tar.gz
BuildRequires: jvnet-parent maven-local maven-enforcer-plugin maven-plugin-bundle
BuildRequires: maven-surefire-provider-junit stax-ex >= 1.7.1 junit woodstox-core
BuildArch: noarch
%description
This project defines a stream-based representation,a stream buffer
,of an XML infoset in JAVA and mechanisms to create and processs
stream buffers using standard XML APIs. Supports SAX and StAX.
%package help
Summary: man files for xmlstreambuffer
Provides: xmlstreambuffer-javadoc = %{version}-%{release}
Obsoletes: xmlstreambuffer-javadoc < %{version}-%{release}
%description help
This package contains of man files for xmlstreambuffer.
%prep
%autosetup -n metro-xmlstreambuffer-%{version} -p1
cd streambuffer
sed -i '/<release>/d' pom.xml
%pom_remove_plugin :maven-deploy-plugin
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :findbugs-maven-plugin
%pom_remove_plugin :glassfish-copyright-maven-plugin
%pom_remove_plugin :cobertura-maven-plugin
%pom_remove_plugin :buildnumber-maven-plugin
%pom_remove_plugin :maven-enforcer-plugin
rm -r test/com/sun/xml/stream/buffer/stax/InscopeNamespaceTest.java
%mvn_file :streambuffer xmlstreambuffer
cd -
%build
cd streambuffer
rm -rf src/module-info.java
%mvn_build --xmvn-javadoc
cd -
%install
cd streambuffer
%mvn_install
cd -
%files -f streambuffer/.mfiles
%files help -f streambuffer/.mfiles-javadoc
%changelog
* Thu Dec 28 2023 Ge Wang <[email protected]> - 1.6.0-1
- Update to version 1.6.0
* Fri May 05 2023 Ge Wang <[email protected]> - 1.5.6-1
- Update to version 1.5.6
* Mon Jun 20 2022 Chenyx <[email protected]> - 1.5.4-2
- License compliance rectification
* Sat Aug 22 2020 liyanan <[email protected]> - 1.5.4-1
- package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/xmlstreambuffer.git
[email protected]:src-openeuler/xmlstreambuffer.git
src-openeuler
xmlstreambuffer
xmlstreambuffer
master

搜索帮助