代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/json_simple 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
Name: json_simple
Version: 1.1.1
Release: 2
Summary: Simple Java toolkit for JSON
License: ASL 2.0
URL: http://code.google.com/p/json-simple/
BuildArch: noarch
Source0: https://github.com/fangyidong/json-simple/archive/tag_release_1_1_1.tar.gz
Patch0: json-simple-hash-java-1.8.patch
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin)
%description
JSON.simple is a simple Java toolkit for JSON. You can use JSON.simple
to encode or decode JSON text.
* Full compliance with JSON specification (RFC4627) and reliable
* Provides multiple functionalities such as encode, decode/parse
and escape JSON text while keeping the library lightweight
* Flexible, simple and easy to use by reusing Map and List interfaces
* Supports streaming output of JSON text
* Stoppable SAX-like interface for streaming input of JSON text
* Heap based parser
* High performance (see performance testing)
* No dependency on external libraries
* Both of the source code and the binary are JDK1.2 compatible
%package help
Summary: API documentation for %{name}
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
This package contains %{summary}.
%prep
%setup -q -n json-simple-tag_release_1_1_1
find . -name '*.jar' -exec rm -f '{}' \;
find . -type f -exec %{__sed} -i 's/\r//' {} \;
%patch -P 0 -p1
%mvn_file : %{name}
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc AUTHORS.txt ChangeLog.txt LICENSE.txt README.txt
%files help -f .mfiles-javadoc
%doc LICENSE.txt
%changelog
* Tue Dec 17 2024 litian <dev11105@linx-info.com> - 1.1.1-2
- fix %patchN is deprecated warning
* Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 1.1.1-1
- package init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。