!5 Update software to v0.2.5
Merge pull request !5 from chengquan/openEuler-20.03-LTS
This commit is contained in:
commit
660150f360
13
libyaml.spec
13
libyaml.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libyaml
|
Name: libyaml
|
||||||
Version: 0.2.2
|
Version: 0.2.5
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A C library for parsing and emitting YAML
|
Summary: A C library for parsing and emitting YAML
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://pyyaml.org/
|
URL: http://pyyaml.org/
|
||||||
@ -51,11 +51,10 @@ make check
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license LICENSE
|
%license License
|
||||||
%doc README
|
%doc ReadMe.md
|
||||||
%{_libdir}/%{name}*.so.*
|
%{_libdir}/%{name}*.so.*
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/%{name}*.so
|
%{_libdir}/%{name}*.so
|
||||||
@ -65,8 +64,10 @@ make check
|
|||||||
%files help
|
%files help
|
||||||
%doc doc/html
|
%doc doc/html
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 3 2020 cheng quan <chengquan3@huawei.com> - 0.2.5-1
|
||||||
|
- Update software to v0.2.5
|
||||||
|
|
||||||
* Wed Mar 18 2020 Leo Fang <leofang_94@163.com> - 0.2.2-2
|
* Wed Mar 18 2020 Leo Fang <leofang_94@163.com> - 0.2.2-2
|
||||||
- Fix overwrite the soname symlink bug in spec
|
- Fix overwrite the soname symlink bug in spec
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
yaml-0.2.5.tar.gz
Normal file
BIN
yaml-0.2.5.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user