From f8ee5ca71046ebd118176a91f38bdfef03239c3e Mon Sep 17 00:00:00 2001 From: Dewal Agarwal Date: Fri, 15 May 2020 14:26:30 +0530 Subject: [PATCH] Remove .so from lib package Change-Id: I34511d97ee255b8d4ffecdd88ce9c0b959391019 Signed-off-by: Dewal Agarwal (cherry picked from commit 584c2765cdb47f86473a75119bd9a893bf20e9ba) --- packaging/capi-system-battery-monitor.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/capi-system-battery-monitor.spec b/packaging/capi-system-battery-monitor.spec index e872e75..1cf7dd1 100644 --- a/packaging/capi-system-battery-monitor.spec +++ b/packaging/capi-system-battery-monitor.spec @@ -89,11 +89,10 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj %manifest %{name}.manifest %defattr(-,root,root,-) %license LICENSE -%attr(644,-,-) %{_libdir}/lib%{name}.so %attr(644,-,-) %{_libdir}/lib%{name}.so.* %files devel -%{_libdir}/lib*.so +%{_libdir}/lib%{name}.so %{_libdir}/pkgconfig/%{name}.pc %{_includedir}/system/*.h -- 2.34.1