!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 vertag 70abb5efa4c0
|
||||
%global vertag a27d3a306ce4
|
||||
|
||||
#Basic Information
|
||||
Name: snakeyaml
|
||||
Version: 1.17
|
||||
Release: 8
|
||||
Release: 9
|
||||
Summary: YAML parser and emitter for the Java programming language
|
||||
License: ASL 2.0
|
||||
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
|
||||
|
||||
#Dependency
|
||||
@ -39,7 +39,7 @@ This package contains javadoc for %{name}.
|
||||
|
||||
#Build sections
|
||||
%prep
|
||||
%autosetup -n asomov-%{name}-%{vertag} -p1
|
||||
%autosetup -n %{name}-%{name}-%{vertag} -p1
|
||||
|
||||
%mvn_file : %{name}
|
||||
|
||||
@ -78,6 +78,9 @@ rm -r src/test/java/org/yaml/snakeyaml/issues/issue9
|
||||
%license LICENSE.txt
|
||||
|
||||
%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
|
||||
- Package init
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user