update code
This commit is contained in:
parent
2363062f00
commit
78747ce9c1
19
expat.spec
19
expat.spec
@ -1,7 +1,7 @@
|
||||
%define Rversion %(echo %{version} | sed -e 's/\\./_/g' -e 's/^/R_/')
|
||||
Name: expat
|
||||
Version: 2.2.6
|
||||
Release: 3
|
||||
Release: 5
|
||||
Summary: An XML parser library
|
||||
License: MIT
|
||||
URL: https://libexpat.github.io/
|
||||
@ -43,10 +43,10 @@ make check
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS
|
||||
%license COPYING
|
||||
%license COPYING AUTHORS
|
||||
%{_bindir}/*
|
||||
%{_libdir}/libexpat.so.1*
|
||||
%exclude %{_docdir}/%{name}/AUTHORS
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -54,13 +54,24 @@ make check
|
||||
%{_libdir}/{libexpat.*a,libexpat.so}
|
||||
%{_libdir}/pkgconfig/expat.pc
|
||||
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%doc README.md
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 21 2019 shenyangyang <shenyangyang4@huawei.com> - 2.2.6-5
|
||||
- Type:NA
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:modify the directory of AUTHORS
|
||||
|
||||
* Mon Oct 21 2019 shenyangyang <shenyangyang4@huawei.com> - 2.2.6-4
|
||||
- Type:NA
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:move AUTHORS to license directory
|
||||
|
||||
* Sat Sep 28 2019 shenyangyang<shenyangyang4@huawei.com> - 2.2.6-3
|
||||
- Type:cves
|
||||
- ID:CVE-2019-15903
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user