From dd8afdb6de79aed5397db9a33f238d8d14f4dbaa Mon Sep 17 00:00:00 2001 From: liweiganga Date: Tue, 28 Feb 2023 16:26:42 +0800 Subject: [PATCH] fix #I6I3EM and #I6I31E --- OpenCSD.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/OpenCSD.spec b/OpenCSD.spec index a10ec25..3492027 100644 --- a/OpenCSD.spec +++ b/OpenCSD.spec @@ -1,7 +1,7 @@ Summary : An open source CoreSight(tm) Trace Decode library Name : OpenCSD Version : 1.3.3 -Release : 1 +Release : 2 License : BSD Source : %{name}-%{version}.tar.gz BuildRoot : %{_tmppath}/%{name}-%{version}-${release}-root @@ -37,11 +37,15 @@ rm -rf %{buildroot} %files %defattr(-,root,root,0644) %doc README.md LICENSE -%{_prefix} +%{_includedir}/opencsd +%{_libdir}/libopencsd* %exclude %{_bindir} %exclude %{_libdir}/*.a* %changelog +* Tue Feb 28 2023 liweiganga - 1.3.3-2 +- fix #I6I3EM and #I6I31E + * Tue Jan 03 2023 Junhao He - 1.3.3-1 -- Package init \ No newline at end of file +- Package init -- Gitee