From db0b892c5e487bd508f9ada01913cb2eb0e420d3 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Fri, 26 May 2017 14:13:31 +0900 Subject: [PATCH] Moved *.so file to devel package Change-Id: Iaf3c97abd91b974db720ac8d7f261cb17fed107d Signed-off-by: Seonah Moon --- packaging/nghttp2.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/nghttp2.spec b/packaging/nghttp2.spec index 69297bc..0ab32c7 100644 --- a/packaging/nghttp2.spec +++ b/packaging/nghttp2.spec @@ -48,9 +48,8 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%{_libdir}/*.so* +%{_libdir}/*.so.* %exclude %{_libdir}/*.la -#%{_includedir}/* %license COPYING %files devel -- 2.7.4