diff --git a/OpenCSD.spec b/OpenCSD.spec index a10ec25db442c3f82ee9892d7b042a6b697772b7..3492027763e9d15023793c7d43e65529d99050f4 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