From 6a829f4f9f86869c3acc17b70e9699801c8db033 Mon Sep 17 00:00:00 2001 From: wei dong Date: Thu, 8 Jul 2021 14:39:14 +0800 Subject: [PATCH] Move so from devel to main package --- xmlsec1.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xmlsec1.spec b/xmlsec1.spec index 9d810ca..fa30979 100644 --- a/xmlsec1.spec +++ b/xmlsec1.spec @@ -1,6 +1,6 @@ Name: xmlsec1 Version: 1.2.29 -Release: 2 +Release: 3 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.29-3 +- Move .so from devel to main package + * Mon May 18 2020 wangchen - 1.2.29-2 - rebuild for xmlsec1 -- Gitee