!2 修改源码包与spec中source0 一致
From: @cherry530 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
67c84cec12
BIN
a27d3a306ce4.tar.bz2
Normal file
BIN
a27d3a306ce4.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
@ -1,14 +1,14 @@
|
|||||||
#Global macro or variable
|
#Global macro or variable
|
||||||
%global vertag 70abb5efa4c0
|
%global vertag a27d3a306ce4
|
||||||
|
|
||||||
#Basic Information
|
#Basic Information
|
||||||
Name: snakeyaml
|
Name: snakeyaml
|
||||||
Version: 1.17
|
Version: 1.17
|
||||||
Release: 8
|
Release: 9
|
||||||
Summary: YAML parser and emitter for the Java programming language
|
Summary: YAML parser and emitter for the Java programming language
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://bitbucket.org/asomov/%{name}/
|
URL: https://bitbucket.org/asomov/%{name}/
|
||||||
Source0: https://bitbucket.org/asomov/snakeyaml/get/v%{version}.tar.bz2#/%{name}-%{version}.tar.bz2
|
Source0: https://bitbucket.org/snakeyaml/snakeyaml/get/%{vertag}.tar.bz2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
#Dependency
|
#Dependency
|
||||||
@ -39,7 +39,7 @@ This package contains javadoc for %{name}.
|
|||||||
|
|
||||||
#Build sections
|
#Build sections
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n asomov-%{name}-%{vertag} -p1
|
%autosetup -n %{name}-%{name}-%{vertag} -p1
|
||||||
|
|
||||||
%mvn_file : %{name}
|
%mvn_file : %{name}
|
||||||
|
|
||||||
@ -78,6 +78,9 @@ rm -r src/test/java/org/yaml/snakeyaml/issues/issue9
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 09 2022 xu_ping <xuping33@h-partners.com> - 1.17-9
|
||||||
|
- change source pac
|
||||||
|
|
||||||
* Tue Feb 11 2020 Jiangping Hu <hujp1985@foxmail.com> - 1.17-8
|
* Tue Feb 11 2020 Jiangping Hu <hujp1985@foxmail.com> - 1.17-8
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user