diff --git a/xmlsec1.spec b/xmlsec1.spec index dfda7e1c7b521f734b672237d7d20ad9a78f0054..8be6c5c08fdaacdf6041c2f07db1082869c8194d 100644 --- a/xmlsec1.spec +++ b/xmlsec1.spec @@ -1,6 +1,6 @@ Name: xmlsec1 Version: 1.2.31 -Release: 1 +Release: 2 Summary: A C library based on LibXML2 License: MIT URL: http://www.aleksey.com/xmlsec @@ -57,6 +57,7 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc %{_bindir}/xmlsec1 %{_libdir}/*.so.* +%{_libdir}/*.so %exclude %{_libdir}/*.la %files devel @@ -67,7 +68,6 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc %{_libdir}/xmlsec1Conf.sh %{_libdir}/pkgconfig/xmlsec1*.pc -%{_libdir}/*.so %{_datadir}/aclocal/xmlsec1.m4 @@ -75,6 +75,9 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc %{_mandir}/man1/*.1.* %changelog +* Thu Jul 08 2021 weidong - 1.2.31-2 +- Move .so from devel to main package + * Tue Jan 26 2021 fuanan - 1.2.31-1 - Update to version 1.2.31