diff --git a/expat.spec b/expat.spec index c7411d1..74543ba 100644 --- a/expat.spec +++ b/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 - 2.2.6-5 +- Type:NA +- ID:NA +- SUG:NA +- DESC:modify the directory of AUTHORS + +* Mon Oct 21 2019 shenyangyang - 2.2.6-4 +- Type:NA +- ID:NA +- SUG:NA +- DESC:move AUTHORS to license directory + * Sat Sep 28 2019 shenyangyang - 2.2.6-3 - Type:cves - ID:CVE-2019-15903