update to version 0.8
This commit is contained in:
parent
de47f56439
commit
a769db2dc3
Binary file not shown.
BIN
noggit-0.8.tar.gz
Normal file
BIN
noggit-0.8.tar.gz
Normal file
Binary file not shown.
11
noggit.spec
11
noggit.spec
@ -1,11 +1,13 @@
|
||||
Name: noggit
|
||||
Version: 0.7
|
||||
Version: 0.8
|
||||
Release: 1
|
||||
Summary: JSON streaming parser
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/yonik/noggit
|
||||
Source0: https://github.com/yonik/noggit/archive/%{name}-%{version}.tar.gz
|
||||
BuildRequires: maven-local mvn(junit:junit) mvn(org.sonatype.oss:oss-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-eclipse-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-compiler-plugin)
|
||||
BuildArch: noarch
|
||||
%description
|
||||
Fast streaming JSON parser for Java.
|
||||
@ -19,7 +21,7 @@ This package contains javadoc for %{name}.
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
find -name '*.class' -print -delete
|
||||
find -name '*.jar' -print -delete
|
||||
chmod 644 LICENSE.txt README.txt
|
||||
chmod 644 LICENSE.txt README.md pom.xml
|
||||
%mvn_file : %{name}
|
||||
|
||||
%build
|
||||
@ -29,12 +31,15 @@ chmod 644 LICENSE.txt README.txt
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc README.txt
|
||||
%doc README.md
|
||||
%license LICENSE.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Wed Jan 03 2024 Ge Wang <wang__ge@126.com> - 0.8-1
|
||||
- update to version 0.8
|
||||
|
||||
* Wed Aug 19 2020 wangyue <wangyue92@huawei.com> - 0.7-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user